lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250816214534.2736622-1-ojeda@kernel.org>
Date: Sat, 16 Aug 2025 23:45:34 +0200
From: Miguel Ojeda <ojeda@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Miguel Ojeda <ojeda@...nel.org>,
	Alex Gaynor <alex.gaynor@...il.com>,
	Boqun Feng <boqun.feng@...il.com>,
	Gary Guo <gary@...yguo.net>,
	Björn Roy Baron <bjorn3_gh@...tonmail.com>,
	Benno Lossin <lossin@...nel.org>,
	Andreas Hindborg <a.hindborg@...nel.org>,
	Alice Ryhl <aliceryhl@...gle.com>,
	Trevor Gross <tmgross@...ch.edu>,
	Danilo Krummrich <dakr@...nel.org>,
	rust-for-linux@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] Rust fixes for 6.17

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ