Skip to content

Commit

Permalink
kernel: add missing symbol
Browse files Browse the repository at this point in the history
Enabling KERNEL_KPROBES exposes KERNEL_BPF_KPROBE_OVERRIDE. Add a build
option for it to fix build failures with KERNEL_KPROBES enabled.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit 500c37c)
  • Loading branch information
stintel committed Sep 22, 2022
1 parent 2a63467 commit f3ffb04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/Config-kernel.in
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,11 @@ config KERNEL_KPROBE_EVENTS
bool
default y if KERNEL_KPROBES

config KERNEL_BPF_KPROBE_OVERRIDE
bool
depends on KERNEL_KPROBES
default n

config KERNEL_AIO
bool "Compile the kernel with asynchronous IO support"
default y if !SMALL_FLASH
Expand Down

0 comments on commit f3ffb04

Please sign in to comment.