Skip to content

Commit 9793c9b

Browse files
committed
locking: MAINTAINERS: Start watching Rust locking primitives
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/
1 parent 3430600 commit 9793c9b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

MAINTAINERS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13423,8 +13423,8 @@ LOCKING PRIMITIVES
1342313423
M: Peter Zijlstra <peterz@infradead.org>
1342413424
M: Ingo Molnar <mingo@redhat.com>
1342513425
M: Will Deacon <will@kernel.org>
13426+
M: Boqun Feng <boqun.feng@gmail.com> (LOCKDEP & RUST)
1342613427
R: Waiman Long <longman@redhat.com>
13427-
R: Boqun Feng <boqun.feng@gmail.com> (LOCKDEP)
1342813428
L: linux-kernel@vger.kernel.org
1342913429
S: Maintained
1343013430
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
1343813438
F: include/linux/spinlock*.h
1343913439
F: kernel/locking/
1344013440
F: lib/locking*.[ch]
13441+
F: rust/helpers/mutex.c
13442+
F: rust/helpers/spinlock.c
13443+
F: rust/kernel/sync/lock.rs
13444+
F: rust/kernel/sync/lock/
13445+
F: rust/kernel/sync/locked_by.rs
1344113446
X: kernel/locking/locktorture.c
1344213447

1344313448
LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)

0 commit comments

Comments
 (0)