aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_maps.c
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2018-01-22 22:53:51 -0800
committerDaniel Borkmann <daniel@iogearbox.net>2018-01-23 17:33:57 +0100
commit2310035fa03f651dd5b03f19a26a97512aa8842c (patch)
tree8758454fd5163b0ede4fa9a925b797d9e67d30aa /tools/testing/selftests/bpf/test_maps.c
parentnet: aquantia: make symbol hw_atl_boards static (diff)
downloadlinux-dev-2310035fa03f651dd5b03f19a26a97512aa8842c.tar.xz
linux-dev-2310035fa03f651dd5b03f19a26a97512aa8842c.zip
bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu region
In commit b471f2f1de8b ("bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map"), the implemented MAP_GET_NEXT_KEY callback function is guarded with rcu read lock. In the function body, "kmalloc(size, GFP_USER | __GFP_NOWARN)" is used which may sleep and violate rcu read lock region requirements. This patch fixed the issue by using GFP_ATOMIC instead to avoid blocking kmalloc. Tested with CONFIG_DEBUG_ATOMIC_SLEEP=y as suggested by Eric Dumazet. Fixes: b471f2f1de8b ("bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map") Signed-off-by: Yonghong Song <yhs@fb.com> Reported-by: syzbot <syzkaller@googlegroups.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/testing/selftests/bpf/test_maps.c')
0 files changed, 0 insertions, 0 deletions