Searched refs:__failure (Results 1 – 25 of 117) sorted by relevance
12345
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | dynptr_fail.c | 81 __failure __msg("Unreleased reference id=2") 94 __failure __msg("Unreleased reference id=4") 130 __failure __msg("Unreleased reference id") 139 __failure __msg("arg 1 is an unacquired reference") 152 __failure __msg("Expected an initialized dynptr as arg #3") 172 __failure __msg("type=mem expected=ringbuf_mem") 195 __failure __msg("invalid indirect read from stack") 213 __failure __msg("invalid indirect read from stack") 231 __failure __msg("value is outside of the allowed memory range") 253 __failure __msg("value is outside of the allowed memory range") [all …]
|
D | exceptions_fail.c | 54 __failure __msg("Global function exception_cb_bad_ret_type() doesn't return scalar.") in __exception_cb() 63 __failure __msg("exception cb only supports single integer argument") in __exception_cb() 72 __failure __msg("exception cb only supports single integer argument") in __exception_cb() 96 __failure __msg("cannot be called from callback subprog") 118 __failure __msg("function calls are not allowed while holding a lock") 127 __failure __msg("function calls are not allowed while holding a lock") 134 __failure __msg("bpf_rcu_read_unlock is missing") 150 __failure __msg("bpf_rcu_read_unlock is missing") 164 __failure __msg("function calls are not allowed while holding a lock") 179 __failure __msg("Unreleased reference") [all …]
|
D | verifier_sock_addr.c | 17 __failure __msg("At program exit the register R0 has smin=0 smax=0 should have been in [1, 1]") 31 __failure __msg("At program exit the register R0 has smin=0 smax=0 should have been in [1, 1]") 45 __failure __msg("At program exit the register R0 has smin=0 smax=0 should have been in [1, 1]") 66 __failure __msg("At program exit the register R0 has smin=2 smax=2 should have been in [0, 1]") 87 __failure __msg("At program exit the register R0 has smin=2 smax=2 should have been in [0, 1]") 108 __failure __msg("At program exit the register R0 has smin=2 smax=2 should have been in [0, 1]") 122 __failure __msg("At program exit the register R0 has smin=0 smax=0 should have been in [1, 1]") 136 __failure __msg("At program exit the register R0 has smin=0 smax=0 should have been in [1, 1]") 150 __failure __msg("At program exit the register R0 has smin=0 smax=0 should have been in [1, 1]") 164 __failure __msg("At program exit the register R0 has smin=0 smax=0 should have been in [1, 1]") [all …]
|
D | task_kfunc_failure.c | 31 __failure __msg("Possibly NULL pointer passed to trusted arg0") 52 __failure __msg("arg#0 pointer type STRUCT task_struct must point") 68 __failure __msg("calling kernel function bpf_task_acquire is not allowed") 83 __failure __msg("calling kernel function bpf_task_acquire is not allowed") 103 __failure __msg("Possibly NULL pointer passed to trusted arg0") 118 __failure __msg("Unreleased reference") 132 __failure __msg("Unreleased reference") 152 __failure __msg("Possibly NULL pointer passed to trusted arg0") 165 __failure __msg("Possibly NULL pointer passed to trusted arg0") 181 __failure __msg("arg#0 pointer type STRUCT task_struct must point") [all …]
|
D | iters_state_safety.c | 56 __failure __msg("Unreleased reference id=1") 76 __failure __msg("expected an initialized iter_num as arg #1") 94 __failure __msg("expected an initialized iter_num as arg #1") 121 __failure __msg("Unreleased reference id=1") 146 __failure __msg("expected an initialized iter_num as arg #1") 186 __failure 233 __failure __msg("expected uninitialized iter_num as arg #1") 261 __failure __msg("expected an initialized iter_num as arg #1") 287 __failure __msg("expected an initialized iter_num as arg #1") 308 __failure __msg("expected an initialized iter_num as arg #1") [all …]
|
D | verifier_helper_restricted.c | 33 __failure __msg("program of this type cannot use helper bpf_ktime_get_coarse_ns") 47 __failure __msg("program of this type cannot use helper bpf_ktime_get_coarse_ns") 61 __failure __msg("program of this type cannot use helper bpf_ktime_get_coarse_ns") 75 __failure __msg("program of this type cannot use helper bpf_ktime_get_coarse_ns") 89 __failure __msg("tracing progs cannot use bpf_timer yet") 114 __failure __msg("tracing progs cannot use bpf_timer yet") 139 __failure __msg("tracing progs cannot use bpf_timer yet") 164 __failure __msg("tracing progs cannot use bpf_timer yet") 189 __failure __msg("tracing progs cannot use bpf_spin_lock yet") 212 __failure __msg("tracing progs cannot use bpf_spin_lock yet") [all …]
|
D | map_kptr_fail.c | 24 __failure __msg("kptr access size must be BPF_DW") 39 __failure __msg("kptr access cannot have variable offset") 58 __failure __msg("R1 doesn't have constant offset. kptr has to be") 77 __failure __msg("kptr access misaligned expected=8 off=7") 93 __failure __msg("kptr access misaligned expected=8 off=1") 107 __failure __msg("variable untrusted_ptr_ access var_off=(0x0; 0x1e0)") 131 __failure __msg("invalid kptr access, R1 type=untrusted_ptr_prog_test_ref_kfunc") 152 __failure __msg("R1 type=untrusted_ptr_or_null_ expected=percpu_ptr_") 167 __failure __msg("access beyond struct prog_test_ref_kfunc at off 32 size 4") 185 __failure __msg("R1 type=untrusted_ptr_ expected=percpu_ptr_") [all …]
|
D | verifier_helper_value_access.c | 99 __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("invalid access to map value, value_size=48 off=4 size=52") [all …]
|
D | verifier_ref_tracking.c | 112 __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("Possibly NULL pointer passed to trusted arg0") [all …]
|
D | verifier_vfs_reject.c | 15 __failure __msg("Possibly NULL pointer passed to trusted arg0") 30 __failure __msg("arg#0 pointer type STRUCT task_struct must point to scalar, or struct with scalar") 48 __failure __msg("R1 must be referenced or trusted") 68 __failure __msg("Unreleased reference") 82 __failure __msg("release kernel function bpf_put_file expects") 91 __failure __msg("Possibly NULL pointer passed to trusted arg0") 100 __failure __msg("R1 must be referenced or trusted") 114 __failure __msg("R1 must be referenced or trusted") 130 __failure __msg("kernel function bpf_path_d_path args#0 expected pointer to STRUCT path but R1 has … 138 __failure __msg("invalid access to map value, value_size=4096 off=0 size=8192") [all …]
|
D | verifier_cfg.c | 10 __failure __msg("unreachable") 22 __failure __msg("unreachable") 35 __failure __msg("jump out of range") 48 __failure __msg("jump out of range") 60 __failure __msg("unreachable insn 1") 72 __failure __msg("unreachable insn 4") 87 __failure __msg("infinite loop detected") 124 __failure __msg("infinite loop detected") 150 __failure __msg("infinite loop detected")
|
D | verifier_bounds_mix_sign_unsign.c | 17 __failure __msg("unbounded min value") 49 __failure __msg("unbounded min value") 81 __failure __msg("unbounded min value") 115 __failure __msg("unbounded min value") 179 __failure __msg("unbounded min value") 212 __failure __msg("R4 min value is negative, either use unsigned") 275 __failure __msg("unbounded min value") 342 __failure __msg("unbounded min value") 376 __failure __msg("unbounded min value") 411 __failure __msg("unbounded min value") [all …]
|
D | verifier_stack_ptr.c | 40 __failure __msg("misaligned stack access off 0+-8+2 size 8") 56 __failure __msg("misaligned stack access off 0+-10+8 size 8") 72 __failure __msg("invalid write to stack R1 off=-79992 size=8") 88 __failure __msg("invalid write to stack R1 off=0 size=8") 150 __failure __msg("invalid write to stack R1 off=0 size=1") 166 __failure __msg("invalid write to stack R1") 184 __failure __msg("invalid write to stack") 203 __failure __msg("fp pointer offset") 255 __failure __msg("invalid write to stack R1 off=-513 size=1") 271 __failure __msg("math between fp pointer") [all …]
|
D | verifier_cgroup_storage.c | 51 __failure __msg("cannot pass map_type 1 into func bpf_get_local_storage") 71 __failure __msg("fd 1 is not pointing to valid bpf_map") 90 __failure __msg("invalid access to map value, value_size=64 off=256 size=4") 110 __failure __msg("invalid access to map value, value_size=64 off=-2 size=4") 131 __failure __msg("get_local_storage() doesn't support non-zero flags") 151 __failure __msg("get_local_storage() doesn't support non-zero flags") 190 __failure __msg("cannot pass map_type 1 into func bpf_get_local_storage") 210 __failure __msg("fd 1 is not pointing to valid bpf_map") 229 __failure __msg("invalid access to map value, value_size=64 off=256 size=4") 249 __failure __msg("invalid access to map value, value_size=64 off=-2 size=4") [all …]
|
D | preempt_lock.c | 9 __failure __msg("1 bpf_preempt_enable is missing") 17 __failure __msg("2 bpf_preempt_enable(s) are missing") 26 __failure __msg("3 bpf_preempt_enable(s) are missing") 36 __failure __msg("1 bpf_preempt_enable is missing") 58 __failure __msg("1 bpf_preempt_enable is missing") 66 __failure __msg("2 bpf_preempt_enable(s) are missing") 75 __failure __msg("1 bpf_preempt_enable is missing") 105 __failure __msg("sleepable helper bpf_copy_from_user#") 123 __failure __msg("global function calls are not allowed with preemption disabled")
|
D | cgrp_kfunc_failure.c | 32 __failure __msg("Possibly NULL pointer passed to trusted arg0") 51 __failure __msg("Possibly NULL pointer passed to trusted arg0") 67 __failure __msg("arg#0 pointer type STRUCT cgroup must point") 81 __failure __msg("calling kernel function bpf_cgroup_acquire is not allowed") 95 __failure __msg("cgrp_kfunc_acquire_trusted_walked") 109 __failure __msg("Possibly NULL pointer passed to trusted arg0") 123 __failure __msg("Unreleased reference") 137 __failure __msg("Unreleased reference") 157 __failure __msg("must be referenced or trusted") 178 __failure __msg("Possibly NULL pointer passed to trusted arg0") [all …]
|
D | user_ringbuf_fail.c | 44 __failure __msg("negative offset dynptr_ptr ptr") 67 __failure __msg("dereference of modified dynptr_ptr ptr") 87 __failure __msg("invalid mem access 'dynptr_ptr'") 107 __failure __msg("invalid mem access 'scalar'") 129 __failure __msg("invalid mem access 'scalar'") 149 __failure __msg("cannot release unowned const bpf_dynptr") 169 __failure __msg("cannot release unowned const bpf_dynptr") 187 __failure __msg("At callback return the register R0 has ") 210 __failure __msg("Dynptr has to be an uninitialized dynptr") 218 __failure __msg("Dynptr has to be an uninitialized dynptr") [all …]
|
D | verifier_raw_stack.c | 28 __failure __msg("R4 min value is negative") 47 __failure __msg("R4 min value is negative") 67 __failure __msg("R4 invalid zero-sized read: u64=[0,0]") 153 __failure __msg("R0 invalid mem access 'scalar'") 176 __failure __msg("R3 invalid mem access 'scalar'") 239 __failure __msg("invalid indirect access to stack R3 off=-513 size=8") 258 __failure __msg("invalid indirect access to stack R3 off=-1 size=8") 277 __failure __msg("R4 min value is negative") 296 __failure 316 __failure [all …]
|
D | verifier_xdp_direct_packet_access.c | 10 __failure __msg("R3 pointer arithmetic on pkt_end") 31 __failure __msg("R3 pointer arithmetic on pkt_end") 72 __failure __msg("R1 offset is outside of the packet") 93 __failure __msg("R1 offset is outside of the packet") 134 __failure __msg("R1 offset is outside of the packet") 176 __failure __msg("R1 offset is outside of the packet") 198 __failure __msg("R1 offset is outside of the packet") 282 __failure __msg("R1 offset is outside of the packet") 304 __failure __msg("R1 offset is outside of the packet") 387 __failure __msg("R1 offset is outside of the packet") [all …]
|
D | verifier_bounds_deduction.c | 10 __failure __msg("R0 tried to subtract pointer from scalar") 42 __failure __msg("R0 tried to subtract pointer from scalar") 75 __failure __msg("R0 tried to subtract pointer from scalar") 89 __failure __msg("R0 tried to subtract pointer from scalar") 104 __failure __msg("dereference of modified ctx ptr") 123 __failure __msg("negative offset ctx ptr R1 off=-1 disallowed") 142 __failure __msg("R0 tried to subtract pointer from scalar") 156 __failure
|
D | verifier_lsm.c | 31 __failure __msg("R0 has smin=-4096 smax=-4096 should have been in [-4095, 0]") 42 __failure __msg("R0 has smin=4096 smax=4096 should have been in [-4095, 0]") 53 __failure __msg("R0 has smin=1 smax=1 should have been in [-4095, 0]") 87 __failure __msg("R0 has smin=-1 smax=-1 should have been in [0, 1]") 98 __failure __msg("R0 has smin=2 smax=2 should have been in [0, 1]") 131 __failure __msg("points to disabled hook") 142 __failure __msg("points to disabled hook") 153 __failure __msg("points to disabled hook")
|
D | verifier_bounds.c | 17 __failure __msg("R0 max value is outside of the allowed memory range") 48 __failure 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") 302 __failure 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("R0 unbounded memory access") [all …]
|
D | verifier_helper_packet_access.c | 42 __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("invalid access to packet") [all …]
|
D | verifier_ctx.c | 10 __failure __msg("BPF_ATOMIC stores into R1 ctx is not allowed") 24 __failure __msg("dereference of modified ctx ptr") 55 __failure __msg("negative offset ctx ptr R1 off=-612 disallowed") 71 __failure __msg("negative offset ctx ptr R1 off=-612 disallowed") 87 __failure __msg("variable ctx access var_off=(0x0; 0x4)") 134 __failure __msg("R1 type=scalar expected=ctx") 149 __failure __msg("negative offset ctx ptr R1 off=-612 disallowed") 208 __failure __msg("R1 type=scalar expected=ctx")
|
D | cpumask_failure.c | 35 __failure __msg("Unreleased reference") 48 __failure __msg("NULL pointer passed to trusted arg0") 63 __failure __msg("must be referenced") 76 __failure __msg("bpf_cpumask_set_cpu args#1 expected pointer to STRUCT bpf_cpumask") 86 __failure __msg("Unreleased reference") 110 __failure __msg("NULL pointer passed to trusted arg0") 120 __failure __msg("R2 must be a rcu pointer") 154 __failure __msg("NULL pointer passed to trusted arg1") 182 __failure __msg("Possibly NULL pointer passed to helper arg2") 207 __failure __msg("has no valid kptr")
|
12345