]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: fix KERNEL_PROBE_EVENTS_BTF_ARGS
authorStijn Tintel <stijn@linux-ipv6.be>
Thu, 1 May 2025 20:02:54 +0000 (23:02 +0300)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 1 May 2025 22:07:35 +0000 (00:07 +0200)
We no longer support kernels < 6.6, so drop the dependency. This fixes a
missing symbol with 6.12 when KERNEL_DEBUG_INFO_BTF and
KERNEL_KPROBE_EVENTS are enabled.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Link: https://github.com/openwrt/openwrt/pull/18676
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
config/Config-kernel.in

index 1fc27dec58d22fbec8f044ab56ea45186789c381..34c76ee4249e550949ef20190d29c603d60a9e21 100644 (file)
@@ -567,7 +567,7 @@ config KERNEL_BPF_EVENTS
 
 config KERNEL_PROBE_EVENTS_BTF_ARGS
        bool "Support BTF function arguments for probe events"
-       depends on KERNEL_DEBUG_INFO_BTF && KERNEL_KPROBE_EVENTS && LINUX_6_6
+       depends on KERNEL_DEBUG_INFO_BTF && KERNEL_KPROBE_EVENTS
 
 config KERNEL_BPF_KPROBE_OVERRIDE
        bool