Re: [PATCH] arm64: traps: Add str of description to panic() in die()

2020-09-07 Thread Will Deacon
On Tue, 4 Aug 2020 16:53:47 +0800, Yue Hu wrote: > Currently, there are different description strings in die() such as > die("Oops",,), die("Oops - BUG",,). And panic() called by die() will > always show "Fatal exception" or "Fatal exception in interrupt". > > Note that panic() will run any panic

[PATCH] arm64: traps: Add str of description to panic() in die()

2020-08-04 Thread Yue Hu
From: Yue Hu Currently, there are different description strings in die() such as die("Oops",,), die("Oops - BUG",,). And panic() called by die() will always show "Fatal exception" or "Fatal exception in interrupt". Note that panic() will run any panic handler via panic_notifier_list. And the