public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: mm: add message to die() in die_kernel_fault()
@ 2020-07-30 11:47 Yue Hu
  2020-07-30 12:27 ` Catalin Marinas
  0 siblings, 1 reply; 3+ messages in thread
From: Yue Hu @ 2020-07-30 11:47 UTC (permalink / raw)
  To: catalin.marinas, will, akpm, mark.rutland, james.morse, peterx
  Cc: linux-arm-kernel, linux-kernel, huyue2, zbestahu

From: Yue Hu <huyue2@yulong.com>

Just to identify the kernel fault more clearly.

Signed-off-by: Yue Hu <huyue2@yulong.com>
---
 arch/arm64/mm/fault.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/mm/fault.c b/arch/arm64/mm/fault.c
index 8afb238..3a753c7 100644
--- a/arch/arm64/mm/fault.c
+++ b/arch/arm64/mm/fault.c
@@ -289,7 +289,7 @@ static void die_kernel_fault(const char *msg, unsigned long addr,
 	mem_abort_decode(esr);
 
 	show_pte(addr);
-	die("Oops", regs, esr);
+	die("Oops - Page fault", regs, esr);
 	bust_spinlocks(0);
 	do_exit(SIGKILL);
 }
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-30 13:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-30 11:47 [PATCH] arm64: mm: add message to die() in die_kernel_fault() Yue Hu
2020-07-30 12:27 ` Catalin Marinas
2020-07-30 13:00   ` Yue Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox