Re: linux-next: build failure after merge of the block tree

From: Miguel Ojeda

Date: Mon Jan 26 2026 - 09:42:48 EST


On Thu, Jan 22, 2026 at 7:25 PM Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
>
> The `rustfmt` target will change the source directory even when building
> with `O=...`, if it decides formatting changes are required.

Yeah, if that is not desired, please use `rustfmtcheck` instead (i.e.
it will work in a read-only srctree).

Cheers,
Miguel