This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 90602c251cda Merge tag 'net-6.12-rc6' of git://git.kernel.org/pub/scm/l [...] new 740be3b9a6d7 sock_map: fix a NULL pointer dereference in sock_map_link_ [...] new a32aee8f0d98 bpf: fix filed access without lock new aa30eb3260b2 bpf: Force checkpoint when jmp history is too long new 1fb315892d83 selftests/bpf: Test with a very short loop new 13400ac8fb80 bpf: Fix out-of-bounds write in trie_get_next_key() new d7f214aeacb9 selftests/bpf: Add test for trie_get_next_key() new d0b98f6a17a5 bpf: disallow 40-bytes extra stack for bpf_fastcall patterns new 101ccfbabf47 bpf: Free dynamically allocated bits in bpf_iter_bits_destroy() new 62a898b07b83 bpf: Add bpf_mem_alloc_check_size() helper new 393397fbdcad bpf: Check the validity of nr_words in bpf_iter_bits_new() new e13393836750 bpf: Use __u64 to save the bits in bits iterator new ebafc1e535db selftests/bpf: Add three test cases for bits_iter new 053b212b3a35 Merge branch 'fixes-for-bits-iterator' new c40dd8c47325 bpf, test_run: Fix LIVE_FRAME frame update after a page ha [...] new 5635f189425e Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
The 15 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: include/linux/bpf_mem_alloc.h | 3 + kernel/bpf/helpers.c | 54 ++++++++-- kernel/bpf/lpm_trie.c | 2 +- kernel/bpf/memalloc.c | 14 ++- kernel/bpf/verifier.c | 23 ++--- net/bpf/test_run.c | 1 + net/core/sock_map.c | 4 + net/ipv4/tcp_bpf.c | 7 +- .../bpf/map_tests/lpm_trie_map_get_next_key.c | 109 +++++++++++++++++++++ .../selftests/bpf/progs/verifier_bits_iter.c | 61 +++++++++++- .../selftests/bpf/progs/verifier_bpf_fastcall.c | 55 ----------- .../selftests/bpf/progs/verifier_search_pruning.c | 23 +++++ tools/testing/selftests/bpf/veristat.cfg | 1 + 13 files changed, 269 insertions(+), 88 deletions(-) create mode 100644 tools/testing/selftests/bpf/map_tests/lpm_trie_map_get_next_key.c