[<prev] [next>] [day] [month] [year] [list]
Message-ID: <173506642258.399.16974577371429551132.tip-bot2@tip-bot2>
Date: Tue, 24 Dec 2024 18:53:42 -0000
From: "tip-bot2 for Boqun Feng" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Miguel Ojeda <ojeda@...nel.org>,
"Peter Zijlstra (Intel)" <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>, Boqun Feng <boqun.feng@...il.com>,
x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [tip: locking/core] locking: MAINTAINERS: Start watching Rust locking
primitives
The following commit has been merged into the locking/core branch of tip:
Commit-ID: 9793c9bb91f1b05473bb6d4a2323a259ef00ff2e
Gitweb: https://git.kernel.org/tip/9793c9bb91f1b05473bb6d4a2323a259ef00ff2e
Author: Boqun Feng <boqun.feng@...il.com>
AuthorDate: Wed, 27 Nov 2024 10:30:24 -08:00
Committer: Boqun Feng <boqun.feng@...il.com>
CommitterDate: Thu, 19 Dec 2024 14:04:42 -08:00
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@...nel.org>
Acked-by: Peter Zijlstra (Intel) <peterz@...radead.org>
Acked-by: Ingo Molnar <mingo@...nel.org>
Signed-off-by: Boqun Feng <boqun.feng@...il.com>
https://lore.kernel.org/lkml/20241128054022.19586-2-boqun.feng@gmail.com/
---
MAINTAINERS | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1e930c7..e049570 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13423,8 +13423,8 @@ LOCKING PRIMITIVES
M: Peter Zijlstra <peterz@...radead.org>
M: Ingo Molnar <mingo@...hat.com>
M: Will Deacon <will@...nel.org>
+M: Boqun Feng <boqun.feng@...il.com> (LOCKDEP & RUST)
R: Waiman Long <longman@...hat.com>
-R: Boqun Feng <boqun.feng@...il.com> (LOCKDEP)
L: linux-kernel@...r.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)
Powered by blists - more mailing lists