Re: [Intel-gfx] [PATCH] kernel/panic: Show the stacktrace after additional notifier messages

2018-09-04 Thread Chris Wilson
Quoting Martin Peres (2018-09-04 09:55:38) > On 03/09/2018 16:17, Chris Wilson wrote: > > Most systems keep the last messages from the panic, and we value the > > stacktrace most, so dump it last in order to preserve it for > > post-mortems. > > Thanks a lot for doing this Chris! I am hopping

Re: [Intel-gfx] [PATCH] kernel/panic: Show the stacktrace after additional notifier messages

2018-09-04 Thread Martin Peres
On 03/09/2018 16:17, Chris Wilson wrote: > Most systems keep the last messages from the panic, and we value the > stacktrace most, so dump it last in order to preserve it for > post-mortems. Thanks a lot for doing this Chris! I am hopping we'll get a lot of usable traces out of that! Acked-by:

[Intel-gfx] [PATCH] kernel/panic: Show the stacktrace after additional notifier messages

2018-09-03 Thread Chris Wilson
Most systems keep the last messages from the panic, and we value the stacktrace most, so dump it last in order to preserve it for post-mortems. Signed-off-by: Chris Wilson --- kernel/panic.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/kernel/panic.c