Lines Matching full:should

143 	/* this should fail */  in ringbuf_release_uninit_dynptr()
163 /* this should fail */ in use_after_invalid()
202 /* this should fail */ in add_dynptr_to_map1()
220 /* this should fail */ in add_dynptr_to_map2()
265 /* this should fail */ in data_slice_out_of_bounds_skb()
308 /* this should fail */ in data_slice_use_after_release1()
342 /* this should fail */ in data_slice_use_after_release2()
369 /* this should fail */ in data_slice_missing_null_check1()
389 /* this should fail */ in data_slice_missing_null_check2()
407 /* this should fail */ in invalid_helper1()
423 /* this should fail */ in invalid_helper2()
441 /* this should fail */ in invalid_write1()
464 /* this should fail */ in invalid_write2()
492 /* this should fail */ in invalid_write3()
505 /* If the dynptr is written into in a callback function, it should
518 /* this should fail */ in invalid_write4()
531 /* this should fail */ in global()
539 /* A direct read should fail */
548 /* this should fail */ in invalid_read1()
556 /* A direct read at an offset should fail */
566 /* this should fail */ in invalid_read2()
572 /* A direct read at an offset into the lower stack slot should fail */
582 /* this should fail */ in invalid_read3()
593 /* this should fail */ in invalid_read4_callback()
599 /* A direct read within a callback function should fail */
615 /* Initializing a dynptr on an offset should fail */
622 /* this should fail */ in invalid_offset()
641 /* this second release should fail */ in release_twice()
649 /* this should fail */ in release_twice_callback_fn()
681 /* this should fail */ in dynptr_from_mem_invalid_api()
959 /* this should fail */ in dynptr_invalidate_slice_reinit()
963 /* Invalidation of dynptr slices on destruction of dynptr should not miss
978 /* this should fail */ in dynptr_invalidate_slice_or_null()
983 /* Destruction of dynptr should also any slices obtained from it */
1005 /* this should fail */ in dynptr_invalidate_slice_failure()
1009 /* Invalidation of slices should be scoped and should not prevent dereferencing
1036 /* Overwriting referenced dynptr should be rejected */
1044 /* this should fail */ in dynptr_overwrite_ref()
1064 /* this should fail */ in dynptr_read_into_slot()
1085 /* this should fail */ in skb_invalid_slice_write()
1111 /* this should fail */ in skb_invalid_data_slice1()
1137 /* this should fail */ in skb_invalid_data_slice2()
1163 /* this should fail */ in skb_invalid_data_slice3()
1188 /* this should fail */ in skb_invalid_data_slice4()
1213 /* this should fail */ in xdp_invalid_data_slice1()
1238 /* this should fail */ in xdp_invalid_data_slice2()
1251 /* this should fail */ in skb_invalid_ctx()
1268 /* this should fail */ in uninit_write_into_slot()
1281 /* this should fail */ in xdp_invalid_ctx()
1299 /* this should fail */ in dynptr_slice_var_len1()
1319 /* this should fail */ in dynptr_slice_var_len2()
1337 * slices should be invalidated as well.
1355 /* this should fail */ in invalid_data_slices()
1361 /* Program types that don't allow writes to packet data should fail if
1374 /* this should fail since cgroup_skb doesn't allow in invalid_slice_rdwr_rdonly()
1390 /* this should fail */ in dynptr_adjust_invalid()
1403 /* this should fail */ in dynptr_is_null_invalid()
1416 /* this should fail */ in dynptr_is_rdonly_invalid()
1429 /* this should fail */ in dynptr_size_invalid()
1443 /* this should fail */ in clone_invalid1()
1461 /* this should fail */ in clone_invalid2()
1469 /* Invalidating a dynptr should invalidate its clones */
1484 /* this should fail */ in clone_invalidate1()
1490 /* Invalidating a dynptr should invalidate its parent */
1505 /* this should fail */ in clone_invalidate2()
1511 /* Invalidating a dynptr should invalidate its siblings */
1529 /* this should fail */ in clone_invalidate3()
1535 /* Invalidating a dynptr should invalidate any data slices
1555 /* this should fail */ in clone_invalidate4()
1561 /* Invalidating a dynptr should invalidate any data slices
1581 /* this should fail */ in clone_invalidate5()
1587 /* Invalidating a dynptr should invalidate any data slices
1611 /* this should fail */ in clone_invalidate6()
1617 /* A skb clone's data slices should be invalid anytime packet data changes */
1637 /* this should fail */ in clone_skb_packet_data()
1643 /* A xdp clone's data slices should be invalid anytime packet data changes */
1664 /* this should fail */ in clone_xdp_packet_data()