Re: [GIT PULL] Rust pin-init for v7.0

From: Miguel Ojeda

Date: Wed Jan 28 2026 - 10:13:26 EST


On Thu, Jan 22, 2026 at 11:10 AM Benno Lossin <lossin@xxxxxxxxxx> wrote:
>
> Hi Miguel,
>
> Lot's of changes in this one, mainly the `syn` rewrite, but also some
> smaller changes such as removing the `try_` versions of the macros in
> pin-init (the kernel still declares its own).
>
> All commits have been in linux-next since Monday.
>
> The first commit in my tree is also in the `syn` patch series from Gary
> [1], to avoid problems it should be merged after this tag. There also is
> a "phantom conflict" with 74e15ac34b098 ("scripts:
> generate_rust_analyzer: Add pin_init_internal deps") in rust-fixes,
> which you already saw in linux-next [2]. Otherwise no conflicts
> expected.
>
> Please pull for v7.0 -- thanks!

Merged into `rust-next` and Gary's series (without his first patch)
right after that -- thank you!

By the way, in the PR message, it would be nice if you could use the
imperative, since that is nowadays the style maintainers should use
for PRs. I reworded it a bit to conform, please take a look.

e.g. instead of "'...' now support ...", I wrote "Support ... in
'...'" (and so on).

Cheers,
Miguel