diff options
author | Andrii Nakryiko <[email protected]> | 2020-07-28 21:09:12 -0700 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2020-07-30 01:30:22 +0200 |
commit | 1d4e1eab456e1ee92a94987499b211db05f900ea (patch) | |
tree | 5b82ae2c43008bf5b78126fad7b2762c1d1514b8 /lib/mpi/mpi-add.c | |
parent | 5b801dfb7feb2738975d80223efc2fc193e55573 (diff) |
bpf: Fix map leak in HASH_OF_MAPS map
Fix HASH_OF_MAPS bug of not putting inner map pointer on bpf_map_elem_update()
operation. This is due to per-cpu extra_elems optimization, which bypassed
free_htab_elem() logic doing proper clean ups. Make sure that inner map is put
properly in optimized case as well.
Fixes: 8c290e60fa2a ("bpf: fix hashmap extra_elems logic")
Signed-off-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Song Liu <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'lib/mpi/mpi-add.c')
0 files changed, 0 insertions, 0 deletions