Commit 14eb323
selftests/bpf: Delete duplicate verifier/atomic_invalid tests
Right now, the BPF_ADD and BPF_ADD | BPF_FETCH cases are tested twice:
#55/u atomic BPF_ADD access through non-pointer OK
#55/p atomic BPF_ADD access through non-pointer OK
#56/u atomic BPF_ADD | BPF_FETCH access through non-pointer OK
#56/p atomic BPF_ADD | BPF_FETCH access through non-pointer OK
#57/u atomic BPF_ADD access through non-pointer OK
#57/p atomic BPF_ADD access through non-pointer OK
#58/u atomic BPF_ADD | BPF_FETCH access through non-pointer OK
#58/p atomic BPF_ADD | BPF_FETCH access through non-pointer OK
Reviewed-by: Josh Don <joshdon@google.com>
Signed-off-by: Peilin Ye <yepeilin@google.com>1 parent 92b6d75 commit 14eb323
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
0 commit comments