From 338241a1a8cfc1661bd39cd12d14250b5ef1d693 Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Wed, 15 Apr 2020 13:54:37 -0400 Subject: Update config defaults in Gentoo distro kernel patch Signed-off-by: Mike Pagano --- 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 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 -- cgit v1.2.3-65-gdbad