mbox series

pull-request: bpf 2024-03-27

Message ID 20240328012938.24249-1-alexei.starovoitov@gmail.com (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show
Series pull-request: bpf 2024-03-27 | expand

Pull-request

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

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 1000 this patch: 1000
netdev/build_tools success Errors and warnings before: 0 this patch: 0
netdev/build_clang success Errors and warnings before: 956 this patch: 956
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: 1011 this patch: 1011
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/contest success net-next-2024-03-28--03-00 (tests: 949)

Message

Alexei Starovoitov March 28, 2024, 1:29 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 4 non-merge commits during the last 1 day(s) which contain
a total of 5 files changed, 26 insertions(+), 3 deletions(-).

The main changes are:

1) Fix bloom filter value size validation and protect the verifier
   against such mistakes, from Andrei.

2) Fix build due to CONFIG_KEXEC_CORE/CRASH_DUMP split, from Hari.

3) Update bpf_lsm maintainers entry, from Matt.

Please consider pulling these changes from:

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

Thanks a lot!

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

Andrii Nakryiko, Baoquan He, Jiri Olsa, KP Singh, Stanislav Fomichev

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

The following changes since commit afbf75e8da8ce8a0698212953d350697bb4355a6:

  selftests: netdevsim: set test timeout to 10 minutes (2024-03-27 11:29:27 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 4dd651076ef0e5f09940f763a1b4e8a209dab7ab:

  bpf: update BPF LSM designated reviewer list (2024-03-27 11:10:36 -0700)

----------------------------------------------------------------
for-net

----------------------------------------------------------------
Alexei Starovoitov (1):
      Merge branch 'check-bloom-filter-map-value-size'

Andrei Matei (2):
      bpf: Check bloom filter map value size
      bpf: Protect against int overflow for stack access size

Hari Bathini (1):
      bpf: fix warning for crash_kexec

Matt Bobrowski (1):
      bpf: update BPF LSM designated reviewer list

 MAINTAINERS                                               |  3 +--
 kernel/bpf/bloom_filter.c                                 | 13 +++++++++++++
 kernel/bpf/helpers.c                                      |  2 +-
 kernel/bpf/verifier.c                                     |  5 +++++
 tools/testing/selftests/bpf/prog_tests/bloom_filter_map.c |  6 ++++++
 5 files changed, 26 insertions(+), 3 deletions(-)