All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Rust fixes for 6.5-rc5
@ 2023-08-05 23:57 Miguel Ojeda
  2023-08-06  2:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Miguel Ojeda @ 2023-08-05 23:57 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor, Boqun Feng,
	Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg,
	Alice Ryhl, rust-for-linux, linux-kernel

Hi Linus,

Please pull these fixes for Rust.

The oldest is a bit involved, and the other two are straightforward.
The complex one has been in linux-next for 4 days and the others for
2 days, but I reworded yesterday the complex one to add a couple tags
(no changes otherwise -- you can find the previous version of e.g. the
oldest in linux-next at cf222ce8477c).

No conflicts expected. No changes to the C side.

Cheers,
Miguel

The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef:

  Linux 6.5-rc3 (2023-07-23 15:24:10 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b05544884300e98512964103b33f8f87650ce887:

  rust: fix bindgen build error with UBSAN_BOUNDS_STRICT (2023-08-04 17:10:50 +0200)

----------------------------------------------------------------
Rust fixes for 6.5-rc5

 - Allocator: prevent mis-aligned allocation.

 - Types: delete 'ForeignOwnable::borrow_mut'. A sound replacement is
   planned for the merge window.

 - Build: fix bindgen error with UBSAN_BOUNDS_STRICT.

----------------------------------------------------------------
Alice Ryhl (1):
      rust: delete `ForeignOwnable::borrow_mut`

Andrea Righi (1):
      rust: fix bindgen build error with UBSAN_BOUNDS_STRICT

Boqun Feng (1):
      rust: allocator: Prevent mis-aligned allocation

 rust/Makefile                   |  2 +-
 rust/bindings/bindings_helper.h |  1 +
 rust/kernel/allocator.rs        | 74 ++++++++++++++++++++++++++++++++---------
 rust/kernel/sync/arc.rs         |  3 +-
 rust/kernel/types.rs            | 22 ++----------
 5 files changed, 64 insertions(+), 38 deletions(-)

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

* Re: [GIT PULL] Rust fixes for 6.5-rc5
  2023-08-05 23:57 [GIT PULL] Rust fixes for 6.5-rc5 Miguel Ojeda
@ 2023-08-06  2:30 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-08-06  2:30 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Linus Torvalds, Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor,
	Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
	Andreas Hindborg, Alice Ryhl, rust-for-linux, linux-kernel

The pull request you sent on Sun,  6 Aug 2023 01:57:50 +0200:

> https://github.com/Rust-for-Linux/linux.git tags/rust-fixes-6.5-rc5

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

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:[~2023-08-06  2:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-05 23:57 [GIT PULL] Rust fixes for 6.5-rc5 Miguel Ojeda
2023-08-06  2:30 ` 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.