mirror of https://gitee.com/openkylin/linux.git
x86: update reliability argument to printk_address
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
084662580d
commit
518edc93f8
|
@ -608,7 +608,7 @@ asmlinkage void __kprobes do_page_fault(struct pt_regs *regs,
|
|||
else
|
||||
printk(KERN_ALERT "Unable to handle kernel paging request");
|
||||
printk(" at %016lx RIP: \n" KERN_ALERT, address);
|
||||
printk_address(regs->ip, regs->bp);
|
||||
printk_address(regs->ip, 1);
|
||||
dump_pagetable(address);
|
||||
tsk->thread.cr2 = address;
|
||||
tsk->thread.trap_no = 14;
|
||||
|
|
Loading…
Reference in New Issue