mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add support for KProbes in all armbian kernels (#3892)
* Update linux-sunxi64-current.config anbox-modules needs kprobes https://github.com/armbian/build/issues/3883 * Enable this everywhere sed -i -- 's/# CONFIG_KPROBES is not set/CONFIG_KPROBES=y/g' *.config Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
@@ -682,7 +682,7 @@ CONFIG_CRYPTO_AES_ARM64_BS=y
|
||||
#
|
||||
CONFIG_CRASH_CORE=y
|
||||
CONFIG_KEXEC_CORE=y
|
||||
# CONFIG_KPROBES is not set
|
||||
CONFIG_KPROBES=y
|
||||
CONFIG_JUMP_LABEL=y
|
||||
# CONFIG_STATIC_KEYS_SELFTEST is not set
|
||||
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
||||
|
||||
Reference in New Issue
Block a user