Revision 7fa598f9706d40bd16f2ab286bdf5808e1393d35 authored by Steven Rostedt (VMware) on 27 October 2021, 16:08:54 UTC, committed by Steven Rostedt (VMware) on 28 October 2021, 01:47:55 UTC
When the syscall trace points are not configured in, the kselftests for
ftrace will try to attach an event probe (eprobe) to one of the system
call trace points. This triggered a WARNING, because the failure only
expects to see memory issues. But this is not the only failure. The user
may attempt to attach to a non existent event, and the kernel must not
warn about it.

Link: https://lkml.kernel.org/r/20211027120854.0680aa0f@gandalf.local.home

Fixes: 7491e2c442781 ("tracing: Add a probe that attaches to trace events")
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
1 parent 4e84dc4
History
File Mode Size
encrypted-keys
trusted-keys
Kconfig -rw-r--r-- 4.5 KB
Makefile -rw-r--r-- 677 bytes
big_key.c -rw-r--r-- 6.6 KB
compat.c -rw-r--r-- 3.2 KB
compat_dh.c -rw-r--r-- 1.1 KB
dh.c -rw-r--r-- 8.5 KB
gc.c -rw-r--r-- 9.9 KB
internal.h -rw-r--r-- 12.2 KB
key.c -rw-r--r-- 31.5 KB
keyctl.c -rw-r--r-- 49.5 KB
keyctl_pkey.c -rw-r--r-- 6.8 KB
keyring.c -rw-r--r-- 47.7 KB
permission.c -rw-r--r-- 3.2 KB
persistent.c -rw-r--r-- 4.3 KB
proc.c -rw-r--r-- 7.7 KB
process_keys.c -rw-r--r-- 23.4 KB
request_key.c -rw-r--r-- 21.4 KB
request_key_auth.c -rw-r--r-- 7.1 KB
sysctl.c -rw-r--r-- 1.7 KB
user_defined.c -rw-r--r-- 4.6 KB

back to top