From 717056ae51a21f5eb217e668dd7a18d3c97c912b Mon Sep 17 00:00:00 2001 From: Xiongfeng Wang Date: Tue, 24 Aug 2021 21:18:09 +0800 Subject: [PATCH] X86/config: Enable CONFIG_USERSWAP hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I40AXF CVE: NA -------------------------------------- Enable CONFIG_USERSWAP for openeuler_defconfig Signed-off-by: Xiongfeng Wang Reviewed-by: tong tiangen Signed-off-by: Zheng Zengkai --- arch/x86/configs/openeuler_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/configs/openeuler_defconfig b/arch/x86/configs/openeuler_defconfig index 6c225fc3f106..471d5c5faabb 100644 --- a/arch/x86/configs/openeuler_defconfig +++ b/arch/x86/configs/openeuler_defconfig @@ -8511,3 +8511,4 @@ CONFIG_ARCH_HAS_KCOV=y # end of Kernel hacking CONFIG_ETMEM_SCAN=m CONFIG_ETMEM_SWAP=m +CONFIG_USERSWAP=y -- GitLab