commit | b4b638c36b7e7acd847b9c4b9c80f268e45ea30c | [log] [tgz] |
---|---|---|
author | Yonghong Song <[email protected]> | Wed Dec 09 17:33:50 2020 -0800 |
committer | Daniel Borkmann <[email protected]> | Mon Dec 14 21:50:10 2020 +0100 |
tree | e57bb1465df207af5c0987249b17c66606ca5e70 | |
parent | cd17d38f8b28f808c368121041c0a4fa91757e0d [diff] |
selftests/bpf: Add a test for ptr_to_map_value on stack for helper access Change bpf_iter_task.c such that pointer to map_value may appear on the stack for bpf_seq_printf() to access. Without previous verifier patch, the bpf_iter test will fail. Signed-off-by: Yonghong Song <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Song Liu <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]