diff options
author | Kumar Kartikeya Dwivedi <memxor@gmail.com> | 2022-03-19 11:08:27 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2022-04-06 20:32:12 +0300 |
commit | 9fc4476a08b6dc61e406c2c0c4e0690512f60e82 (patch) | |
tree | 7efd30f074b4f459397a3d2625cb129d66ddfca6 /tools/lib/bpf/libbpf_internal.h | |
parent | 7cb29b1c99f4244c3f1de04e88eb9aed842a0cba (diff) | |
download | linux-9fc4476a08b6dc61e406c2c0c4e0690512f60e82.tar.xz |
selftests/bpf: Test for writes to map key from BPF helpers
When invoking bpf_for_each_map_elem callback, we are passed a
PTR_TO_MAP_KEY, previously writes to this through helper may be allowed,
but the fix in previous patches is meant to prevent that case. The test
case tries to pass it as writable memory to helper, and fails test if it
succeeds to pass the verifier.
Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Link: https://lore.kernel.org/r/20220319080827.73251-6-memxor@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/lib/bpf/libbpf_internal.h')
0 files changed, 0 insertions, 0 deletions