commit | 06be0864c77ae6861632a678a6378511a4828d6e | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Sat Jun 02 23:06:31 2018 +0200 |
committer | Alexei Starovoitov <ast@kernel.org> | Sun Jun 03 07:42:06 2018 -0700 |
tree | 1dcb6db94fcedbfe8c04352b3ad4e379a69b1fd5 | |
parent | 25c1013e0464340aeb090a11c6d0b154bc52afd7 [diff] |
bpf: test case for map pointer poison with calls/branches Add several test cases where the same or different map pointers originate from different paths in the program and execute a map lookup or tail call at a common location. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Song Liu <songliubraving@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>