]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fix-lpm-map'
authorAlexei Starovoitov <ast@kernel.org>
Sat, 27 Jan 2018 01:06:23 +0000 (17:06 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 27 Jan 2018 01:06:24 +0000 (17:06 -0800)
commit5390fe58aea69c88326644936bd98de07f8817eb
treedc262d4c79d65428bb0ca56b377d732a1ff9438e
parent4ad9869a5e37372e9c31be20d86308b19168d032
parenta4693e023c0f85a62c5bbd19dc2e459028fade72
Merge branch 'fix-lpm-map'

Yonghong Song says:

====================
A kernel page fault which happens in lpm map trie_get_next_key is reported
by syzbot and Eric. The issue was introduced by commit 4f063f2d610a
("bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map").
Patch #1 fixed the issue in the kernel and patch #2 adds a multithreaded
test case in tools/testing/selftests/bpf/test_lpm_map.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>