From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 979E31395E2 for ; Mon, 21 Nov 2016 14:55:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38A19E0B87; Mon, 21 Nov 2016 14:55:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E3FAE0B87 for ; Mon, 21 Nov 2016 14:55:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AF81341130 for ; Mon, 21 Nov 2016 14:55:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72AE049A for ; Mon, 21 Nov 2016 14:55:14 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1479740095.da402fa940145d444f70632399df6fdbdbb40162.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:4.8 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 4567_distro-Gentoo-Kconfig.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: da402fa940145d444f70632399df6fdbdbb40162 X-VCS-Branch: 4.8 Date: Mon, 21 Nov 2016 14:55:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5932066a-5027-485b-a446-fd21a4fc31de X-Archives-Hash: 8f11e5b1efabdf6ec522a7a6d7e9b01c commit: da402fa940145d444f70632399df6fdbdbb40162 Author: Mike Pagano gentoo org> AuthorDate: Mon Nov 21 14:54:55 2016 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Nov 21 14:54:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=da402fa9 Update gentoo kconfig patch adding CHECKPOINT_RESTORE for GENTOO_LINUX_INIT_SYSTEMD. See bug #598623 4567_distro-Gentoo-Kconfig.patch | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index cf5a20c..acb0972 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,14 +1,15 @@ ---- a/Kconfig 2016-08-30 14:30:48.508361013 -0400 -+++ b/Kconfig 2016-08-30 14:31:40.718683061 -0400 -@@ -9,3 +9,5 @@ config SRCARCH +--- a/Kconfig 2016-07-01 19:22:17.117439707 -0400 ++++ b/Kconfig 2016-07-01 19:21:54.371440596 -0400 +@@ -8,4 +8,6 @@ config SRCARCH + string option env="SRCARCH" - source "arch/$SRCARCH/Kconfig" -+ +source "distro/Kconfig" ---- /dev/null 2016-08-30 01:47:09.760073185 -0400 -+++ b/distro/Kconfig 2016-08-30 14:32:21.378933599 -0400 -@@ -0,0 +1,133 @@ ++ + source "arch/$SRCARCH/Kconfig" +--- /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 @@ -32,6 +33,7 @@ + + select DEVTMPFS + select TMPFS ++ select UNIX + + select MMU + select SHMEM @@ -111,16 +113,24 @@ + select AUTOFS4_FS + select BLK_DEV_BSG + select CGROUPS ++ select CHECKPOINT_RESTORE ++ select DEVPTS_MULTIPLE_INSTANCES ++ select DMIID + select EPOLL + select FANOTIFY + select FHANDLE + select INOTIFY_USER ++ select IPV6 + select NET + select NET_NS + select PROC_FS ++ select SECCOMP ++ select SECCOMP_FILTER + select SIGNALFD + select SYSFS + select TIMERFD ++ select TMPFS_POSIX_ACL ++ select TMPFS_XATTR + + select ANON_INODES + select BLOCK