Lines Matching full:attempting
78 pr_info("attempting good copy_to_user of local stack\n"); in do_usercopy_stack()
85 pr_info("attempting bad copy_to_user of distant stack\n"); in do_usercopy_stack()
99 pr_info("attempting good copy_from_user of local stack\n"); in do_usercopy_stack()
106 pr_info("attempting bad copy_from_user of distant stack\n"); in do_usercopy_stack()
152 pr_info("attempting good copy_to_user of correct size\n"); in do_usercopy_heap_size()
158 pr_info("attempting bad copy_to_user of too large size\n"); in do_usercopy_heap_size()
164 pr_info("attempting good copy_from_user of correct size\n"); in do_usercopy_heap_size()
170 pr_info("attempting bad copy_from_user of too large size\n"); in do_usercopy_heap_size()
229 pr_info("attempting good copy_to_user inside whitelist\n"); in do_usercopy_heap_whitelist()
235 pr_info("attempting bad copy_to_user outside whitelist\n"); in do_usercopy_heap_whitelist()
241 pr_info("attempting good copy_from_user inside whitelist\n"); in do_usercopy_heap_whitelist()
247 pr_info("attempting bad copy_from_user outside whitelist\n"); in do_usercopy_heap_whitelist()
311 pr_info("attempting good copy_to_user from kernel rodata: %px\n", in lkdtm_USERCOPY_KERNEL()
319 pr_info("attempting bad copy_to_user from kernel text: %px\n", in lkdtm_USERCOPY_KERNEL()