rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] rust: add improved version of `ForeignOwnable::borrow_mut`
@ 2024-11-04 21:20 Tamir Duberstein
  2024-11-04 21:20 ` [PATCH v2 1/6] rust: arc: use `NonNull::new_unchecked` Tamir Duberstein
                   ` (5 more replies)
  0 siblings, 6 replies; 23+ messages in thread
From: Tamir Duberstein @ 2024-11-04 21:20 UTC (permalink / raw)
  To: Miguel Ojeda, Alex Gaynor, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, Danilo Krummrich
  Cc: rust-for-linux, linux-kernel, Tamir Duberstein,
	Martin Rodriguez Reboredo

This is a re-submission of Alice's patch[0]. The leading commits are
intended to improve the consistency and ergonomics of `ForeignOwnable`,
and to split out the code movement originally included in the patch.

`ForeignOwnable::borrow_mut` is a dependency of the memory backing
feature of `rnull`, the Rust null block driver.

Link: https://lore.kernel.org/all/20230710074642.683831-1-aliceryhl@google.com/T/#u [0]

Signed-off-by: Tamir Duberstein <tamird@gmail.com>
---
Changes in v2:
- Call out ordering inconsistency in commit message.
- Restore pointer type ascriptionin Arc. (Andreas Hindborg)
- Remove most reduction of unsafe blocks. (Andreas Hindborg)
- Lift splitting of unsafe block into separate patch.
- Link to v1: https://lore.kernel.org/r/20241030-borrow-mut-v1-0-8f0ceaf78eaf@gmail.com

---
Alice Ryhl (1):
      rust: add improved version of `ForeignOwnable::borrow_mut`

Tamir Duberstein (5):
      rust: arc: use `NonNull::new_unchecked`
      rust: types: avoid `as` casts
      rust: arc: split unsafe block, add missing comment
      rust: change `ForeignOwnable` pointer to mut
      rust: reorder `ForeignOwnable` items

 rust/kernel/alloc/kbox.rs | 41 ++++++++++++++++-----
 rust/kernel/sync/arc.rs   | 42 ++++++++++++++-------
 rust/kernel/types.rs      | 93 +++++++++++++++++++++++++++++++++++------------
 3 files changed, 129 insertions(+), 47 deletions(-)
---
base-commit: ae7851c29747fa3765ecb722fe722117a346f988
change-id: 20241030-borrow-mut-75f181feef4c

Best regards,
-- 
Tamir Duberstein <tamird@gmail.com>


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

end of thread, other threads:[~2024-11-08 13:20 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-04 21:20 [PATCH v2 0/6] rust: add improved version of `ForeignOwnable::borrow_mut` Tamir Duberstein
2024-11-04 21:20 ` [PATCH v2 1/6] rust: arc: use `NonNull::new_unchecked` Tamir Duberstein
2024-11-04 21:20 ` [PATCH v2 2/6] rust: types: avoid `as` casts Tamir Duberstein
2024-11-08 11:35   ` Alice Ryhl
2024-11-08 12:22     ` Tamir Duberstein
2024-11-08 13:15       ` Miguel Ojeda
2024-11-08 13:20         ` Tamir Duberstein
2024-11-08 13:14     ` Miguel Ojeda
2024-11-08 13:13   ` Miguel Ojeda
2024-11-08 13:14     ` Tamir Duberstein
2024-11-04 21:20 ` [PATCH v2 3/6] rust: arc: split unsafe block, add missing comment Tamir Duberstein
2024-11-08 11:38   ` Alice Ryhl
2024-11-08 12:29     ` Tamir Duberstein
2024-11-08 12:37       ` Alice Ryhl
2024-11-08 12:40         ` Tamir Duberstein
2024-11-08 12:47           ` Alice Ryhl
2024-11-08 12:53             ` Tamir Duberstein
2024-11-04 21:20 ` [PATCH v2 4/6] rust: change `ForeignOwnable` pointer to mut Tamir Duberstein
2024-11-08 11:39   ` Alice Ryhl
2024-11-08 12:23     ` Tamir Duberstein
2024-11-04 21:20 ` [PATCH v2 5/6] rust: reorder `ForeignOwnable` items Tamir Duberstein
2024-11-08 11:42   ` Alice Ryhl
2024-11-04 21:20 ` [PATCH v2 6/6] rust: add improved version of `ForeignOwnable::borrow_mut` Tamir Duberstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).