Lines Matching full:attempting
89 pr_info("attempting good copy_to_user of local stack\n"); in do_usercopy_stack()
96 pr_info("attempting bad copy_to_user of distant stack\n"); in do_usercopy_stack()
110 pr_info("attempting good copy_from_user of local stack\n"); in do_usercopy_stack()
117 pr_info("attempting bad copy_from_user of distant stack\n"); in do_usercopy_stack()
163 pr_info("attempting good copy_to_user of correct size\n"); in do_usercopy_heap_size()
169 pr_info("attempting bad copy_to_user of too large size\n"); in do_usercopy_heap_size()
175 pr_info("attempting good copy_from_user of correct size\n"); in do_usercopy_heap_size()
181 pr_info("attempting bad copy_from_user of too large size\n"); in do_usercopy_heap_size()
238 pr_info("attempting good copy_to_user inside whitelist\n"); in do_usercopy_heap_whitelist()
244 pr_info("attempting bad copy_to_user outside whitelist\n"); in do_usercopy_heap_whitelist()
250 pr_info("attempting good copy_from_user inside whitelist\n"); in do_usercopy_heap_whitelist()
256 pr_info("attempting bad copy_from_user outside whitelist\n"); in do_usercopy_heap_whitelist()
318 pr_info("attempting good copy_to_user from kernel rodata: %px\n", in lkdtm_USERCOPY_KERNEL()
326 pr_info("attempting bad copy_to_user from kernel text: %px\n", in lkdtm_USERCOPY_KERNEL()