summaryrefslogtreecommitdiffstats
path: root/tools/bpf
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2022-11-21 10:44:03 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2022-12-01 13:14:21 -0800
commita4412fdd49dc011bcc2c0d81ac4cab7457092650 (patch)
tree167aee62fd6789b8913d6336901204f1fdb2739c /tools/bpf
parent355479c70a489415ef6e2624e514f8f15a40861b (diff)
downloadlinux-a4412fdd49dc011bcc2c0d81ac4cab7457092650.tar.bz2
error-injection: Add prompt for function error injection
The config to be able to inject error codes into any function annotated with ALLOW_ERROR_INJECTION() is enabled when FUNCTION_ERROR_INJECTION is enabled. But unfortunately, this is always enabled on x86 when KPROBES is enabled, and there's no way to turn it off. As kprobes is useful for observability of the kernel, it is useful to have it enabled in production environments. But error injection should be avoided. Add a prompt to the config to allow it to be disabled even when kprobes is enabled, and get rid of the "def_bool y". This is a kernel debug feature (it's in Kconfig.debug), and should have never been something enabled by default. Cc: stable@vger.kernel.org Fixes: 540adea3809f6 ("error-injection: Separate error-injection from kprobe") Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/bpf')
0 files changed, 0 insertions, 0 deletions