Re: [PATCH 01/11] rust: pin-init: internal: remove proc-macro[2] and quote workarounds

From: Christian Schrefl

Date: Thu Dec 11 2025 - 16:50:40 EST


Hi Gary,

On 12/11/25 7:56 PM, Gary Guo wrote:
> From: Benno Lossin <lossin@xxxxxxxxxx>
>
> The kernel only had the `proc-macro` library available, whereas the
> user-space version also used `proc-macro2` and `quote`. Now both are
> available to the kernel, making it possible to remove the workarounds.
>
> Signed-off-by: Benno Lossin <lossin@xxxxxxxxxx>
> Co-developed-by: Gary Guo <gary@xxxxxxxxxxx>
> Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>
> ---

Its good to see some workarounds/hacks get removed!

Overall seems fine, but maybe the imports should be changed to the
multiline kernel style?

Anyways:

Reviewed-by: Christian Schrefl <chrisi.schrefl@xxxxxxxxx>

Cheers
Christian