Re: [PATCH v2] uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUST
From: Miguel Ojeda
Date: Fri Oct 24 2025 - 13:39:27 EST
On Fri, Oct 24, 2025 at 5:48 PM Yury Norov (NVIDIA)
<yury.norov@xxxxxxxxx> wrote:
>
> - * rust code always uses the extern definition.
Hmm... my copy has "rust" capitalized -- manual edit?
> +unsigned long rust_helper__copy_from_user(void *to, const void __user *from, unsigned long n)
Looks fine -- the signatures could ideally be formatted like the ones
above ideally (`clang-format` can do it for you), but no big deal.
Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Thanks!
Cheers,
Miguel