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

From: Miguel Ojeda

Date: Mon Jan 26 2026 - 09:32:05 EST


On Thu, Jan 22, 2026 at 7:36 AM David Gow <davidgow@xxxxxxxxxx> wrote:
>
> The UML Rust support is pretty stable for the core Rust bits, KUnit
> tests, etc. It can get a little broken from time to time with new
> drivers, gcc-based builds (instead of LLVM=1), or 32-bit builds.
> Ideally, those will work as well --- everything seems fine at the
> moment --- and you shouldn't have any problems with just running:
>
> ./tools/testing/kunit/kunit.py run --kconfig_add CONFIG_RUST=y
> --make_options LLVM=1
>
> But do let me know if anything is broken.

Thanks David!

Cheers,
Miguel