Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:master commit in: /
Date: Mon, 30 Dec 2019 22:24:49
Message-Id: 1577744475.e629f5c99b50167913b9ea2419ae949b4c9cac1d.mpagano@gentoo
1 commit: e629f5c99b50167913b9ea2419ae949b4c9cac1d
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 22:21:15 2019 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 22:21:15 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=e629f5c9
7
8 Add CONFIG selections for GENTOO_LINUX_INIT_SYSTEMD
9
10 Adding CGROUP_BPF and it's dependency BPF_SYSCALL
11
12 Bug: https://bugs.gentoo.org/704284
13
14 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
15
16 4567_distro-Gentoo-Kconfig.patch | 12 +++++++-----
17 1 file changed, 7 insertions(+), 5 deletions(-)
18
19 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
20 index ecff093..20b9f54 100644
21 --- a/4567_distro-Gentoo-Kconfig.patch
22 +++ b/4567_distro-Gentoo-Kconfig.patch
23 @@ -1,14 +1,14 @@
24 ---- a/Kconfig 2019-08-07 08:33:43.669367779 -0400
25 -+++ b/Kconfig 2019-08-07 08:34:29.669657000 -0400
26 +--- a/Kconfig 2019-12-30 16:37:13.825731109 -0500
27 ++++ b/Kconfig 2019-12-30 16:36:59.575609049 -0500
28 @@ -32,3 +32,5 @@ source "lib/Kconfig"
29 source "lib/Kconfig.debug"
30
31 source "Documentation/Kconfig"
32 +
33 +source "distro/Kconfig"
34 ---- /dev/null 2019-09-18 03:31:42.730171526 -0400
35 -+++ b/distro/Kconfig 2019-09-18 13:28:03.170769896 -0400
36 -@@ -0,0 +1,149 @@
37 +--- /dev/null 2019-12-30 10:19:12.810163556 -0500
38 ++++ b/distro/Kconfig 2019-12-30 16:42:52.928524222 -0500
39 +@@ -0,0 +1,151 @@
40 +menu "Gentoo Linux"
41 +
42 +config GENTOO_LINUX
43 @@ -114,6 +114,8 @@
44 +
45 + select AUTOFS4_FS
46 + select BLK_DEV_BSG
47 ++ select BPF_SYSCALL
48 ++ select CGROUP_BPF
49 + select CGROUPS
50 + select CHECKPOINT_RESTORE
51 + select CRYPTO_HMAC