projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67d086
)
config: drop CONFIG_KPROBE_EVENT unused since kernel 4.9
author
Tony Ambardar
<itugrok@yahoo.com>
Wed, 21 Oct 2020 16:24:33 +0000
(09:24 -0700)
committer
Petr Štetiar
<ynezz@true.cz>
Mon, 25 Jan 2021 13:37:41 +0000
(14:37 +0100)
The config setting was renamed to CONFIG_KPROBE_EVENTS.
Fixes: 97d3f800a8 ("config: kernel: Add KPROBE_EVENTS config option)
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index 8a78e297cbef0ecb442befc44c0eaa8fc8a53922..3350558adb06bf68ffdbd667bf0bdbc5bdea9644 100644
(file)
--- a/
config/Config-kernel.in
+++ b/
config/Config-kernel.in
@@
-365,10
+365,6
@@
config KERNEL_KPROBES
instrumentation and testing.
If in doubt, say "N".
-config KERNEL_KPROBE_EVENT
- bool
- default y if KERNEL_KPROBES
-
config KERNEL_KPROBE_EVENTS
bool
default y if KERNEL_KPROBES