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