aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/timer.c
diff options
context:
space:
mode:
authorYucong Sun <[email protected]>2021-10-06 18:56:19 +0000
committerAndrii Nakryiko <[email protected]>2021-10-08 22:17:00 +0000
commitd3f7b1664d3ebd69751327f45f5cd4adfb29f620 (patch)
treee78324d50d01bff5acb6d2556b72f88e1ff7530f /tools/testing/selftests/bpf/prog_tests/timer.c
parentselftests/bpf: Fix pid check in fexit_sleep test (diff)
downloadkernel-d3f7b1664d3ebd69751327f45f5cd4adfb29f620.tar.gz
kernel-d3f7b1664d3ebd69751327f45f5cd4adfb29f620.zip
selfetest/bpf: Make some tests serial
Change tests that often fails in parallel execution mode to serial. Signed-off-by: Yucong Sun <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/timer.c')
-rw-r--r--tools/testing/selftests/bpf/prog_tests/timer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/timer.c b/tools/testing/selftests/bpf/prog_tests/timer.c
index 25f40e1b9967..0f4e49e622cd 100644
--- a/tools/testing/selftests/bpf/prog_tests/timer.c
+++ b/tools/testing/selftests/bpf/prog_tests/timer.c
@@ -39,7 +39,8 @@ static int timer(struct timer *timer_skel)
return 0;
}
-void test_timer(void)
+/* TODO: use pid filtering */
+void serial_test_timer(void)
{
struct timer *timer_skel = NULL;
int err;