kernel: set default for KERNEL_BPF_KPROBE_OVERRIDE
authorStijn Tintel <stijn@linux-ipv6.be>
Mon, 20 Feb 2023 14:00:54 +0000 (16:00 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Sun, 5 Mar 2023 16:36:01 +0000 (18:36 +0200)
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@linux-ipv6.be>
config/Config-kernel.in

index 258163984e7c357d0075718a79de3da1f70bdfc7..ad23b21479612797324e152ee5a72c2be2cfee42 100644 (file)
@@ -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"