Luo Gengkun (5): x86: configs: Disable CRASH_HOTPLUG x86: configs: Disable PERF_EVENTS_AMD_UNCORE x86: configs: Disable X86_KERNEL_IBT x86: configs: Disable PROBE_EVENTS_BTF_ARGS arm64: configs: Disable PROBE_EVENTS_BTF_ARGS
arch/arm64/configs/openeuler_defconfig | 2 +- arch/x86/configs/openeuler_defconfig | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-)
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I9CXSI
--------
Disable CRASH_HOTPLUG
Signed-off-by: Luo Gengkun luogengkun2@huawei.com --- arch/x86/configs/openeuler_defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/x86/configs/openeuler_defconfig b/arch/x86/configs/openeuler_defconfig index ba86fa6d6f78..cde0c9282681 100644 --- a/arch/x86/configs/openeuler_defconfig +++ b/arch/x86/configs/openeuler_defconfig @@ -309,8 +309,7 @@ CONFIG_KEXEC_SIG_FORCE=y CONFIG_KEXEC_BZIMAGE_VERIFY_SIG=y CONFIG_KEXEC_JUMP=y CONFIG_CRASH_DUMP=y -CONFIG_CRASH_HOTPLUG=y -CONFIG_CRASH_MAX_MEMORY_RANGES=8192 +CONFIG_CRASH_HOTPLUG=n # end of Kexec and crash features # end of General setup
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I9CXSI
--------
Disable PERF_EVENTS_AMD_UNCORE
Signed-off-by: Luo Gengkun luogengkun2@huawei.com --- arch/x86/configs/openeuler_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/configs/openeuler_defconfig b/arch/x86/configs/openeuler_defconfig index cde0c9282681..4b8d52eb5a91 100644 --- a/arch/x86/configs/openeuler_defconfig +++ b/arch/x86/configs/openeuler_defconfig @@ -432,7 +432,7 @@ CONFIG_PERF_EVENTS_INTEL_UNCORE=m CONFIG_PERF_EVENTS_INTEL_RAPL=m CONFIG_PERF_EVENTS_INTEL_CSTATE=m CONFIG_PERF_EVENTS_AMD_POWER=m -CONFIG_PERF_EVENTS_AMD_UNCORE=y +CONFIG_PERF_EVENTS_AMD_UNCORE=n CONFIG_PERF_EVENTS_AMD_BRS=y # end of Performance monitoring
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I9CXSI
--------
Disable X86_KERNEL_IBT
Signed-off-by: Luo Gengkun luogengkun2@huawei.com --- arch/x86/configs/openeuler_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/configs/openeuler_defconfig b/arch/x86/configs/openeuler_defconfig index 4b8d52eb5a91..69c9ad51b872 100644 --- a/arch/x86/configs/openeuler_defconfig +++ b/arch/x86/configs/openeuler_defconfig @@ -474,7 +474,7 @@ CONFIG_X86_PAT=y CONFIG_ARCH_USES_PG_UNCACHED=y CONFIG_X86_UMIP=y CONFIG_X86_CET=y -CONFIG_X86_KERNEL_IBT=y +CONFIG_X86_KERNEL_IBT=n CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y CONFIG_X86_INTEL_TSX_MODE_OFF=y # CONFIG_X86_INTEL_TSX_MODE_ON is not set
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I9CXSI
--------
Disable PROBE_EVENTS_BTF_ARGS
Signed-off-by: Luo Gengkun luogengkun2@huawei.com --- arch/x86/configs/openeuler_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/configs/openeuler_defconfig b/arch/x86/configs/openeuler_defconfig index 69c9ad51b872..95ba3e00dafd 100644 --- a/arch/x86/configs/openeuler_defconfig +++ b/arch/x86/configs/openeuler_defconfig @@ -9204,7 +9204,7 @@ CONFIG_TRACER_SNAPSHOT=y CONFIG_BRANCH_PROFILE_NONE=y # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set CONFIG_BLK_DEV_IO_TRACE=y -CONFIG_PROBE_EVENTS_BTF_ARGS=y +CONFIG_PROBE_EVENTS_BTF_ARGS=n CONFIG_KPROBE_EVENTS=y # CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set CONFIG_UPROBE_EVENTS=y