Re: [PATCH v2] rust: uaccess: mark UserSliceReader methods inline
From: Miguel Ojeda
Date: Tue Mar 11 2025 - 21:56:50 EST
On Wed, Mar 12, 2025 at 12:44 AM Antonio Hickey
<contact@xxxxxxxxxxxxxxxxx> wrote:
>
> Link: https://github.com/Rust-for-Linux/linux/issues/1145
> Suggested-by: https://github.com/Rust-for-Linux/linux/issues/1145
The Suggested-by tag is meant to explain who suggested it, rather than
duplicate the link -- please see:
https://docs.kernel.org/process/submitting-patches.html#using-reported-by-tested-by-reviewed-by-suggested-by-and-fixes
(I typically also put the Link after the tag, if the link is meant to
show the original suggestion, just like the documentation requests for
the Reported-by/Closes pair)
In any case, there is no need to re-send a v3 just for this, you can
wait to see if there is any feedback.
Thanks for the patch!
Cheers,
Miguel