Lines Matching refs:pr_info

52 	pr_info("loop %d/%d ...\n", (int)buf[remaining % sizeof(buf)],  in recursive_loop()
104 pr_info("Calling function with %lu frame size to depth %d ...\n", in lkdtm_EXHAUST_STACK()
107 pr_info("FAIL: survived without exhausting stack?!\n"); in lkdtm_EXHAUST_STACK()
121 pr_info("Corrupting stack containing char array ...\n"); in lkdtm_CORRUPT_STACK()
133 pr_info("Corrupting stack containing union ...\n"); in lkdtm_CORRUPT_STACK_STRONG()
188 pr_info("Normal signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
192 pr_info("Overflowing signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
203 pr_info("Normal unsigned addition ...\n"); in lkdtm_OVERFLOW_UNSIGNED()
207 pr_info("Overflowing unsigned addition ...\n"); in lkdtm_OVERFLOW_UNSIGNED()
240 pr_info("Array access within bounds ...\n"); in lkdtm_ARRAY_BOUNDS()
251 pr_info("Array access beyond bounds ...\n"); in lkdtm_ARRAY_BOUNDS()
272 pr_info("attempting good list addition\n"); in lkdtm_CORRUPT_LIST_ADD()
283 pr_info("attempting corrupted list addition\n"); in lkdtm_CORRUPT_LIST_ADD()
307 pr_info("attempting good list removal\n"); in lkdtm_CORRUPT_LIST_DEL()
310 pr_info("attempting corrupted list removal\n"); in lkdtm_CORRUPT_LIST_DEL()
330 pr_info("attempting bad read from page below current stack\n"); in lkdtm_STACK_GUARD_PAGE_LEADING()
344 pr_info("attempting bad read from page above current stack\n"); in lkdtm_STACK_GUARD_PAGE_TRAILING()
368 pr_info("trying to clear SMEP normally\n"); in lkdtm_UNSET_SMEP()
373 pr_info("restoring SMEP\n"); in lkdtm_UNSET_SMEP()
377 pr_info("ok: SMEP did not get cleared\n"); in lkdtm_UNSET_SMEP()
397 pr_info("ok: cannot locate cr4 writing call gadget\n"); in lkdtm_UNSET_SMEP()
402 pr_info("trying to clear SMEP with call gadget\n"); in lkdtm_UNSET_SMEP()
405 pr_info("ok: SMEP removal was reverted\n"); in lkdtm_UNSET_SMEP()
409 pr_info("restoring SMEP\n"); in lkdtm_UNSET_SMEP()
479 pr_info("changing PAC parameters to force function return failure...\n"); in lkdtm_CORRUPT_PAC()