Re: [bpf-next 0/4] selftest related fixes
From: Yonghong Song
Date: Thu Aug 06 2026 - 14:03:43 EST
On 8/3/26 10:02 AM, Vineet Gupta wrote:
Hi,
This is a set of fixes accumulated during BPF_GCC testing and an in-works
verifier enhacement series for 32-bit tracking.
Similar to other patch sets, let us have the proper format for the subject
for example:
[PATCH bpf-next 0/4] selftests/bpf: Fix a few selftest issues
For each individual patch, do
[PATCH bpf-next 1/4] selftests/bpf: ...
...
Thx,
-Vineet
Vineet Gupta (4):
selftests/bpf: map_kptr: force BPF_STX for the scalar store to kptr
selftests/bpf: add --no-error-summary to skip end-of-run error log
dump
selftests/bpf: report failed subtest count in test_progs summary
selftests/bpf: vmtest.sh: preserve command quoting when running in the
VM
.../selftests/bpf/progs/map_kptr_fail.c | 11 +++-
tools/testing/selftests/bpf/test_progs.c | 62 ++++++++++++-------
tools/testing/selftests/bpf/test_progs.h | 3 +-
tools/testing/selftests/bpf/vmtest.sh | 13 +++-
4 files changed, 64 insertions(+), 25 deletions(-)