Re: [PATCH v2 2/2] rust: alloc: fix `Vec::extend_with` SAFETY comment
From: Miguel Ojeda
Date: Mon Apr 27 2026 - 09:22:36 EST
On Mon, Apr 27, 2026 at 5:58 AM Hsiu Che Yu
<yu.whisper.personal@xxxxxxxxx> wrote:
>
> For this patch, should I include the Suggested-by:, Reported-by:,
> and Fixes: tags?
If you only need to resend just for that, then what is usually done
instead is to reply with the tags here -- then they can be picked up
by maintainers or in the next version by the author, e.g.
Fixes: ...
(ideally without the indentation so that tools may pick it up automatically)
By the way, an easy rule of thumb is using, for fixes, Reported-by: +
Closes: + Fixes:, while Suggested-by: + Link: for features (but there
are of course exceptions, e.g. someone may have suggested something
important in a fix etc., i.e. it depends -- please see
Documentation/process/submitting-patches.rst for the actual meaning).
I hope that helps!
Cheers,
Miguel