hulk inclusion category: other bugzilla: https://gitee.com/openeuler/kernel/issues/I9093Z CVE: NA
--------------------------------
Fix aarch64 compile error:
CONFIG_KPROBE_EVENTS_ON_NOTRACE=n The configs listed above are introduced but the openeuler_defconfig for aarch64 is not updated, you can configure and run 'make update_oedefconfig' to update it.
Signed-off-by: Liu Chuang liuchuang40@huawei.com --- arch/arm64/configs/openeuler_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/openeuler_defconfig b/arch/arm64/configs/openeuler_defconfig index 2a5d000749ff..4de42999f905 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -6618,6 +6618,7 @@ CONFIG_BRANCH_PROFILE_NONE=y CONFIG_STACK_TRACER=y CONFIG_BLK_DEV_IO_TRACE=y CONFIG_KPROBE_EVENTS=y +# CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set CONFIG_UPROBE_EVENTS=y CONFIG_BPF_EVENTS=y CONFIG_PROBE_EVENTS=y