From: Lennart Poettering Date: Tue, 8 Feb 2022 10:45:00 +0000 (+0100) Subject: README: CONFIG_KCMP is the new kernel compile time option for kcmp() X-Git-Tag: v251-rc1~337 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=560ace5da8b9daa4a68ba7d6ab7f0074fbf7b75e;p=thirdparty%2Fsystemd.git README: CONFIG_KCMP is the new kernel compile time option for kcmp() Fixes: #21947 --- diff --git a/README b/README index f47a884542c..1ae9dd3500e 100644 --- a/README +++ b/README @@ -88,7 +88,7 @@ REQUIREMENTS: CONFIG_{TMPFS,EXT4_FS,XFS,BTRFS_FS,...}_POSIX_ACL CONFIG_SECCOMP CONFIG_SECCOMP_FILTER (required for seccomp support) - CONFIG_CHECKPOINT_RESTORE (for the kcmp() syscall) + CONFIG_KCMP (for the kcmp() syscall, used to be under CONFIG_CHECKPOINT_RESTORE before ~5.12) Required for CPUShares= in resource control unit settings CONFIG_CGROUP_SCHED