Skip to content

Commit

Permalink
kernel: set default for KERNEL_BPF_KPROBE_OVERRIDE
Browse files Browse the repository at this point in the history
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: 500c37c ("kernel: add missing symbol")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
  • Loading branch information
stintel committed Mar 5, 2023
1 parent 26b8739 commit 4448b27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/Config-kernel.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4448b27

Please sign in to comment.