commit: 574ae42fb009b569a6054bc3622aad2ffe513195 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Wed Nov 16 11:35:55 2016 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Wed Nov 16 11:35:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=574ae42f
Update gentoo kconfig patch adding CHECKPOINT_RESTORE for GENTOO_LINUX_INIT_SYSTEMD. See bug #598623 4567_distro-Gentoo-Kconfig.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index fd1d23e..acb0972 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 2016-11-06 10:20:15.664515354 -0500 -+++ b/distro/Kconfig 2016-11-06 18:59:57.054530778 -0500 -@@ -0,0 +1,141 @@ +--- /dev/null 2016-11-15 00:56:18.320838834 -0500 ++++ b/distro/Kconfig 2016-11-16 06:24:29.457357409 -0500 +@@ -0,0 +1,142 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -113,6 +113,7 @@ + select AUTOFS4_FS + select BLK_DEV_BSG + select CGROUPS ++ select CHECKPOINT_RESTORE + select DEVPTS_MULTIPLE_INSTANCES + select DMIID + select EPOLL
