hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I9R2TB
--------------------------------
Defaultly enable CONFIG_LIVEPATCH_ISOLATE_KPROBE and disable CONFIG_LIVEPATCH_BREAKPOINT_NO_STOP_MACHINE in openeuler_defconfig of arm64 & x86.
Signed-off-by: Zheng Yejian zhengyejian1@huawei.com --- arch/arm64/configs/openeuler_defconfig | 2 ++ arch/x86/configs/openeuler_defconfig | 2 ++ 2 files changed, 4 insertions(+)
diff --git a/arch/arm64/configs/openeuler_defconfig b/arch/arm64/configs/openeuler_defconfig index 34061d75a0d2..9cb76929ec28 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -362,6 +362,8 @@ CONFIG_LIVEPATCH_WO_FTRACE=y CONFIG_LIVEPATCH_STOP_MACHINE_CONSISTENCY=y # CONFIG_LIVEPATCH_STACK is not set CONFIG_LIVEPATCH_RESTRICT_KPROBE=y +# CONFIG_LIVEPATCH_BREAKPOINT_NO_STOP_MACHINE is not set +CONFIG_LIVEPATCH_ISOLATE_KPROBE=y # end of Enable Livepatch
# diff --git a/arch/x86/configs/openeuler_defconfig b/arch/x86/configs/openeuler_defconfig index 1835f38f2947..626ba1790782 100644 --- a/arch/x86/configs/openeuler_defconfig +++ b/arch/x86/configs/openeuler_defconfig @@ -505,6 +505,8 @@ CONFIG_LIVEPATCH_WO_FTRACE=y CONFIG_LIVEPATCH_STOP_MACHINE_CONSISTENCY=y # CONFIG_LIVEPATCH_STACK is not set CONFIG_LIVEPATCH_RESTRICT_KPROBE=y +# CONFIG_LIVEPATCH_BREAKPOINT_NO_STOP_MACHINE is not set +CONFIG_LIVEPATCH_ISOLATE_KPROBE=y # end of Enable Livepatch # end of Processor type and features