All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Clean up Rust LockClassKey
@ 2025-07-23 11:49 Alice Ryhl
  2025-07-23 11:49 ` [PATCH 1/2] rust: sync: refactor static_lock_class!() macro Alice Ryhl
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Alice Ryhl @ 2025-07-23 11:49 UTC (permalink / raw)
  To: Boqun Feng, Miguel Ojeda
  Cc: Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg,
	Trevor Gross, Danilo Krummrich, rust-for-linux, linux-kernel,
	Alice Ryhl

This series applies the suggestion from Benno [1] and various other
improvements I found when looking over the LockClassKey implementation.

Based on rust-next.

[1]: https://lore.kernel.org/all/DBIJLR7XNI6U.21PMPODHE83DZ@kernel.org/

Signed-off-by: Alice Ryhl <aliceryhl@google.com>
---
Alice Ryhl (2):
      rust: sync: refactor static_lock_class!() macro
      rust: sync: clean up LockClassKey and its docs

 rust/kernel/sync.rs | 77 +++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 57 insertions(+), 20 deletions(-)
---
base-commit: dff64b072708ffef23c117fa1ee1ea59eb417807
change-id: 20250723-lock-class-key-cleanup-a3baf53b123a

Best regards,
-- 
Alice Ryhl <aliceryhl@google.com>


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

end of thread, other threads:[~2025-07-24 19:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-23 11:49 [PATCH 0/2] Clean up Rust LockClassKey Alice Ryhl
2025-07-23 11:49 ` [PATCH 1/2] rust: sync: refactor static_lock_class!() macro Alice Ryhl
2025-07-23 14:36   ` Benno Lossin
2025-07-23 15:01     ` Alice Ryhl
2025-07-23 16:20       ` Boqun Feng
2025-07-23 19:46         ` Benno Lossin
2025-07-23 20:07           ` Boqun Feng
2025-07-23 20:41             ` Benno Lossin
2025-07-23 20:58               ` Boqun Feng
2025-07-23 19:58         ` Alice Ryhl
2025-07-23 11:49 ` [PATCH 2/2] rust: sync: clean up LockClassKey and its docs Alice Ryhl
2025-07-23 13:49   ` Boqun Feng
2025-07-24 18:14     ` Tamir Duberstein
2025-07-24 18:46       ` Boqun Feng
2025-07-24 19:11         ` Tamir Duberstein
2025-07-23 12:11 ` [PATCH 0/2] Clean up Rust LockClassKey Daniel Almeida

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.