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 <[email protected]> Acked-by: Peter Zijlstra (Intel) <[email protected]> Acked-by: Ingo Molnar <[email protected]> Signed-off-by: Boqun Feng <[email protected]> https://lore.kernel.org/lkml/[email protected]/
1 parent 3430600 commit 9793c9b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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 <[email protected]>
1342413424
M: Ingo Molnar <[email protected]>
1342513425
M: Will Deacon <[email protected]>
13426+
M: Boqun Feng <[email protected]> (LOCKDEP & RUST)
1342613427
R: Waiman Long <[email protected]>
13427-
R: Boqun Feng <[email protected]> (LOCKDEP)
1342813428
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)