From 560ace5da8b9daa4a68ba7d6ab7f0074fbf7b75e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 8 Feb 2022 11:45:00 +0100 Subject: README: CONFIG_KCMP is the new kernel compile time option for kcmp() Fixes: #21947 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index f47a884542..1ae9dd3500 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 -- cgit v1.2.1