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()
227 pr_info("attempting good copy_to_user inside whitelist\n"); in do_usercopy_heap_whitelist()
233 pr_info("attempting bad copy_to_user outside whitelist\n"); in do_usercopy_heap_whitelist()
239 pr_info("attempting good copy_from_user inside whitelist\n"); in do_usercopy_heap_whitelist()
245 pr_info("attempting bad copy_from_user outside whitelist\n"); in do_usercopy_heap_whitelist()
307 pr_info("attempting good copy_to_user from kernel rodata\n"); in lkdtm_USERCOPY_KERNEL()
314 pr_info("attempting bad copy_to_user from kernel text\n"); in lkdtm_USERCOPY_KERNEL()