Lines Matching refs:pr_info

184 	pr_info("Calling function with %lu frame size to depth %d ...\n",  in lkdtm_EXHAUST_STACK()
187 pr_info("FAIL: survived without exhausting stack?!\n"); in lkdtm_EXHAUST_STACK()
201 pr_info("Corrupting stack containing char array ...\n"); in lkdtm_CORRUPT_STACK()
213 pr_info("Corrupting stack containing union ...\n"); in lkdtm_CORRUPT_STACK_STRONG()
226 pr_info("Starting stack offset tracking for pid %d\n", pid); in lkdtm_REPORT_STACK()
231 pr_info("Stack offset: %d\n", (int)(stack_addr - (uintptr_t)&magic)); in lkdtm_REPORT_STACK()
280 pr_info("Recorded stack canary for pid %d at offset %ld\n", in __lkdtm_REPORT_STACK_CANARY()
295 pr_info("ok: stack canaries differ between pid %d and pid %d at offset %ld.\n", in __lkdtm_REPORT_STACK_CANARY()
392 pr_info("Normal signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
396 pr_info("Overflowing signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
407 pr_info("Normal unsigned addition ...\n"); in lkdtm_OVERFLOW_UNSIGNED()
411 pr_info("Overflowing unsigned addition ...\n"); in lkdtm_OVERFLOW_UNSIGNED()
444 pr_info("Array access within bounds ...\n"); in lkdtm_ARRAY_BOUNDS()
455 pr_info("Array access beyond bounds ...\n"); in lkdtm_ARRAY_BOUNDS()
487 pr_info("Array access within bounds ...\n"); in lkdtm_FAM_BOUNDS()
491 pr_info("Array access beyond bounds ...\n"); in lkdtm_FAM_BOUNDS()
529 pr_info("good: inst->buf length is %zu\n", len); in check_ptr_len()
553 pr_info("Pointer access within bounds ...\n"); in lkdtm_PTR_BOUNDS()
563 pr_info("Pointer access beyond bounds ...\n"); in lkdtm_PTR_BOUNDS()
593 pr_info("attempting good list addition\n"); in lkdtm_CORRUPT_LIST_ADD()
604 pr_info("attempting corrupted list addition\n"); in lkdtm_CORRUPT_LIST_ADD()
630 pr_info("attempting good list removal\n"); in lkdtm_CORRUPT_LIST_DEL()
633 pr_info("attempting corrupted list removal\n"); in lkdtm_CORRUPT_LIST_DEL()
655 pr_info("attempting bad read from page below current stack\n"); in lkdtm_STACK_GUARD_PAGE_LEADING()
669 pr_info("attempting bad read from page above current stack\n"); in lkdtm_STACK_GUARD_PAGE_TRAILING()
693 pr_info("trying to clear SMEP normally\n"); in lkdtm_UNSET_SMEP()
698 pr_info("restoring SMEP\n"); in lkdtm_UNSET_SMEP()
702 pr_info("ok: SMEP did not get cleared\n"); in lkdtm_UNSET_SMEP()
723 pr_info("ok: cannot locate cr4 writing call gadget\n"); in lkdtm_UNSET_SMEP()
728 pr_info("trying to clear SMEP with call gadget\n"); in lkdtm_UNSET_SMEP()
731 pr_info("ok: SMEP removal was reverted\n"); in lkdtm_UNSET_SMEP()
735 pr_info("restoring SMEP\n"); in lkdtm_UNSET_SMEP()
805 pr_info("changing PAC parameters to force function return failure...\n"); in lkdtm_CORRUPT_PAC()