projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d879e59
)
kernel: fix KERNEL_PROBE_EVENTS_BTF_ARGS
author
Stijn Tintel
<
[email protected]
>
Thu, 1 May 2025 20:02:54 +0000
(23:02 +0300)
committer
Christian Marangi
<
[email protected]
>
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/18676
Signed-off-by: Christian Marangi <
[email protected]
>
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index 1fc27dec58d22fbec8f044ab56ea45186789c381..34c76ee4249e550949ef20190d29c603d60a9e21 100644
(file)
--- a/
config/Config-kernel.in
+++ b/
config/Config-kernel.in
@@
-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