All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Rust fixes for 6.13
@ 2024-12-14  6:52 Miguel Ojeda
  2024-12-14 16:54 ` Linus Torvalds
  2024-12-14 17:06 ` pr-tracker-bot
  0 siblings, 2 replies; 6+ messages in thread
From: Miguel Ojeda @ 2024-12-14  6:52 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Miguel Ojeda, Alex Gaynor, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, rust-for-linux, linux-kernel

Hi Linus,

Please pull these two fixes for Rust.

They have both been in linux-next for three rounds this week.

No conflicts expected.

I picked a DRM fix, but they will eventually pick them on their side.

Thanks!

Cheers,
Miguel

The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

  Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7a5f93ea5862da91488975acaa0c7abd508f192b:

  rust: kbuild: set `bindgen`'s Rust target version (2024-12-10 01:06:10 +0100)

----------------------------------------------------------------
Rust fixes for v6.13

Toolchain and infrastructure:

 - Set bindgen's Rust target version to prevent issues when pairing
   older rustc releases with newer bindgen releases, such as
   bindgen >= 0.71.0 and rustc < 1.82 due to unsafe_extern_blocks.

drm/panic:

 - Remove spurious empty line detected by a new Clippy warning.

----------------------------------------------------------------
Miguel Ojeda (2):
      drm/panic: remove spurious empty line to clean warning
      rust: kbuild: set `bindgen`'s Rust target version

 drivers/gpu/drm/drm_panic_qr.rs |  1 -
 rust/Makefile                   | 15 ++++++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2024-12-14 18:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-14  6:52 [GIT PULL] Rust fixes for 6.13 Miguel Ojeda
2024-12-14 16:54 ` Linus Torvalds
2024-12-14 16:59   ` Linus Torvalds
2024-12-14 17:09     ` Willy Tarreau
2024-12-14 18:16   ` Miguel Ojeda
2024-12-14 17:06 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.