Re: [PATCH v4 0/4] drm/panic: Add a QR code panic screen

2024-07-22 Thread Jocelyn Falempe
On 19/07/2024 20:50, Mitchell Levy wrote: I am trying to test this patchset on my setup, but I cannot get it working. In case it's relevant, I'm running under HyperV. Any troubleshooting steps/suggestions would definitely be appreciated. First, make sure you have this in your .config: CONFIG_R

Re: [PATCH v4 0/4] drm/panic: Add a QR code panic screen

2024-07-20 Thread Mitchell Levy
I am trying to test this patchset on my setup, but I cannot get it working. In case it's relevant, I'm running under HyperV. Any troubleshooting steps/suggestions would definitely be appreciated. Thanks! Mitchell On 7/17/2024 7:24 AM, Jocelyn Falempe wrote: This series adds a new panic screen

[PATCH v4 0/4] drm/panic: Add a QR code panic screen

2024-07-17 Thread Jocelyn Falempe
This series adds a new panic screen, with the kmsg data embedded in a QR code. The main advantage of QR code, is that you can copy/paste the debug data to a bug report. The QR code encoder is written in rust, and is very specific to drm panic. The reason is that it is called in a panic handler,