commit | 8223967fe0b8eb2448cca5cfe3c64a0838e6f60d | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Fri Jan 26 17:06:23 2018 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Jan 26 17:06:24 2018 -0800 |
tree | dc262d4c79d65428bb0ca56b377d732a1ff9438e | |
parent | 1651e39e4a1adacd24e953aae46ba9b66d996035 [diff] | |
parent | af32efeede9e188fefe0af51d117c31cf281de65 [diff] |
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 b471f2f1de8b ("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>