[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200729083543.GA718807@kroah.com>
Date: Wed, 29 Jul 2020 10:35:43 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Alexey Kardashevskiy <aik@...abs.ru>
Cc: linux-kernel@...r.kernel.org, Nicholas Piggin <npiggin@...il.com>
Subject: Re: [PATCH kernel] panic: Dump registers on panic_on_warn
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@...abs.ru>
> > ---
> > 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
Powered by blists - more mailing lists