This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ecd5d67ad602 Merge tag 'pwm/for-6.15-rc2-fixes' of git://git.kernel.org [...] new 9bae8f4f2168 selftests/bpf: Make res_spin_lock test less verbose new d4bac0288a2b bpf: support SKF_NET_OFF and SKF_LL_OFF on skb frags new fcd7132cb1f9 selftests/net: test sk_filter support for SKF_NET_OFF on frags new 7bbb38f1f920 Merge branch 'support-skf_net_off-and-skf_ll_off-on-skb-frags' new 1ddb9ad2ac6e selftests/bpf: Make res_spin_lock AA test condition stronger new 92b90f780d05 bpf: Use architecture provided res_smp_cond_load_acquire new 2f41503d6476 bpf: Convert queue_stack map to rqspinlock new a650d38915c1 bpf: Convert ringbuf map to rqspinlock new b676ac484f84 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
The 9 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: arch/arm64/include/asm/rqspinlock.h | 2 +- kernel/bpf/queue_stack_maps.c | 35 +-- kernel/bpf/ringbuf.c | 17 +- kernel/bpf/rqspinlock.c | 2 +- net/core/filter.c | 80 ++++--- .../selftests/bpf/prog_tests/res_spin_lock.c | 7 +- tools/testing/selftests/bpf/progs/res_spin_lock.c | 10 +- tools/testing/selftests/net/.gitignore | 1 + tools/testing/selftests/net/Makefile | 2 + tools/testing/selftests/net/skf_net_off.c | 244 +++++++++++++++++++++ tools/testing/selftests/net/skf_net_off.sh | 30 +++ 11 files changed, 354 insertions(+), 76 deletions(-) create mode 100644 tools/testing/selftests/net/skf_net_off.c create mode 100755 tools/testing/selftests/net/skf_net_off.sh