commit: 3b04d123fde8dc5a19f647c83a59dedcbac92f06 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Mon Oct 18 21:14:04 2021 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Mon Oct 18 21:14:04 2021 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=3b04d123
For systemd, select CONFIG_KCMP as systemd uses the kcmp() call Originally tied to CHECKPOINT_RESTORE. Thanks to Mike Gilbert for reporting. Bug: https://bugs.gentoo.org/818832 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 74e80d3..95a64aa 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -124,7 +124,6 @@ + select BPF_SYSCALL + select CGROUP_BPF + select CGROUPS -+ select CHECKPOINT_RESTORE + select CRYPTO_HMAC + select CRYPTO_SHA256 + select CRYPTO_USER_API_HASH @@ -136,6 +135,7 @@ + select FILE_LOCKING + select INOTIFY_USER + select IPV6 ++ select KCMP + select NET + select NET_NS + select PROC_FS
