]> www.infradead.org Git - users/willy/xarray.git/commit
Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Sep 2024 03:10:53 +0000 (20:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Sep 2024 03:10:53 +0000 (20:10 -0700)
commitb831f83e40a24f07c8dcba5be408d93beedc820f
tree45d37c24cbcde7ceb198bebd4ad8719b11a3c640
parentd759ee240d3c0c4a19f4d984eb21c36da76bc6ce
parent5390f315fc8c9b9f48105a0d88b56bc59fa2b3e0
Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Pull bpf fixes from Alexei Starovoitov:

 - Fix crash when btf_parse_base() returns an error (Martin Lau)

 - Fix out of bounds access in btf_name_valid_section() (Jeongjun Park)

* tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf:
  selftests/bpf: Add a selftest to check for incorrect names
  bpf: add check for invalid name in btf_name_valid_section()
  bpf: Fix a crash when btf_parse_base() returns an error pointer