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
tree: ab18a6ee38ae85aec182e174561938649742c1d7
  1. conf/
  2. recipes-bsp/
  3. recipes-core/
  4. recipes-kernel/
  5. COPYING.apache-2.0
  6. COPYING.MIT
  7. LICENSE
  8. MAINTAINERS
  9. README.md
README.md

ASPEED

This is the ASPEED Board Support Package (BSP) layer. It supports the AST2400 and AST2500; ARM service management SOCs made by ASPEED. More information about the AST2400 and AST2500 can be found here and here.