Lines Matching refs:pr_info

133 	pr_info("Calling function with %lu frame size to depth %d ...\n",  in lkdtm_EXHAUST_STACK()
136 pr_info("FAIL: survived without exhausting stack?!\n"); in lkdtm_EXHAUST_STACK()
150 pr_info("Corrupting stack containing char array ...\n"); in lkdtm_CORRUPT_STACK()
162 pr_info("Corrupting stack containing union ...\n"); in lkdtm_CORRUPT_STACK_STRONG()
175 pr_info("Starting stack offset tracking for pid %d\n", pid); in lkdtm_REPORT_STACK()
180 pr_info("Stack offset: %d\n", (int)(stack_addr - (uintptr_t)&magic)); in lkdtm_REPORT_STACK()
229 pr_info("Recorded stack canary for pid %d at offset %ld\n", in __lkdtm_REPORT_STACK_CANARY()
244 pr_info("ok: stack canaries differ between pid %d and pid %d at offset %ld.\n", in __lkdtm_REPORT_STACK_CANARY()
341 pr_info("Normal signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
345 pr_info("Overflowing signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
356 pr_info("Normal unsigned addition ...\n"); in lkdtm_OVERFLOW_UNSIGNED()
360 pr_info("Overflowing unsigned addition ...\n"); in lkdtm_OVERFLOW_UNSIGNED()
393 pr_info("Array access within bounds ...\n"); in lkdtm_ARRAY_BOUNDS()
404 pr_info("Array access beyond bounds ...\n"); in lkdtm_ARRAY_BOUNDS()
436 pr_info("Array access within bounds ...\n"); in lkdtm_FAM_BOUNDS()
440 pr_info("Array access beyond bounds ...\n"); in lkdtm_FAM_BOUNDS()
469 pr_info("attempting good list addition\n"); in lkdtm_CORRUPT_LIST_ADD()
480 pr_info("attempting corrupted list addition\n"); in lkdtm_CORRUPT_LIST_ADD()
506 pr_info("attempting good list removal\n"); in lkdtm_CORRUPT_LIST_DEL()
509 pr_info("attempting corrupted list removal\n"); in lkdtm_CORRUPT_LIST_DEL()
531 pr_info("attempting bad read from page below current stack\n"); in lkdtm_STACK_GUARD_PAGE_LEADING()
545 pr_info("attempting bad read from page above current stack\n"); in lkdtm_STACK_GUARD_PAGE_TRAILING()
569 pr_info("trying to clear SMEP normally\n"); in lkdtm_UNSET_SMEP()
574 pr_info("restoring SMEP\n"); in lkdtm_UNSET_SMEP()
578 pr_info("ok: SMEP did not get cleared\n"); in lkdtm_UNSET_SMEP()
599 pr_info("ok: cannot locate cr4 writing call gadget\n"); in lkdtm_UNSET_SMEP()
604 pr_info("trying to clear SMEP with call gadget\n"); in lkdtm_UNSET_SMEP()
607 pr_info("ok: SMEP removal was reverted\n"); in lkdtm_UNSET_SMEP()
611 pr_info("restoring SMEP\n"); in lkdtm_UNSET_SMEP()
681 pr_info("changing PAC parameters to force function return failure...\n"); in lkdtm_CORRUPT_PAC()