[PATCH v2 0/2] Clean up Rust LockClassKey
From: Alice Ryhl
Date: Mon Jul 28 2025 - 05:46:05 EST
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@xxxxxxxxxx/
Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
---
Changes in v2:
- Change safety comment to require a static object. Adjust commit
message accordingly.
- Add Reviewed-by.
- Link to v1: https://lore.kernel.org/r/20250723-lock-class-key-cleanup-v1-0-85fa506b8ca4@xxxxxxxxxx
---
Alice Ryhl (2):
rust: sync: refactor static_lock_class!() macro
rust: sync: clean up LockClassKey and its docs
rust/kernel/sync.rs | 78 +++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 58 insertions(+), 20 deletions(-)
---
base-commit: dff64b072708ffef23c117fa1ee1ea59eb417807
change-id: 20250723-lock-class-key-cleanup-a3baf53b123a
Best regards,
--
Alice Ryhl <aliceryhl@xxxxxxxxxx>