Hi Linus, The following changes since commit 2e1b3cc9d7f790145a80cb705b168f05dab65df2: Merge tag 'arm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2024-11-04 15:23:26 -1000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/bpf-fixes for you to fetch changes up to fb86c42a2a5d44e849ddfbc98b8d2f4f40d36ee3: bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6 (2024-11-08 12:41:43 -0800) ---------------------------------------------------------------- BPF fixes: - Fix a mismatching RCU unlock flavor in bpf_out_neigh_v6 (Jiawei Ye) - Fix BPF sockmap with kTLS to reject vsock and unix sockets upon kTLS context retrieval (Zijian Zhang) - Fix BPF bits iterator selftest for s390x (Hou Tao) Signed-off-by: Daniel Borkmann <daniel@xxxxxxxxxxxxx> ---------------------------------------------------------------- Hou Tao (1): selftests/bpf: Use -4095 as the bad address for bits iterator Jiawei Ye (1): bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6 Zijian Zhang (1): bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx include/net/tls.h | 12 ++++++-- net/core/filter.c | 2 +- .../selftests/bpf/progs/verifier_bits_iter.c | 32 +++++++++++++++++++--- 3 files changed, 39 insertions(+), 7 deletions(-)