From bacb253fac73e056c574d0d612a8e177c95e2bf6 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 3 Jan 2018 18:02:32 +0800 Subject: [PATCH] disable X86_BUG_CPU_INSECURE ASLR future in x86/x64 AMD or Intel CPUs --- target/linux/x86/config-4.14 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14 index 05af598905..9b2f5e3d36 100644 --- a/target/linux/x86/config-4.14 +++ b/target/linux/x86/config-4.14 @@ -523,3 +523,4 @@ CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_XZ_DEC_BCJ=y CONFIG_XZ_DEC_X86=y CONFIG_ZLIB_INFLATE=y +CONFIG_PAGE_TABLE_ISOLATION=n \ No newline at end of file