Searched refs:errstr_unpriv (Results 1 – 10 of 10) sorted by relevance
/linux/tools/testing/selftests/bpf/verifier/ |
H A D | dead_code.c | 89 .errstr_unpriv = "loading/calling other bpf or kernel functions are allowed for", 107 .errstr_unpriv = "loading/calling other bpf or kernel functions are allowed for", 125 .errstr_unpriv = "loading/calling other bpf or kernel functions are allowed for", 141 .errstr_unpriv = "loading/calling other bpf or kernel functions are allowed for", 156 .errstr_unpriv = "loading/calling other bpf or kernel functions are allowed for",
|
H A D | jset.c | 98 .errstr_unpriv = "!read_ok", 113 .errstr_unpriv = "!read_ok", 127 .errstr_unpriv = "!read_ok",
|
H A D | ld_imm64.c | 13 .errstr_unpriv = "jump into the middle of ldimm64 insn 1", 27 .errstr_unpriv = "jump into the middle of ldimm64 insn 1",
|
H A D | jump.c | 21 .errstr_unpriv = "R1 pointer comparison", 49 .errstr_unpriv = "R1 pointer comparison", 85 .errstr_unpriv = "R1 pointer comparison", 136 .errstr_unpriv = "R1 pointer comparison", 177 .errstr_unpriv = "R1 pointer comparison",
|
H A D | atomic_bounds.c | 26 .errstr_unpriv = "back-edge",
|
H A D | ctx_skb.c | 59 .errstr_unpriv = "R1 pointer comparison", 81 .errstr_unpriv = "R1 pointer comparison", 104 .errstr_unpriv = "R1 pointer comparison", 377 .errstr_unpriv = "R1 leaks addr", 388 .errstr_unpriv = "R1 leaks addr", 901 .errstr_unpriv = "", 923 .errstr_unpriv = "R1 leaks addr", 945 .errstr_unpriv = "", 1149 .errstr_unpriv = "R1 leaks addr",
|
H A D | atomic_fetch.c | 23 .errstr_unpriv = "leaking pointer from stack off -8", 47 .errstr_unpriv = "leaking pointer from stack off -8",
|
H A D | calls.c | 312 .errstr_unpriv = "loading/calling other bpf or kernel functions are allowed for", 509 .errstr_unpriv = "back-edge from insn", 608 .errstr_unpriv = "allowed for", 639 .errstr_unpriv = "allowed for", 690 .errstr_unpriv = "loading/calling other bpf or kernel functions are allowed for", 1357 .errstr_unpriv = "allowed for", 1523 .errstr_unpriv = "invalid read from stack R7 off=-16 size=8", 2255 .errstr_unpriv = "invalid read from stack R2 off -8+0 size 8", 2275 .errstr_unpriv = "loading/calling other bpf or kernel functions are allowed for", 2301 .errstr_unpriv [all...] |
H A D | atomic_fetch_add.c | 54 .errstr_unpriv = "R10 leaks addr into mem",
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 134 const char *errstr_unpriv; member 1558 expected_err = unpriv && test->errstr_unpriv ? in do_test_single() 1559 test->errstr_unpriv : test->errstr; in do_test_single()
|