summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2019-12-30 17:21:15 -0500
committerMike Pagano <mpagano@gentoo.org>2019-12-30 17:21:15 -0500
commite629f5c99b50167913b9ea2419ae949b4c9cac1d (patch)
tree0da79b8d01b29ccd37d322761d0feaf232944fc2
parentselect FILE_LOCKING for both non-systemd and systemd config (diff)
downloadlinux-patches-e629f5c99b50167913b9ea2419ae949b4c9cac1d.tar.gz
linux-patches-e629f5c99b50167913b9ea2419ae949b4c9cac1d.tar.bz2
linux-patches-e629f5c99b50167913b9ea2419ae949b4c9cac1d.zip
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@gentoo.org>
-rw-r--r--4567_distro-Gentoo-Kconfig.patch12
1 files 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