Re: [PATCH v3 1/2] rust: kbuild: extract configs for reuse
From: Miguel Ojeda
Date: Thu Jan 29 2026 - 23:44:11 EST
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!
[ 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