Re: [PATCH v2] rust: module_param: return value by copy from `value`
From: Miguel Ojeda
Date: Fri Jul 10 2026 - 13:04:53 EST
On Fri, Jul 10, 2026 at 5:58 PM Petr Pavlu <petr.pavlu@xxxxxxxx> wrote:
>
> I can't immediately reproduce this issue. I tried with linux-next
> (next-20260710), rustc 1.99.0-nightly (af3d95584 2026-07-09) and
> x86_64_defconfig with Rust enabled. What am I missing? Could you send me
> your config and the produced rust/kernel.o off-list?
I can reproduce it independently of this patch.
It looks like `panic_null_reference_constructed`, added the other day
-- I will send the patch.
Cheers,
Miguel