commit:     412134961f3649eacf99901569c5f2143f6fdc25
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 18:23:46 2020 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 18:23:46 2020 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=41213496

Update distro Kconfig to support needed options for elogind

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 4567_distro-Gentoo-Kconfig.patch | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 659e737..575c602 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -7,9 +7,9 @@
 +source "distro/Kconfig"
 +
  source "arch/$SRCARCH/Kconfig"
---- /dev/null  2019-09-20 03:00:17.810181765 -0400
-+++ b/distro/Kconfig   2019-09-20 10:41:54.935390644 -0400
-@@ -0,0 +1,149 @@
+--- /dev/null  2020-04-15 02:49:37.900191585 -0400
++++ b/distro/Kconfig   2020-04-15 11:07:10.952929540 -0400
+@@ -0,0 +1,156 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -74,7 +74,7 @@
 +              CGROUPS     (required for FEATURES=cgroup)
 +              IPC_NS      (required for FEATURES=ipc-sandbox)
 +              NET_NS      (required for FEATURES=network-sandbox)
-+              PID_NS      (required for FEATURES=pid-sandbox)
++              PID_NS          (required for FEATURES=pid-sandbox)
 +              SYSVIPC     (required by IPC_NS)
 +   
 +
@@ -92,7 +92,12 @@
 +      depends on GENTOO_LINUX
 +
 +      select BINFMT_SCRIPT
++      select CGROUPS
++      select EPOLL
 +      select FILE_LOCKING
++      select INOTIFY_USER
++      select SIGNALFD
++      select TIMERFD
 +
 +      help
 +              The init system is the first thing that loads after the kernel 
booted.
@@ -115,6 +120,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