Searched hist:"7 cb29b1c99f4244c3f1de04e88eb9aed842a0cba" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_global_func17.c | 7cb29b1c99f4244c3f1de04e88eb9aed842a0cba Sat Mar 19 03:08:26 CDT 2022 Kumar Kartikeya Dwivedi <memxor@gmail.com> selftests/bpf: Test passing rdonly mem to global func
Add two test cases, one pass read only map value pointer to global func, which should be rejected. The same code checks it for kfunc, so that is covered as well. Second one tries to use the missing check for PTR_TO_MEM's MEM_RDONLY flag and tries to write to a read only memory pointer. Without prior patches, both of these tests fail.
Reviewed-by: Hao Luo <haoluo@google.com> Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com> Link: https://lore.kernel.org/r/20220319080827.73251-5-memxor@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
H A D | test_ksyms_btf_write_check.c | diff 7cb29b1c99f4244c3f1de04e88eb9aed842a0cba Sat Mar 19 03:08:26 CDT 2022 Kumar Kartikeya Dwivedi <memxor@gmail.com> selftests/bpf: Test passing rdonly mem to global func
Add two test cases, one pass read only map value pointer to global func, which should be rejected. The same code checks it for kfunc, so that is covered as well. Second one tries to use the missing check for PTR_TO_MEM's MEM_RDONLY flag and tries to write to a read only memory pointer. Without prior patches, both of these tests fail.
Reviewed-by: Hao Luo <haoluo@google.com> Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com> Link: https://lore.kernel.org/r/20220319080827.73251-5-memxor@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | ksyms_btf.c | diff 7cb29b1c99f4244c3f1de04e88eb9aed842a0cba Sat Mar 19 03:08:26 CDT 2022 Kumar Kartikeya Dwivedi <memxor@gmail.com> selftests/bpf: Test passing rdonly mem to global func
Add two test cases, one pass read only map value pointer to global func, which should be rejected. The same code checks it for kfunc, so that is covered as well. Second one tries to use the missing check for PTR_TO_MEM's MEM_RDONLY flag and tries to write to a read only memory pointer. Without prior patches, both of these tests fail.
Reviewed-by: Hao Luo <haoluo@google.com> Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com> Link: https://lore.kernel.org/r/20220319080827.73251-5-memxor@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
H A D | test_global_funcs.c | diff 7cb29b1c99f4244c3f1de04e88eb9aed842a0cba Sat Mar 19 03:08:26 CDT 2022 Kumar Kartikeya Dwivedi <memxor@gmail.com> selftests/bpf: Test passing rdonly mem to global func
Add two test cases, one pass read only map value pointer to global func, which should be rejected. The same code checks it for kfunc, so that is covered as well. Second one tries to use the missing check for PTR_TO_MEM's MEM_RDONLY flag and tries to write to a read only memory pointer. Without prior patches, both of these tests fail.
Reviewed-by: Hao Luo <haoluo@google.com> Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com> Link: https://lore.kernel.org/r/20220319080827.73251-5-memxor@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|