diff options
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/dynptr.c')
| -rw-r--r-- | tools/testing/selftests/bpf/prog_tests/dynptr.c | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/dynptr.c b/tools/testing/selftests/bpf/prog_tests/dynptr.c index 62e7ec775f24..f2b65398afce 100644 --- a/tools/testing/selftests/bpf/prog_tests/dynptr.c +++ b/tools/testing/selftests/bpf/prog_tests/dynptr.c @@ -21,6 +21,14 @@ static struct {  	{"test_dynptr_data", SETUP_SYSCALL_SLEEP},  	{"test_dynptr_copy", SETUP_SYSCALL_SLEEP},  	{"test_dynptr_copy_xdp", SETUP_XDP_PROG}, +	{"test_dynptr_memset_zero", SETUP_SYSCALL_SLEEP}, +	{"test_dynptr_memset_notzero", SETUP_SYSCALL_SLEEP}, +	{"test_dynptr_memset_zero_offset", SETUP_SYSCALL_SLEEP}, +	{"test_dynptr_memset_zero_adjusted", SETUP_SYSCALL_SLEEP}, +	{"test_dynptr_memset_overflow", SETUP_SYSCALL_SLEEP}, +	{"test_dynptr_memset_overflow_offset", SETUP_SYSCALL_SLEEP}, +	{"test_dynptr_memset_readonly", SETUP_SKB_PROG}, +	{"test_dynptr_memset_xdp_chunks", SETUP_XDP_PROG},  	{"test_ringbuf", SETUP_SYSCALL_SLEEP},  	{"test_skb_readonly", SETUP_SKB_PROG},  	{"test_dynptr_skb_data", SETUP_SKB_PROG},  | 
