Re: [PATCH] rust: kernel: Support more jump_label api

From: Miguel Ojeda

Date: Tue Nov 04 2025 - 09:21:41 EST


Hi chenmiao,

A few procedural bits below for future versions/patches...

On Tue, Nov 4, 2025 at 3:04 AM chenmiao <chenmiao@xxxxxxxxxxxxx> wrote:
>
> If finding the offset from the primitive type is necessary for this
> implementation, I will abandon this change.

In general, this should not be part of the commit message, but go
below the `---` line.

And if the commit is not ready, typically it should be marked as RFC.

> Additionally, support for the `static_branch_enable/disable` APIs has been
> introduced.

Please split different changes in different patches if possible.

> Signed-off-by: chenmiao <chenmiao@xxxxxxxxxxxxx>

In another email you used Chen Miao in the From -- in general, please
note that the SoB is supposed to have the "full name" ("known
identity") as you would normally write it. I mention this since
sometimes people use the local part of the email address, i.e. `...@`,
but that is usually not the normal spelling of a full name. Of course,
please ignore this if it is correct already.

Thanks!

Cheers,
Miguel