Skip to content

Commit 3e301b4

Browse files
olsajirimhiramat
authored andcommitted
selftests/bpf: Change uretprobe syscall number in uprobe_syscall test
Fixing the syscall number value. Link: https://lore.kernel.org/all/[email protected]/ Fixes: 9e7f74e ("selftests/bpf: Add uretprobe syscall call from user space test") Signed-off-by: Jiri Olsa <[email protected]> Acked-by: Andrii Nakryiko <[email protected]> Signed-off-by: Masami Hiramatsu (Google) <[email protected]>
1 parent 63ded11 commit 3e301b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ static void test_uretprobe_regs_change(void)
216216
}
217217

218218
#ifndef __NR_uretprobe
219-
#define __NR_uretprobe 463
219+
#define __NR_uretprobe 467
220220
#endif
221221

222222
__naked unsigned long uretprobe_syscall_call_1(void)

0 commit comments

Comments
 (0)