Re: [PATCH v3 1/2] rust: kbuild: extract configs for reuse
From: Tamir Duberstein
Date: Fri Jan 30 2026 - 06:27:34 EST
On Thu, Jan 29, 2026 at 11:43 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> On Tue, Jan 27, 2026 at 2:55 PM Tamir Duberstein <tamird@xxxxxxxxxx> wrote:
> >
> > Extract `pin_init{,_internal}-{cfgs,flags}` to reduce duplication.
> >
> > Acked-by: Benno Lossin <lossin@xxxxxxxxxx>
> > Signed-off-by: Tamir Duberstein <tamird@xxxxxxxxxx>
>
> Applied to `rust-next` -- thanks everyone!
>
> I rebased and things changed a fair bit since now we have a few
> `--extern`s more -- Tamir, please double-check that things will still
> work with your future rust-analyzer patch on top!
Looks good.
> [ The new variables will be used later on to easily pass them to
> the `scripts/generate_rust_analyzer.py` script. - Miguel ]
>
> [ Rebased. Moved new variables above. Reworded title. - Miguel ]
>
> Cheers,
> Miguel
Thanks Miguel!