Skip to content

Commit 91fce23

Browse files
mhiramatrostedt
authored andcommitted
selftests: ftrace: Remove obsolate maxactive syntax check
Since the fprobe event does not support maxactive anymore, stop testing the maxactive syntax error checking. Cc: Alexei Starovoitov <[email protected]> Cc: Florent Revest <[email protected]> Cc: Martin KaFai Lau <[email protected]> Cc: bpf <[email protected]> Cc: Alexei Starovoitov <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Alan Maguire <[email protected]> Cc: Mark Rutland <[email protected]> Link: https://lore.kernel.org/173519008333.391279.10184048816208739987.stgit@devnote2 Signed-off-by: Masami Hiramatsu (Google) <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent a222455 commit 91fce23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/testing/selftests/ftrace/test.d/dynevent/fprobe_syntax_errors.tc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ aarch64)
1616
REG=%r0 ;;
1717
esac
1818

19-
check_error 'f^100 vfs_read' # MAXACT_NO_KPROBE
20-
check_error 'f^1a111 vfs_read' # BAD_MAXACT
21-
check_error 'f^100000 vfs_read' # MAXACT_TOO_BIG
19+
check_error 'f^100 vfs_read' # BAD_MAXACT
2220

2321
check_error 'f ^non_exist_func' # BAD_PROBE_ADDR (enoent)
2422
check_error 'f ^vfs_read+10' # BAD_PROBE_ADDR

0 commit comments

Comments
 (0)