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)
commit4448b27930526e700d2fcb882bad2fd10aa17918
tree6519886ff0d6623c8ca961007b97b41b66e5b4e4
parent26b8739b6839e80c836cff0172fb6005c407a520
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@linux-ipv6.be>
config/Config-kernel.in