Re: [PATCH v4 1/6] rust: inline some init methods

From: Miguel Ojeda

Date: Mon Jun 08 2026 - 03:08:50 EST


On Fri, Jun 5, 2026 at 10:32 AM Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
>
> These methods should be inlined for optimization reasons. Failure to do
> so can also produce symbol names larger than what `modpost` or `objtool`
> can handle.
>
> Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
> Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>

Applied to `rust-next` (just this one) -- thanks everyone!

Cheers,
Miguel