]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/standard: enable bpf configs in standard kernel
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 24 Aug 2018 14:59:49 +0000 (10:59 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Aug 2018 09:27:15 +0000 (10:27 +0100)
commit2f43139e7e0db2522c88b41875c32949f66ca1e8
treef2d2e1ccb77deb94ad15406488b4a5df2e3bdc45
parent2f06c9eadc17e4d2b4d81b0a4088e9f0e8556217
linux-yocto/standard: enable bpf configs in standard kernel

Enabling the bpf feature for the standard kernel configurations
by default. Systemd (and other) userspace applications are looking
for BPF more often, and we get warnings such as this:

  [   12.810554] systemd[1]: File
    /lib/systemd/system/systemd-journald.service:36 configures an IP
    firewall (IPAddressDeny=any), but the local system does not support
    BPF/cgroup based firewalling.

The configs don't add much overhead to the kernel, so we enable them
by default.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
meta/recipes-kernel/linux/linux-yocto_4.12.bb
meta/recipes-kernel/linux/linux-yocto_4.15.bb