Re: [PATCH kernel] panic: Dump registers on panic_on_warn

From: Greg Kroah-Hartman
Date: Wed Jul 29 2020 - 04:35:54 EST


On Wed, Jul 29, 2020 at 06:24:26PM +1000, Alexey Kardashevskiy wrote:
> Ping?
>
>
> On 30/06/2020 19:38, Alexey Kardashevskiy wrote:
> > Currently we print stack and registers for ordinary warnings but
> > we do not for panic_on_warn which looks as oversight - panic()
> > will reboot the machine but won't print registers.
> >
> > This moves printing of registers and modules earlier.
> >
> > This does not move the stack dumping as panic() dumps it.
> >
> > Signed-off-by: Alexey Kardashevskiy <aik@xxxxxxxxx>
> > ---
> > kernel/panic.c | 12 ++++++------
> > 1 file changed, 6 insertions(+), 6 deletions(-)

Why did you pick me and Nick as the people to get this patch?

Always use scripts/get_maintainer.pl please, that's what it is there
for...

thanks,

greg k-h