diff options
author | Miguel Ojeda <ojeda@kernel.org> | 2025-03-08 17:42:58 +0100 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2025-03-09 20:52:46 +0100 |
commit | 0e123d6420e4bcac1b3bd39986eb0d39332691a8 (patch) | |
tree | 208b0d8a74a970f2523f86c25defd3ad3f723002 | |
parent | cd1ed11a6704638e94ccafe0ba1c3b4a11aab8f3 (diff) |
MAINTAINERS: rust: add tree field for RUST [ALLOC]
In the Rust subsystem we are starting to add new subentries which will
have their own trees. Those trees will be part of linux-next and will
be sent as PRs to be merged into rust-next.
Thus do the same for the existing subentry we already have: RUST [ALLOC].
Acked-by: Boqun Feng <boqun.feng@gmail.com>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Link: https://lore.kernel.org/r/20250308164258.811040-1-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 12f2d79ce174..007ca67cc830 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20733,6 +20733,7 @@ RUST [ALLOC] M: Danilo Krummrich <dakr@kernel.org> L: rust-for-linux@vger.kernel.org S: Maintained +T: git https://github.com/Rust-for-Linux/linux.git alloc-next F: rust/kernel/alloc.rs F: rust/kernel/alloc/ |