public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Rust fixes for 7.0
@ 2026-02-21 20:33 Miguel Ojeda
  2026-02-22 20:19 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Miguel Ojeda @ 2026-02-21 20:33 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Miguel Ojeda, Boqun Feng, Gary Guo, Björn Roy Baron,
	Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
	Danilo Krummrich, rust-for-linux, linux-kernel

Hi Linus,

Please pull these fixes for Rust.

The top commit has only been in linux-next for one round, but they are
all low risk. They are also not urgent, so they may wait for -rc2.

No conflicts expected.

Thanks!

Cheers,
Miguel

The following changes since commit 05f7e89ab9731565d8a62e3b5d1ec206485eeb0b:

  Linux 6.19 (2026-02-08 13:03:27 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux.git tags/rust-fixes-7.0

for you to fetch changes up to 97b281d7edb2ae662365be2809cd728470119720:

  rust: list: Add unsafe blocks for container_of and safety comments (2026-02-20 01:59:51 +0100)

----------------------------------------------------------------
Rust fixes for v7.0-rc1

Toolchain and infrastructure:

 - Pass '-Zunstable-options' flag required by the future Rust 1.95.0.

 - Fix 'objtool' warning for Rust 1.84.0.

'kernel' crate:

 - 'irq' module: add missing bound detected by the future Rust 1.95.0.

 - 'list' module: add missing 'unsafe' blocks and placeholder safety
   comments to macros (an issue for future callers within the crate).

'pin-init' crate:

 - Clean Clippy warning that changed behavior in the future Rust 1.95.0.

----------------------------------------------------------------
Benno Lossin (2):
      rust: irq: add `'static` bounds to irq callbacks
      rust: pin-init: replace clippy `expect` with `allow`

Miguel Ojeda (2):
      rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0
      objtool/rust: add one more `noreturn` Rust function

Philipp Stanner (1):
      rust: list: Add unsafe blocks for container_of and safety comments

 rust/Makefile                          |  3 +++
 rust/kernel/irq/request.rs             | 12 +++++++++---
 rust/kernel/list/impl_list_item_mod.rs | 25 ++++++++++++++++---------
 rust/pin-init/src/lib.rs               |  4 ++--
 tools/objtool/check.c                  |  3 ++-
 5 files changed, 32 insertions(+), 15 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Rust fixes for 7.0
  2026-02-21 20:33 [GIT PULL] Rust fixes for 7.0 Miguel Ojeda
@ 2026-02-22 20:19 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-02-22 20:19 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Linus Torvalds, Miguel Ojeda, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, Danilo Krummrich, rust-for-linux, linux-kernel

The pull request you sent on Sat, 21 Feb 2026 21:33:06 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux.git tags/rust-fixes-7.0

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1dd419145d090f8fdf149cbb39dea6d968659dd2

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-22 20:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-21 20:33 [GIT PULL] Rust fixes for 7.0 Miguel Ojeda
2026-02-22 20:19 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox