]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests: bpf: fix tests with raw_tp calling kfuncs
authorPuranjay Mohan <puranjay@kernel.org>
Mon, 22 Dec 2025 13:32:46 +0000 (05:32 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 23 Dec 2025 06:23:38 +0000 (22:23 -0800)
commit83dd46ecb68ecc03cff23e68490ded5d40d79f66
tree60efe9977cc964a912c78bb9c68f72b34dd00caa
parent342297d51146b1a3184e53925901a0cc282b3f76
selftests: bpf: fix tests with raw_tp calling kfuncs

As the previous commit allowed raw_tp programs to call kfuncs, so of the
selftests that were expected to fail will now succeed.

Signed-off-by: Puranjay Mohan <puranjay@kernel.org>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/r/20251222133250.1890587-3-puranjay@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/progs/dynptr_fail.c
tools/testing/selftests/bpf/progs/verifier_kfunc_prog_types.c