Re: [PATCH v2 2/2] rust: alloc: fix `Vec::extend_with` SAFETY comment

From: Hsiu Che Yu

Date: Mon Apr 27 2026 - 10:07:35 EST


On Mon, Apr 27, 2026 at 03:22:18PM +0200, Miguel Ojeda wrote:
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).

Thanks, that's very helpful!

Fixes: 2aac4cd7dae3d ("rust: alloc: implement kernel `Vec` type")

Thanks,
Hsiu