Re: [PATCH v12 2/9] drm/panic: Add a drm panic handler

2024-04-10 Thread Jocelyn Falempe
Hi, On 10/04/2024 10:10, Daniel Vetter wrote: On Tue, Apr 09, 2024 at 06:30:41PM +0200, Jocelyn Falempe wrote: This module displays a user friendly message when a kernel panic occurs. It currently doesn't contain any debug information, but that can be added later. v2 * Use

Re: [PATCH v12 2/9] drm/panic: Add a drm panic handler

2024-04-10 Thread Daniel Vetter
On Tue, Apr 09, 2024 at 06:30:41PM +0200, Jocelyn Falempe wrote: > This module displays a user friendly message when a kernel panic > occurs. It currently doesn't contain any debug information, > but that can be added later. > > v2 > * Use get_scanout_buffer() instead of the drm client API. >

[PATCH v12 2/9] drm/panic: Add a drm panic handler

2024-04-09 Thread Jocelyn Falempe
This module displays a user friendly message when a kernel panic occurs. It currently doesn't contain any debug information, but that can be added later. v2 * Use get_scanout_buffer() instead of the drm client API. (Thomas Zimmermann) * Add the panic reason to the panic message (Nerdopolis)