There are 3 patches in this patchset: 1/3 - Bloom filter naming fixups (kernel/bpf/bloom_filter.c) 2/3 - Add alignment padding for map_extra, rearrange fields in bpf_map struct to consolidate holes 3/3 - Bloom filter tests (prog_tests/bloom_filter_map): Add test for successful userspace calls, some refactoring to use bpf_create_map instead of bpf_create_map_xattr Joanne Koong (3): bpf: Bloom filter map naming fixups bpf: Add alignment padding for "map_extra" + consolidate holes selftests/bpf: Add bloom map success test for userspace calls include/linux/bpf.h | 6 +-- include/uapi/linux/bpf.h | 1 + kernel/bpf/bloom_filter.c | 49 +++++++++-------- tools/include/uapi/linux/bpf.h | 1 + .../bpf/prog_tests/bloom_filter_map.c | 53 ++++++++++++------- 5 files changed, 64 insertions(+), 46 deletions(-) -- 2.30.2