Re: [PATCH 0/4] drm/panic: Add a qr_code panic screen

From: Miguel Ojeda
Date: Thu Jul 04 2024 - 04:28:35 EST


On Thu, Jul 4, 2024 at 7:03 AM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> Wait, we can put .rs files in any directory now? I didn't think that
> worked properly yet.

We can put leaves of the crate graph (e.g. in-tree we have the samples
and the PHY driver), but not the rest of the graph. The former fits
just fine in Kbuild (which is why it was good enough for what we did
so far), the other part is what requires a rework of how things will
work.

Cheers,
Miguel