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: <20250208175817.45181-1-ojeda@kernel.org>
Date: Sat,  8 Feb 2025 18:58:17 +0100
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 <benno.lossin@...ton.me>,
	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.14

Hi Linus,

Please pull these fixes for Rust.

They have been in linux-next for a single round only. I will be sending
a few others in a week.

No conflicts expected.

Thanks!

Cheers,
Miguel

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  https://github.com/Rust-for-Linux/linux.git tags/rust-fixes-6.14

for you to fetch changes up to 6273a058383e05465083b535ed9469f2c8a48321:

  x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0 (2025-02-07 00:09:33 +0100)

----------------------------------------------------------------
Rust fixes for v6.14

Toolchain and infrastructure:

 - Do not export KASAN ODR symbols to avoid gendwarfksyms warnings.

 - Fix future Rust 1.86.0 (to be released 2025-04-03) x86_64 builds.

 - Clean future Rust 1.86.0 (to be released 2025-04-03) warning.

 - Fix future GCC 15 (to be released in a few months) builds.

 - Fix `rusttest` target in macOS.

----------------------------------------------------------------
Alice Ryhl (1):
      x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0

Justin M. Forbes (1):
      rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflags

Matthew Maurer (1):
      rust: kbuild: do not export generated KASAN ODR symbols

Miguel Ojeda (1):
      rust: init: use explicit ABI to clean warning in future compilers

Tamir Duberstein (1):
      rust: kbuild: use host dylib naming in rusttestlib-kernel

 rust/Makefile                   |  5 +++--
 rust/kernel/init.rs             |  2 +-
 scripts/generate_rust_target.rs | 18 ++++++++++++++++++
 3 files changed, 22 insertions(+), 3 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ