Searched refs:__msg (Results 51 - 75 of 114) sorted by relevance

12345

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_global_func14.c18 __failure __msg("reference type('FWD S') size cannot be determined")
H A Dtest_global_func7.c15 __failure __msg("foo() doesn't return scalar")
H A Dverifier_d_path.c30 __failure __msg("helper call is not allowed in probe")
H A Dverifier_raw_tp_writable.c18 __msg("R6 invalid variable buffer offset: off=0, var_off=(0x0; 0xffffffff)")
H A Dverifier_reg_equal.c35 __failure __msg("R1 !read_ok")
H A Dverifier_unpriv_perf.c10 __failure __msg("same insn cannot be used with different pointers")
H A Dsock_destroy_prog_fail.c14 __failure __msg("calling kernel function bpf_sock_destroy is not allowed")
H A Dtest_global_func17.c15 __failure __msg("Caller passes invalid args into func#1")
H A Dtest_global_func12.c17 __failure __msg("invalid mem access 'mem_or_null'")
H A Dverifier_netfilter_ctx.c13 __failure __msg("invalid bpf_context access")
27 __failure __msg("invalid bpf_context access")
41 __failure __msg("invalid bpf_context access")
55 __failure __msg("invalid bpf_context access")
73 __failure __msg("only read is supported")
H A Diters_task_failure.c18 __failure __msg("expected an RCU CS when using bpf_iter_task_next")
30 __failure __msg("expected an RCU CS when using bpf_iter_css_next")
49 __failure __msg("expected an RCU CS when using bpf_iter_task_next")
65 __failure __msg("expected an RCU CS when using bpf_iter_css_next")
88 __failure __msg("css_task_iter is only allowed in bpf_lsm, bpf_iter and sleepable progs")
H A Dverifier_bounds.c17 __failure __msg("R0 max value is outside of the allowed memory range")
49 __msg("R0 min value is negative, either use unsigned index or do a if (index >=0) check.")
142 __failure __msg("map_value pointer and 4294967295")
173 __failure __msg("R0 min value is outside of the allowed memory range")
204 __failure __msg("value_size=8 off=1073741825")
233 __failure __msg("value 1073741823")
304 __msg("value -4294967168 makes map_value pointer be out of bounds")
344 __failure __msg("value -4294967168 makes map_value pointer be out of bounds")
418 __failure __msg("R0 max value is outside of the allowed memory range")
451 __failure __msg("R
[all...]
H A Dverifier_helper_value_access.c99 __failure __msg("R2 invalid zero-sized read: u64=[0,0]")
126 __failure __msg("R2 invalid zero-sized read: u64=[0,4]")
155 __failure __msg("invalid access to map value, value_size=48 off=0 size=56")
181 __failure __msg("R2 min value is negative")
261 __failure __msg("R2 invalid zero-sized read")
287 __failure __msg("invalid access to map value, value_size=48 off=4 size=52")
315 __failure __msg("R2 min value is negative")
342 __failure __msg("R2 min value is negative")
426 __failure __msg("R2 invalid zero-sized read")
452 __failure __msg("invali
[all...]
H A Dverifier_ref_tracking.c112 __failure __msg("Unreleased reference")
127 __failure __msg("Unreleased reference")
142 __failure __msg("Unreleased reference")
160 __failure __msg("Unreleased reference")
180 __failure __msg("Unreleased reference")
195 __failure __msg("Unreleased reference")
210 __failure __msg("Unreleased reference")
266 __failure __msg("Possibly NULL pointer passed to trusted arg0")
285 __failure __msg("Possibly NULL pointer passed to trusted arg0")
303 __failure __msg("Possibl
[all...]
H A Dverifier_helper_packet_access.c42 __failure __msg("invalid access to packet")
90 __failure __msg("invalid access to packet")
115 __failure __msg("invalid access to packet")
164 __failure __msg("invalid access to packet")
212 __failure __msg("invalid access to packet")
237 __failure __msg("invalid access to packet")
261 __failure __msg("helper access to the packet")
286 __failure __msg("helper access to the packet")
363 __failure __msg("invalid access to packet")
390 __failure __msg("invali
[all...]
H A Dverifier_lwt.c10 __failure __msg("cannot write into packet")
30 __failure __msg("cannot write into packet")
175 __failure __msg("invalid bpf_context access")
189 __failure __msg("invalid bpf_context access")
203 __failure __msg("invalid bpf_context access")
217 __failure __msg("invalid bpf_context access")
H A Dverifier_search_pruning.c80 __failure __msg("R0 !read_ok")
97 __failure __msg("R0 unbounded memory access")
130 __failure __msg("R6 invalid mem access 'scalar'")
195 __failure __msg("R0 min value is outside of the allowed memory range")
234 __failure __msg("div by zero")
274 __success __msg("processed 15 insns")
H A Dverifier_unpriv.c106 __failure __msg("R1 pointer += pointer")
252 __failure __msg("invalid size")
266 __failure __msg("invalid bpf_context access")
312 __failure __msg("R1 type=fp expected=ctx")
330 __failure __msg("R1 type=scalar expected=ctx")
349 __failure __msg("same insn cannot be used with different pointers")
376 __failure __msg("same insn cannot be used with different pointers")
401 __failure __msg("type=ctx expected=sock")
442 __msg("Unreleased reference")
476 __failure __msg("sam
[all...]
H A Dverifier_global_subprogs.c50 __msg("('global_calls_good_only') is global and assumed valid.")
52 __msg("Validating global_good() func")
53 __msg("('global_good') is safe for any args that match its prototype")
66 __msg("('global_calls_bad') is global and assumed valid.")
68 __msg("Validating global_bad() func")
69 __msg("math between map_value pointer and register") /* BOOM */
98 __msg("Func#1 ('global_unsupp') is global and assumed valid.")
99 __msg("Validating global_unsupp() func#1...")
100 __msg("value is outside of the allowed memory range")
117 __msg("invali
[all...]
H A Dverifier_and.c24 __failure __msg("R0 max value is outside of the allowed memory range")
53 __failure __msg("R0 max value is outside of the allowed memory range")
H A Dverifier_leak_ptr.c17 __failure __msg("BPF_ATOMIC stores into R1 ctx is not allowed")
35 __failure __msg("BPF_ATOMIC stores into R1 ctx is not allowed")
H A Dverifier_ringbuf.c15 __failure __msg("R1 must have zero offset when passed to release func")
55 __failure __msg("R7 min value is outside of the allowed memory range")
H A Duninit_stack.c64 __log_level(7) __msg("fp-104=mmmmmmmm")
75 * thus showing the stack state, matched by __msg(). \
H A Dverifier_loops1.c126 __failure __msg("program is too large")
142 __msg("the call stack of 8 frames is too deep !")
167 __failure __msg("loop detected")
180 __failure __msg("loop detected")
H A Dtest_global_func10.c29 __failure __msg("invalid indirect access to stack")

Completed in 480 milliseconds

12345