diff options
author | Mike Pagano <mpagano@gentoo.org> | 2021-10-18 17:14:04 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2021-10-18 17:14:04 -0400 |
commit | 3b04d123fde8dc5a19f647c83a59dedcbac92f06 (patch) | |
tree | 83a6b86c128cd65bcc53c24aa193b1fab25452a3 /4567_distro-Gentoo-Kconfig.patch | |
parent | Move USER_NS to GENTOO_LINUX_PORTAGE (diff) | |
download | linux-patches-3b04d123fde8dc5a19f647c83a59dedcbac92f06.tar.gz linux-patches-3b04d123fde8dc5a19f647c83a59dedcbac92f06.tar.bz2 linux-patches-3b04d123fde8dc5a19f647c83a59dedcbac92f06.zip |
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@gentoo.org>
Diffstat (limited to '4567_distro-Gentoo-Kconfig.patch')
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 74e80d3e..95a64aa2 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 |