Rust for Linux
Rust for Linux
DRM Panic QR code generator
This is a simple QR code generator, to display the panic data as a QR code. It is specific to the DRM panic use case, and supports only some parts of the QR code specification.
Why a QR code in a panic screen?
Kernel panic traces are usually displayed on the screen, but then it's hard to copy and paste them to a bug report, so that a developer can take a look, and fix the bug.
As QR code are now widespread, using that allows to easily copy and paste the...
Read more at rust-for-linux.com