Skip to content

Commit

Permalink
alioth_defconfig: disable kprobes
Browse files Browse the repository at this point in the history
Signed-off-by: re-noroi <[email protected]>
  • Loading branch information
re-noroi committed Feb 24, 2025
1 parent 83bfd1e commit ff8659e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion arch/arm64/configs/vendor/alioth_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,12 @@ CONFIG_QCA_CLD_WLAN_PROFILE="qca6390"
CONFIG_JUMP_LABEL=y
# CONFIG_STATIC_KEYS_SELFTEST is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_HAVE_KPROBES=y
#KPROBES DISABLE FOR KSUN
CONFIG_KPROBES=n
CONFIG_HAVE_KPROBES=n
CONFIG_KPROBE_EVENTS=n
CONFIG_KPROBE_EVENT=n

CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_NMI=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
Expand Down

0 comments on commit ff8659e

Please sign in to comment.