selfetest/bpf: Make some tests serial
Change tests that often fails in parallel execution mode to serial. Signed-off-by: Yucong Sun <sunyucong@gmail.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20211006185619.364369-15-fallentree@fb.com
This commit is contained in:
committed by
Andrii Nakryiko
parent
5db02dd7f0
commit
d3f7b1664d
@ -41,7 +41,8 @@ static struct bpf_link *load(struct bpf_object *obj, const char *name)
|
||||
return bpf_program__attach_trace(prog);
|
||||
}
|
||||
|
||||
void test_trampoline_count(void)
|
||||
/* TODO: use different target function to run in concurrent mode */
|
||||
void serial_test_trampoline_count(void)
|
||||
{
|
||||
const char *fentry_name = "fentry/__set_task_comm";
|
||||
const char *fexit_name = "fexit/__set_task_comm";
|
||||
|
Reference in New Issue
Block a user