commit | f2f1518960292500ffe48c95a5a8e216c71da2e9 | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andrii@kernel.org> | Thu Feb 15 14:51:27 2024 -0800 |
committer | Andrii Nakryiko <andrii@kernel.org> | Thu Feb 15 14:51:27 2024 -0800 |
tree | 938df003ff046b19cd278f3185a41a23c7ea284b | |
parent | 782c616fcb319542c4fbc7ea5b4dfd03aad9e277 [diff] |
libbpf: move post-creation steps for ARENA map Consolidate other special post map creation steps outside of bpf_object__create_map(). We have bpf_object__populate_internal_map() and PROG_ARRAY initialization logic there, so it seems fitting to put ARENA's mmap step there as well for consistency. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>