Lines Matching refs:pr_info

106 	pr_info("Calling function with %lu frame size to depth %d ...\n",  in lkdtm_EXHAUST_STACK()
109 pr_info("FAIL: survived without exhausting stack?!\n"); in lkdtm_EXHAUST_STACK()
123 pr_info("Corrupting stack containing char array ...\n"); in lkdtm_CORRUPT_STACK()
135 pr_info("Corrupting stack containing union ...\n"); in lkdtm_CORRUPT_STACK_STRONG()
148 pr_info("Starting stack offset tracking for pid %d\n", pid); in lkdtm_REPORT_STACK()
153 pr_info("Stack offset: %d\n", (int)(stack_addr - (uintptr_t)&magic)); in lkdtm_REPORT_STACK()
202 pr_info("Recorded stack canary for pid %d at offset %ld\n", in __lkdtm_REPORT_STACK_CANARY()
217 pr_info("ok: stack canaries differ between pid %d and pid %d at offset %ld.\n", in __lkdtm_REPORT_STACK_CANARY()
284 pr_info("Normal signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
288 pr_info("Overflowing signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
299 pr_info("Normal unsigned addition ...\n"); in lkdtm_OVERFLOW_UNSIGNED()
303 pr_info("Overflowing unsigned addition ...\n"); in lkdtm_OVERFLOW_UNSIGNED()
336 pr_info("Array access within bounds ...\n"); in lkdtm_ARRAY_BOUNDS()
347 pr_info("Array access beyond bounds ...\n"); in lkdtm_ARRAY_BOUNDS()
379 pr_info("Array access within bounds ...\n"); in lkdtm_FAM_BOUNDS()
383 pr_info("Array access beyond bounds ...\n"); in lkdtm_FAM_BOUNDS()
412 pr_info("attempting good list addition\n"); in lkdtm_CORRUPT_LIST_ADD()
423 pr_info("attempting corrupted list addition\n"); in lkdtm_CORRUPT_LIST_ADD()
449 pr_info("attempting good list removal\n"); in lkdtm_CORRUPT_LIST_DEL()
452 pr_info("attempting corrupted list removal\n"); in lkdtm_CORRUPT_LIST_DEL()
474 pr_info("attempting bad read from page below current stack\n"); in lkdtm_STACK_GUARD_PAGE_LEADING()
488 pr_info("attempting bad read from page above current stack\n"); in lkdtm_STACK_GUARD_PAGE_TRAILING()
512 pr_info("trying to clear SMEP normally\n"); in lkdtm_UNSET_SMEP()
517 pr_info("restoring SMEP\n"); in lkdtm_UNSET_SMEP()
521 pr_info("ok: SMEP did not get cleared\n"); in lkdtm_UNSET_SMEP()
542 pr_info("ok: cannot locate cr4 writing call gadget\n"); in lkdtm_UNSET_SMEP()
547 pr_info("trying to clear SMEP with call gadget\n"); in lkdtm_UNSET_SMEP()
550 pr_info("ok: SMEP removal was reverted\n"); in lkdtm_UNSET_SMEP()
554 pr_info("restoring SMEP\n"); in lkdtm_UNSET_SMEP()
624 pr_info("changing PAC parameters to force function return failure...\n"); in lkdtm_CORRUPT_PAC()