Message ID | 20241113030640.24492-1-daniel@iogearbox.net (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [GIT,PULL] bpf for v6.12-rc8 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | success | Errors and warnings before: 3 this patch: 3 |
netdev/build_tools | success | Errors and warnings before: 0 (+0) this patch: 0 (+0) |
netdev/build_clang | success | Errors and warnings before: 3 this patch: 3 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 63 this patch: 63 |
netdev/build_clang_rust | success | No Rust files in patch. Skipping build |
netdev/kdoc | success | Errors and warnings before: 20 this patch: 20 |
netdev/contest | success | net-next-2024-11-13--06-00 (tests: 786) |
The pull request you sent on Wed, 13 Nov 2024 04:06:40 +0100:
> https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/bpf-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9f8e716d46c68112484a23d1742d9ec725e082fc
Thank you!
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@iogearbox.net> ---------------------------------------------------------------- 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(-)