Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:5.15 commit in: /
Date: Mon, 01 Nov 2021 11:52:10
Message-Id: 1635767509.d95a55a172e36f24e95d49b4f9258498dd70bc25.mpagano@gentoo
1 commit: d95a55a172e36f24e95d49b4f9258498dd70bc25
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 18 21:14:04 2021 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 11:51:49 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=d95a55a1
7
8 For systemd, select CONFIG_KCMP as systemd uses the kcmp() call
9
10 Originally tied to CHECKPOINT_RESTORE.
11
12 Thanks to Mike Gilbert for reporting.
13
14 Bug: https://bugs.gentoo.org/818832
15
16 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
17
18 4567_distro-Gentoo-Kconfig.patch | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
22 index 74e80d3..95a64aa 100644
23 --- a/4567_distro-Gentoo-Kconfig.patch
24 +++ b/4567_distro-Gentoo-Kconfig.patch
25 @@ -124,7 +124,6 @@
26 + select BPF_SYSCALL
27 + select CGROUP_BPF
28 + select CGROUPS
29 -+ select CHECKPOINT_RESTORE
30 + select CRYPTO_HMAC
31 + select CRYPTO_SHA256
32 + select CRYPTO_USER_API_HASH
33 @@ -136,6 +135,7 @@
34 + select FILE_LOCKING
35 + select INOTIFY_USER
36 + select IPV6
37 ++ select KCMP
38 + select NET
39 + select NET_NS
40 + select PROC_FS