summaryrefslogtreecommitdiff
path: root/kernel/ksysfs.c
diff options
context:
space:
mode:
authorPeng Sun <sironhide0null@gmail.com>2019-02-26 22:15:37 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-12-05 15:37:58 +0100
commit7e50f6c7dc3006d3f92d668b61b2e75bec793ccf (patch)
treebf7a2cbea1f74cfa0e3d2689601af0045a4db368 /kernel/ksysfs.c
parenta184a9d6015ec0ec7ee7551d7157594ee89d02b2 (diff)
bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
[ Upstream commit 781e62823cb81b972dc8652c1827205cda2ac9ac ] In bpf/syscall.c, bpf_map_get_fd_by_id() use bpf_map_inc_not_zero() to increase the refcount, both map->refcnt and map->usercnt. Then, if bpf_map_new_fd() fails, should handle map->usercnt too. Fixes: bd5f5f4ecb78 ("bpf: Add BPF_MAP_GET_FD_BY_ID") Signed-off-by: Peng Sun <sironhide0null@gmail.com> Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'kernel/ksysfs.c')
0 files changed, 0 insertions, 0 deletions