v1->v2: - prepend a patch addressing the bloom map specifically - change low-level rejection error to EFAULT, to indicate a bug Andrei Matei (2): bpf: Check bloom filter map value size bpf: Protect against int overflow for stack access size kernel/bpf/bloom_filter.c | 13 +++++++++++++ kernel/bpf/verifier.c | 5 +++++ .../selftests/bpf/prog_tests/bloom_filter_map.c | 6 ++++++ 3 files changed, 24 insertions(+) -- 2.40.1