]> www.infradead.org Git - users/hch/configfs.git/commit
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2024 17:14:19 +0000 (09:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2024 17:14:19 +0000 (09:14 -0800)
commit9f8e716d46c68112484a23d1742d9ec725e082fc
tree6ca1624c4604133ee9184897da5636eb2fa91071
parentc5f404511890d75c90e4ec06c54f06bd397d96f5
parentfb86c42a2a5d44e849ddfbc98b8d2f4f40d36ee3
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Pull bpf fixes from Daniel Borkmann:

 - 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)

* tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf:
  bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6
  bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
  selftests/bpf: Use -4095 as the bad address for bits iterator