Re: [PATCH 12/14] torture: Add testing of RCU's Rust bindings to torture.sh

From: Miguel Ojeda
Date: Fri Apr 18 2025 - 13:32:22 EST


On Fri, Apr 18, 2025 at 6:10 PM Joel Fernandes <joelagnelf@xxxxxxxxxx> wrote:
>
> a rust_doctests_kernel kunit run. Note that kunit wants a clean source
> tree, so this runs "make mrproper", which might come as a surprise to
> some users. Should there be a --mrproper parameter to torture.sh to make
> the user explicitly ask for it?

One may run KUnit without using `kunit.py`, i.e. by enabling the
Kconfigs and booting the kernel. Would that help?

Cheers,
Miguel