diff options
author | Mike Pagano <mpagano@gentoo.org> | 2020-04-15 13:54:37 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2020-04-15 13:54:37 -0400 |
commit | 338241a1a8cfc1661bd39cd12d14250b5ef1d693 (patch) | |
tree | 14086feef3c96b7483066f20af97ceb48d92a611 | |
parent | Linux patch 4.9.219 (diff) | |
download | linux-patches-338241a1a8cfc1661bd39cd12d14250b5ef1d693.tar.gz linux-patches-338241a1a8cfc1661bd39cd12d14250b5ef1d693.tar.bz2 linux-patches-338241a1a8cfc1661bd39cd12d14250b5ef1d693.zip |
Update config defaults in Gentoo distro kernel patch
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 1d9fb93b..575c6028 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-19 05:54:30.650457903 -0400 -+++ b/distro/Kconfig 2019-09-19 19:10:28.820235838 -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 |