commit:     b014867fc0dc3075e56a7802cfc781fdbb2e2eb4
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 23:02:58 2019 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 23:02:58 2019 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b014867f

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 <mpagano <AT> gentoo.org>

 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 ecff093..20b9f54 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 

Reply via email to