[F][SRU][PATCH 1/1] selftests/ftrace: Return unsupported for the unconfigured features

Po-Hsu Lin po-hsu.lin at canonical.com
Tue May 25 09:42:37 UTC 2021


From: Masami Hiramatsu <mhiramat at kernel.org>

BugLink: https://bugs.launchpad.net/bugs/1929527

As same as other test cases, return unsupported if kprobe_events
or argument access feature are not found.

There can be a new arch which does not port those features yet,
and an older kernel which doesn't support it.
Those can not enable the features.

Signed-off-by: Masami Hiramatsu <mhiramat at kernel.org>
Reviewed-by: Tom Zanussi <zanussi at kernel.org>
Signed-off-by: Shuah Khan <skhan at linuxfoundation.org>
(backported from commit 1e11b7dbef17bb6315f08771a64d86ab20fc037b)
[PHLin: skip non-existing file]
Signed-off-by: Po-Hsu Lin <po-hsu.lin at canonical.com>
---
 tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_user.tc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_user.tc b/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_user.tc
index 0f60087..b41471f 100644
--- a/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_user.tc
+++ b/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_user.tc
@@ -4,7 +4,7 @@
 
 [ -f kprobe_events ] || exit_unsupported # this is configurable
 
-grep -q '\$arg<N>' README || exit_unresolved # depends on arch
+grep -q '\$arg<N>' README || exit_unsupported # depends on arch
 grep -A10 "fetcharg:" README | grep -q 'ustring' || exit_unsupported
 grep -A10 "fetcharg:" README | grep -q '\[u\]<offset>' || exit_unsupported
 
-- 
2.7.4




More information about the kernel-team mailing list