linux-aspeed: Disable CONFIG_BPF_STREAM_PARSER
This is a feature used to attach BPF programs to network stockets. It is
used by systemd to restrict the IP addresses that processes can access
at a per-cgroup level. The upstream commit message calls this 'per-unit
IP access lists and accounting'.
It requires CONFIG_CGROUP_BPF and CONFIG_BPF_STREAM_PARSER. We did not
have CONFIG_CGROUP_BPF turned on, which caused the noisy messages.
Until OpenBMC adds configuration to take advantage of this feature,
disable CONFIG_BPF_STREAM_PARSER which allows systemd to correctly
detect that it cannot use BPF filters.
Change-Id: I82a8ba96fbe92da3616cb87f554b7154a231b810
Signed-off-by: Joel Stanley <joel@jms.id.au>
2 files changed