Merge tag 'rust-fixes-6.5-rc5' of https://github.com/Rust-for-Linux/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Aug 2023 02:28:02 +0000 (19:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Aug 2023 02:28:02 +0000 (19:28 -0700)
commitf0ab9f34e59e0c01a1c31142e0b336245367fd86
tree1eef11113af86b9fbdb899a6333f410562071727
parentfb0d91991cedb51bc604c6b3915df75d8a59a4a3
parentb05544884300e98512964103b33f8f87650ce887
Merge tag 'rust-fixes-6.5-rc5' of https://github.com/Rust-for-Linux/linux

Pull rust fixes from Miguel Ojeda:

 - 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

* tag 'rust-fixes-6.5-rc5' of https://github.com/Rust-for-Linux/linux:
  rust: fix bindgen build error with UBSAN_BOUNDS_STRICT
  rust: delete `ForeignOwnable::borrow_mut`
  rust: allocator: Prevent mis-aligned allocation