Re: [PATCH 5/5] drm/panic: Add panic description

2024-08-07 Thread Jocelyn Falempe
On 07/08/2024 11:21, Daniel Vetter wrote: On Tue, Jul 23, 2024 at 11:11:34AM +0200, Jocelyn Falempe wrote: Now that kmsg dump callback has the description parameter, use it in the user panic screen. This is the string passed to panic(), like "VFS: Unable to mount root fs on xxx" or "Attempted

Re: [PATCH 5/5] drm/panic: Add panic description

2024-08-07 Thread Daniel Vetter
On Tue, Jul 23, 2024 at 11:11:34AM +0200, Jocelyn Falempe wrote: > Now that kmsg dump callback has the description parameter, use it in > the user panic screen. > This is the string passed to panic(), like "VFS: Unable to mount root > fs on xxx" or "Attempted to kill init! exitcode=0". > It giv

[PATCH 5/5] drm/panic: Add panic description

2024-07-23 Thread Jocelyn Falempe
Now that kmsg dump callback has the description parameter, use it in the user panic screen. This is the string passed to panic(), like "VFS: Unable to mount root fs on xxx" or "Attempted to kill init! exitcode=0". It gives a hint on why the panic occurred, without being too cryptic. Signed-off