Re: [PATCH V11 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
From: Miguel Ojeda
Date: Fri May 09 2025 - 04:49:39 EST
On Thu, May 8, 2025 at 4:10 AM Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:
>
> That's strange. I have tested this earlier and made sure such issues
> weren't there. I tried "next-20250507" now for arm64 (with qemu)
> with and without CONFIG_CPUMASK_OFFSTACK and still don't
> see these issues.
>
> Anything apart from this ?
>
> CONFIG_RUST_KERNEL_DOCTESTS=y
>
> Sorry for the trouble, I thought this is all covered already
> (apart from x86 failure).
No worries, it happens!
I can still reproduce it on next-20250508 with defconfig RUST=y
KUNIT=y RUST_KERNEL_DOCTESTS=y and then running in QEMU with e.g.
`-machine virt -cpu cortex-a53`.
Cheers,
Miguel