projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c996f38
)
x86/fault: Do not print IP in show_fault_oops()
author
Borislav Petkov
<
[email protected]
>
Tue, 6 Mar 2018 09:49:13 +0000
(10:49 +0100)
committer
Thomas Gleixner
<
[email protected]
>
Thu, 8 Mar 2018 11:04:59 +0000
(12:04 +0100)
... because __show_regs() already does that.
Signed-off-by: Borislav Petkov <
[email protected]
>
Signed-off-by: Thomas Gleixner <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Josh Poimboeuf <
[email protected]
>
Cc: Linus Torvalds <
[email protected]
>
Cc: Andy Lutomirski <
[email protected]
>
Link:
https://lkml.kernel.org/r/
[email protected]
arch/x86/mm/fault.c
patch
|
blob
|
history
diff --git
a/arch/x86/mm/fault.c
b/arch/x86/mm/fault.c
index c88573d90f3e9d3a521049d4655fd4857b99be3d..93505990df109f806f6de3985739cd4279f7279c 100644
(file)
--- a/
arch/x86/mm/fault.c
+++ b/
arch/x86/mm/fault.c
@@
-699,7
+699,6
@@
show_fault_oops(struct pt_regs *regs, unsigned long error_code,
printk(KERN_CONT "paging request");
printk(KERN_CONT " at %px\n", (void *) address);
- printk(KERN_ALERT "IP: %pS\n", (void *)regs->ip);
dump_pagetable(address);
}