From e629f5c99b50167913b9ea2419ae949b4c9cac1d Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Mon, 30 Dec 2019 17:21:15 -0500 Subject: Add CONFIG selections for GENTOO_LINUX_INIT_SYSTEMD Adding CGROUP_BPF and it's dependency BPF_SYSCALL Bug: https://bugs.gentoo.org/704284 Signed-off-by: Mike Pagano --- 4567_distro-Gentoo-Kconfig.patch | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index ecff093a..20b9f54f 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,14 +1,14 @@ ---- a/Kconfig 2019-08-07 08:33:43.669367779 -0400 -+++ b/Kconfig 2019-08-07 08:34:29.669657000 -0400 +--- a/Kconfig 2019-12-30 16:37:13.825731109 -0500 ++++ b/Kconfig 2019-12-30 16:36:59.575609049 -0500 @@ -32,3 +32,5 @@ source "lib/Kconfig" source "lib/Kconfig.debug" source "Documentation/Kconfig" + +source "distro/Kconfig" ---- /dev/null 2019-09-18 03:31:42.730171526 -0400 -+++ b/distro/Kconfig 2019-09-18 13:28:03.170769896 -0400 -@@ -0,0 +1,149 @@ +--- /dev/null 2019-12-30 10:19:12.810163556 -0500 ++++ b/distro/Kconfig 2019-12-30 16:42:52.928524222 -0500 +@@ -0,0 +1,151 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -114,6 +114,8 @@ + + select AUTOFS4_FS + select BLK_DEV_BSG ++ select BPF_SYSCALL ++ select CGROUP_BPF + select CGROUPS + select CHECKPOINT_RESTORE + select CRYPTO_HMAC -- cgit v1.2.3-65-gdbad