]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge branch '"map_extra" and bloom filter fixups'
authorAlexei Starovoitov <ast@kernel.org>
Mon, 1 Nov 2021 21:16:03 +0000 (14:16 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 1 Nov 2021 21:19:35 +0000 (14:19 -0700)
commit669810030bbce1c1bda8379fc7c475738b2ff0d4
tree0aa974eb45a14bdf059b733702ac35caee42134d
parentf27a6fad14e24dfc755dfcdc08d9a3f514ddb593
parent7a67087250f0003acc1b9e20eda01635e1e51f9a
Merge branch '"map_extra" and bloom filter fixups'

Joanne Koong says:

====================

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

v1 -> v2:
    * In prog_tests/bloom_filter_map: remove unneeded line break,
also change the inner_map_test to use bpf_create_map instead
of bpf_create_map_xattr.
    * Add acked-bys to commit messages
====================

Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>