Skip to content
Commit 6920b086 authored by Ludovic L'Hours's avatar Ludovic L'Hours Committed by Martin KaFai Lau
Browse files

libbpf: Fix map creation flags sanitization



As BPF_F_MMAPABLE flag is now conditionnaly set (by map_is_mmapable),
it should not be toggled but disabled if not supported by kernel.

Fixes: 4fcac46c ("libbpf: only add BPF_F_MMAPABLE flag for data maps with global vars")
Signed-off-by: default avatarLudovic L'Hours <ludovic.lhours@gmail.com>
Acked-by: default avatarJiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/r/20230108182018.24433-1-ludovic.lhours@gmail.com


Signed-off-by: default avatarMartin KaFai Lau <martin.lau@kernel.org>
parent 75514e4c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment