Lines Matching refs:pr_info
76 pr_info("stack : %px\n", (void *)current_stack_pointer); in do_usercopy_stack()
78 pr_info("good_stack: %px-%px\n", good_stack, good_stack + sizeof(good_stack)); in do_usercopy_stack()
79 pr_info("bad_stack : %px-%px\n", bad_stack, bad_stack + sizeof(good_stack)); in do_usercopy_stack()
90 pr_info("attempting good copy_to_user of local stack\n"); in do_usercopy_stack()
97 pr_info("attempting bad copy_to_user of distant stack\n"); in do_usercopy_stack()
111 pr_info("attempting good copy_from_user of local stack\n"); in do_usercopy_stack()
118 pr_info("attempting bad copy_from_user of distant stack\n"); in do_usercopy_stack()
164 pr_info("attempting good copy_to_user of correct size\n"); in do_usercopy_slab_size()
170 pr_info("attempting bad copy_to_user of too large size\n"); in do_usercopy_slab_size()
176 pr_info("attempting good copy_from_user of correct size\n"); in do_usercopy_slab_size()
182 pr_info("attempting bad copy_from_user of too large size\n"); in do_usercopy_slab_size()
241 pr_info("attempting good copy_to_user inside whitelist\n"); in do_usercopy_slab_whitelist()
247 pr_info("attempting bad copy_to_user outside whitelist\n"); in do_usercopy_slab_whitelist()
253 pr_info("attempting good copy_from_user inside whitelist\n"); in do_usercopy_slab_whitelist()
259 pr_info("attempting bad copy_from_user outside whitelist\n"); in do_usercopy_slab_whitelist()
323 pr_info("attempting good copy_to_user from kernel rodata: %px\n", in lkdtm_USERCOPY_KERNEL()
331 pr_info("attempting bad copy_to_user from kernel text: %px\n", in lkdtm_USERCOPY_KERNEL()
368 pr_info("attempting good copy_to_user() from kernel %s: %px\n", in do_usercopy_page_span()
376 pr_info("attempting bad copy_to_user() from kernel %s: %px\n", in do_usercopy_page_span()