]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Mark tc_redirect selftest as serial
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 22 Oct 2021 22:32:27 +0000 (15:32 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 25 Oct 2021 21:45:46 +0000 (14:45 -0700)
commit9b0b04b88e9fdeb7fc957b45ceb7ebe8c043c39d
tree230916a8ca31eb70ad2e26bdaf5af91ca5807620
parentfe1251e165f22abeb033e536e69e5cc1d8623e75
selftests/bpf: Mark tc_redirect selftest as serial

It seems to cause a lot of harm to kprobe/tracepoint selftests. Yucong
mentioned before that it does manipulate sysfs, which might be the
reason. So let's mark it as serial, though ideally it would be less
intrusive on the system at test.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211022223228.99920-4-andrii@kernel.org
tools/testing/selftests/bpf/prog_tests/tc_redirect.c