Merge branch 'lru-map-fix'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 14 May 2019 17:47:29 +0000 (10:47 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 14 May 2019 17:47:30 +0000 (10:47 -0700)
commit5db17c96771ffa735f5cdfbd9b44f52f319f2637
tree18e46b9920b1807e4146e9ea2a273e3f3c4dcba4
parent2474c62898c63f8bb122ffda2cd93fdaad55603a
parentd2baab62a1434d3f81ce83e82cbc53e7f2843bbc
Merge branch 'lru-map-fix'

Daniel Borkmann says:

====================
This set fixes LRU map eviction in combination with map lookups out
of system call side from user space. Main patch is the second one and
test cases are adapted and added in the last one. Thanks!
====================

Acked-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>