mbox series

pull-request: bpf 2024-05-17

Message ID 20240517001600.23703-1-daniel@iogearbox.net (mailing list archive)
State Accepted
Commit 52d94c180a9f6e586c8234b7feb7c8b9282f53c9
Headers show
Series pull-request: bpf 2024-05-17 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/for-netdev

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 922 this patch: 922
netdev/build_tools success Errors and warnings before: 1 this patch: 1
netdev/build_clang success Errors and warnings before: 925 this patch: 925
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: 927 this patch: 927
netdev/build_clang_rust success No Rust files in patch. Skipping build

Message

Daniel Borkmann May 17, 2024, 12:16 a.m. UTC
Hi David, hi Jakub, hi Paolo, hi Eric,

The following pull-request contains BPF updates for your *net* tree.

We've added 7 non-merge commits during the last 2 day(s) which contain
a total of 8 files changed, 20 insertions(+), 9 deletions(-).

The main changes are:

1) Fix KASAN slab-out-of-bounds in percpu_array_map_gen_lookup and add
   BPF selftests to cover this case, from Andrii Nakryiko.
   (Report https://lore.kernel.org/bpf/20240514231155.1004295-1-kuba@kernel.org/)

2) Fix two BPF selftests to adjust for kernel changes after fast-forwarding
   Linus' tree to make BPF CI all green again, from Martin KaFai Lau.

3) Fix libbpf feature detectors when using token_fd by adjusting the
   attribute size for memset to cover the former, also from Andrii Nakryiko.

4) Fix the description of 'src' in ALU instructions for the BPF ISA
   standardization doc, from Puranjay Mohan.

Please consider pulling these changes from:

  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/for-netdev

Thanks a lot!

Also thanks to reporters, reviewers and testers of commits in this pull-request:

Alan Maguire, Daniel Borkmann, Dave Thaler, Jakub Kicinski, Kumar 
Kartikeya Dwivedi, Zi Shen Lim

----------------------------------------------------------------

The following changes since commit 621cde16e49b3ecf7d59a8106a20aaebfb4a59a9:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2024-05-15 07:30:49 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/for-netdev

for you to fetch changes up to 51e2b8d33199df9675d2a36ec6aad0c27e91c6fe:

  selftests/bpf: Adjust btf_dump test to reflect recent change in file_operations (2024-05-17 01:50:11 +0200)

----------------------------------------------------------------
bpf-for-netdev

----------------------------------------------------------------
Andrii Nakryiko (3):
      libbpf: fix feature detectors when using token_fd
      bpf: save extended inner map info for percpu array maps as well
      selftests/bpf: add more variations of map-in-map situations

Martin KaFai Lau (2):
      selftests/bpf: Adjust test_access_variable_array after a kernel function name change
      selftests/bpf: Adjust btf_dump test to reflect recent change in file_operations

Puranjay Mohan (2):
      bpf, docs: Fix the description of 'src' in ALU instructions
      MAINTAINERS: Update ARM64 BPF JIT maintainer

 Documentation/bpf/standardization/instruction-set.rst          |  5 +++--
 MAINTAINERS                                                    |  2 +-
 kernel/bpf/map_in_map.c                                        |  4 ++--
 tools/lib/bpf/bpf.c                                            |  2 +-
 tools/lib/bpf/features.c                                       |  2 +-
 tools/testing/selftests/bpf/prog_tests/btf_dump.c              |  2 +-
 tools/testing/selftests/bpf/progs/map_kptr.c                   | 10 ++++++++++
 tools/testing/selftests/bpf/progs/test_access_variable_array.c |  2 +-
 8 files changed, 20 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 17, 2024, 12:50 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 17 May 2024 02:16:00 +0200 you wrote:
> Hi David, hi Jakub, hi Paolo, hi Eric,
> 
> The following pull-request contains BPF updates for your *net* tree.
> 
> We've added 7 non-merge commits during the last 2 day(s) which contain
> a total of 8 files changed, 20 insertions(+), 9 deletions(-).
> 
> [...]

Here is the summary with links:
  - pull-request: bpf 2024-05-17
    https://git.kernel.org/netdev/net/c/52d94c180a9f

You are awesome, thank you!