diff options
author | Eduard Zingerman <eddyz87@gmail.com> | 2023-04-21 02:23:14 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2023-04-20 16:49:16 -0700 |
commit | 7c4b96c00043f3b2cad50653f085c178fda92e62 (patch) | |
tree | 7e5e2d04d2b8b143aa933dde5e3e844dc2922cab /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 4b7ef71ac977899cf7bdb09d66052926c7d249ff (diff) |
selftests/bpf: disable program test run for progs/refcounted_kptr.c
Florian Westphal found a bug in test_loader.c processing of __retval
tag. Because of this bug the function test_loader.c:do_prog_test_run()
never executed and all __retval test tags were ignored. This hid an
issue with progs/refcounted_kptr.c tests.
When __retval tag bug is fixed and refcounted_kptr.c tests are run
kernel reports various issues and eventually hangs. Shortest reproducer
is the following command run a few times:
$ for i in $(seq 1 4); do (./test_progs --allow=refcounted_kptr &); done
Commenting out __retval tags for these tests until this issue is resolved.
Reported-by: Florian Westphal <fw@strlen.de>
Link: https://lore.kernel.org/bpf/f4c4aee644425842ee6aa8edf1da68f0a8260e7c.camel@gmail.com/T/
Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>
Link: https://lore.kernel.org/r/20230420232317.2181776-2-eddyz87@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions