x86/mm: Clean up the printk()s in show_fault_oops()
authorDmitry Vyukov <dvyukov@google.com>
Wed, 27 Jun 2018 09:07:15 +0000 (11:07 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 27 Jun 2018 12:08:11 +0000 (14:08 +0200)
commitd79d0d8ad0cb3d782b41631dfeac8eb05e414bcd
tree589ebe684340e9b50da62f9f81094c72244d3f32
parentb8c1e4293a5d1dfd19ab7b0984bfce8191940500
x86/mm: Clean up the printk()s in show_fault_oops()

- Remove 'nx_warning' and 'smep_warning', which are just pointless obfuscation.
- Also convert to pr_crit().

Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Dmitry Vyukov <dvyukov@google.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20180627090715.28076-1-dvyukov@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/mm/fault.c