Re: [PATCH] rust: workaround `rustdoc` target modifiers bug

From: Alice Ryhl
Date: Sun Jul 27 2025 - 06:16:57 EST


On Sun, Jul 27, 2025 at 11:31 AM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> On Sun, Jul 27, 2025 at 11:23 AM Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
> >
> > Reported-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
> > Closes: https://lore.kernel.org/rust-for-linux/36cdc798-524f-4910-8b77-d7b9fac08d77@xxxxxxxxxxxxxxxx/
> > Link: https://github.com/rust-lang/rust/issues/144521 [1]
> > Link: https://github.com/rust-lang/rust/pull/144523 [2]
> > Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx>

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>

> And most likely:
>
> Cc: stable@xxxxxxxxxxxxxxx # Needed in 6.12.y and later (Rust is
> pinned in older LTSs).

We also do not even set -Zfixed-x18 prior to v6.12, so there are other
reasons to not backport it further.

Alice