[openwrt/openwrt] kernel: set default for KERNEL_BPF_KPROBE_OVERRIDE
LEDE Commits
lede-commits at lists.infradead.org
Sun Mar 5 08:36:29 PST 2023
stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4448b27930526e700d2fcb882bad2fd10aa17918
commit 4448b27930526e700d2fcb882bad2fd10aa17918
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Mon Feb 20 16:00:54 2023 +0200
kernel: set default for KERNEL_BPF_KPROBE_OVERRIDE
Without the default value this still causes a missing symbol. Disable by
default as it depends on FUNCTION_ERROR_INJECTION, which is disabled in
the generic config and we don't have a build symbol to enable that.
Fixes: 500c37c56ff6 ("kernel: add missing symbol")
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
config/Config-kernel.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 258163984e..ad23b21479 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -461,6 +461,7 @@ config KERNEL_BPF_EVENTS
config KERNEL_BPF_KPROBE_OVERRIDE
bool
depends on KERNEL_KPROBES
+ default n
config KERNEL_AIO
bool "Compile the kernel with asynchronous IO support"
More information about the lede-commits
mailing list