]> www.infradead.org Git - users/hch/misc.git/commitdiff
locking: MAINTAINERS: Start watching Rust locking primitives
authorBoqun Feng <boqun.feng@gmail.com>
Wed, 27 Nov 2024 18:30:24 +0000 (10:30 -0800)
committerBoqun Feng <boqun.feng@gmail.com>
Thu, 19 Dec 2024 22:04:42 +0000 (14:04 -0800)
It makes sense to add Rust locking primitives under the watch of general
locking primitives maintainers. This will encourage more reviews and
find potential issues earlier. Hence add related Rust files into the
LOCKING PRIMITIVES entry in MAINTAINERS.

While we are at it, change the role of myself into the maintainer of
LOCKDEP and RUST to reflect my responsibility for the corresponding
code.

Acked-by: Miguel Ojeda <ojeda@kernel.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
https://lore.kernel.org/lkml/20241128054022.19586-2-boqun.feng@gmail.com/

MAINTAINERS

index 1e930c7a58b13d8bbe6bf133ba7b36aa24c2b5e0..e0495700914d9f0582c6bb5b14bc0a257f46dd9d 100644 (file)
@@ -13423,8 +13423,8 @@ LOCKING PRIMITIVES
 M:     Peter Zijlstra <peterz@infradead.org>
 M:     Ingo Molnar <mingo@redhat.com>
 M:     Will Deacon <will@kernel.org>
+M:     Boqun Feng <boqun.feng@gmail.com> (LOCKDEP & RUST)
 R:     Waiman Long <longman@redhat.com>
-R:     Boqun Feng <boqun.feng@gmail.com> (LOCKDEP)
 L:     linux-kernel@vger.kernel.org
 S:     Maintained
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
@@ -13438,6 +13438,11 @@ F:     include/linux/seqlock.h
 F:     include/linux/spinlock*.h
 F:     kernel/locking/
 F:     lib/locking*.[ch]
+F:     rust/helpers/mutex.c
+F:     rust/helpers/spinlock.c
+F:     rust/kernel/sync/lock.rs
+F:     rust/kernel/sync/lock/
+F:     rust/kernel/sync/locked_by.rs
 X:     kernel/locking/locktorture.c
 
 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)