[GIT PULL] Rust fixes for 6.17
From: Miguel Ojeda
Date: Sat Aug 16 2025 - 17:46:17 EST
Hi Linus,
Please pull these fixes for Rust.
They have been only three rounds in linux-next. They are not urgent so
it would not hurt leaving them there for a few more days.
I may have a few more later in the cycle.
No conflicts expected.
Thanks!
Cheers,
Miguel
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux.git tags/rust-fixes-6.17
for you to fetch changes up to 252fea131e15aba2cd487119d1a8f546471199e2:
rust: kbuild: clean output before running `rustdoc` (2025-08-12 21:10:50 +0200)
----------------------------------------------------------------
Rust fixes for v6.17
Toolchain and infrastructure:
- Workaround 'rustdoc' target modifiers bug in Rust >= 1.88.0. It will
be fixed in Rust 1.90.0 (expected 2025-09-18).
- Clean 'rustdoc' output before running it to avoid confusing the tool
when files from previous versions remain.
----------------------------------------------------------------
Miguel Ojeda (2):
rust: workaround `rustdoc` target modifiers bug
rust: kbuild: clean output before running `rustdoc`
rust/Makefile | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)