Merge tag 'for-net' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov says: ==================== pull-request: bpf 2024-03-27 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. * tag 'for-net' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf: bpf: update BPF LSM designated reviewer list bpf: Protect against int overflow for stack access size bpf: Check bloom filter map value size bpf: fix warning for crash_kexec ==================== Link: https://lore.kernel.org/r/20240328012938.24249-1-alexei.starovoitov@gmail.com Signed-off-by:Paolo Abeni <pabeni@redhat.com>
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 2 deletionsMAINTAINERS
- kernel/bpf/bloom_filter.c 13 additions, 0 deletionskernel/bpf/bloom_filter.c
- kernel/bpf/helpers.c 1 addition, 1 deletionkernel/bpf/helpers.c
- kernel/bpf/verifier.c 5 additions, 0 deletionskernel/bpf/verifier.c
- tools/testing/selftests/bpf/prog_tests/bloom_filter_map.c 6 additions, 0 deletionstools/testing/selftests/bpf/prog_tests/bloom_filter_map.c
Loading
Please register or sign in to comment