diff options
author | 2024-04-30 12:43:24 +0200 | |
---|---|---|
committer | 2024-04-30 16:28:33 +0200 | |
commit | b98a5c68ccaa94e93b9e898091fe2cf21c1500e6 (patch) | |
tree | 1d966ca8b4a480aaa183bc5d1eb2759645af885a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | selftests/bpf: validate nulled-out struct_ops program is handled properly (diff) | |
download | wireguard-linux-b98a5c68ccaa94e93b9e898091fe2cf21c1500e6.tar.xz wireguard-linux-b98a5c68ccaa94e93b9e898091fe2cf21c1500e6.zip |
bpf: Do not walk twice the map on free
If someone stores both a timer and a workqueue in a map, on free
we would walk it twice.
Add a check in array_map_free_timers_wq and free the timers and
workqueues if they are present.
Fixes: 246331e3f1ea ("bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps")
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Link: https://lore.kernel.org/bpf/20240430-bpf-next-v3-1-27afe7f3b17c@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions