This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1eb09e624f69 Merge tag 'ata-6.15-rc4' of git://git.kernel.org/pub/scm/l [...] new f2858f308131 selftests/bpf: Mitigate sockmap_ktls disconnect_after_dele [...] new 75673fda0c55 bpf: fix possible endless loop in BPF map iteration new 3d9c463f959f selftests/bpf: add test for softlock when modifying hashma [...] new 6ae003adc029 Merge branch 'bpf-fix-softlock-condition-in-bpf-hashmap-in [...] new f88886de0927 bpf: Add namespace to BPF internal symbols new 548762f05d19 samples/bpf: Fix compilation failure for samples/bpf on Lo [...] new f0007910784a selftests/bpf: Correct typo in __clang_major__ macro new f1a3944c860b Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/bpf/bpf_devel_QA.rst | 8 +++++ kernel/bpf/hashtab.c | 2 +- kernel/bpf/preload/bpf_preload_kern.c | 1 + kernel/bpf/syscall.c | 6 ++-- samples/bpf/Makefile | 2 +- tools/testing/selftests/bpf/prog_tests/for_each.c | 37 ++++++++++++++++++++++ .../selftests/bpf/prog_tests/sockmap_ktls.c | 1 - tools/testing/selftests/bpf/progs/bpf_misc.h | 2 +- .../selftests/bpf/progs/for_each_hash_modify.c | 30 ++++++++++++++++++ 9 files changed, 82 insertions(+), 7 deletions(-) create mode 100644 tools/testing/selftests/bpf/progs/for_each_hash_modify.c