From f976691d531b7148f60957dba9f27d11669d5722 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 11 Jul 2023 07:44:39 +0800 Subject: [PATCH] kernel: Remove CONFIG_SYSFS_DEPRECATED It's already removed from Linux 6.4. Link: https://git.kernel.org/torvalds/linux/c/721da5cee9d4 --- chapter10/kernel.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index c8b12e4d9..c6ed57585 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -163,7 +163,6 @@ General setup ---> < > Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS] [*] Control Group support [CONFIG_CGROUPS] ---> [*] Memory controller [CONFIG_MEMCG] - [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED] [ ] Configure standard kernel features (expert users) [CONFIG_EXPERT] General architecture-dependent options ---> [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]