* [PATCH] MAINTAINERS: rust: add tree field for RUST [ALLOC]
@ 2025-03-08 16:42 Miguel Ojeda
2025-03-09 3:42 ` Boqun Feng
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Miguel Ojeda @ 2025-03-08 16:42 UTC (permalink / raw)
To: Miguel Ojeda, Alex Gaynor, Danilo Krummrich
Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
Andreas Hindborg, Alice Ryhl, Trevor Gross, rust-for-linux,
linux-kernel, patches
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].
Cc: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8e0736dc2ee0..1ddc313abbdd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20732,6 +20732,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/
base-commit: 7eb172143d5508b4da468ed59ee857c6e5e01da6
--
2.48.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: rust: add tree field for RUST [ALLOC]
2025-03-08 16:42 [PATCH] MAINTAINERS: rust: add tree field for RUST [ALLOC] Miguel Ojeda
@ 2025-03-09 3:42 ` Boqun Feng
2025-03-09 18:06 ` Danilo Krummrich
2025-03-09 19:50 ` Miguel Ojeda
2 siblings, 0 replies; 4+ messages in thread
From: Boqun Feng @ 2025-03-09 3:42 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Alex Gaynor, Danilo Krummrich, Gary Guo, Björn Roy Baron,
Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
rust-for-linux, linux-kernel, patches
On Sat, Mar 08, 2025 at 05:42:58PM +0100, Miguel Ojeda wrote:
> 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].
>
> Cc: Danilo Krummrich <dakr@kernel.org>
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
FWIW,
Acked-by: Boqun Feng <boqun.feng@gmail.com>
Regards,
Boqun
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8e0736dc2ee0..1ddc313abbdd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20732,6 +20732,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/
>
>
> base-commit: 7eb172143d5508b4da468ed59ee857c6e5e01da6
> --
> 2.48.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: rust: add tree field for RUST [ALLOC]
2025-03-08 16:42 [PATCH] MAINTAINERS: rust: add tree field for RUST [ALLOC] Miguel Ojeda
2025-03-09 3:42 ` Boqun Feng
@ 2025-03-09 18:06 ` Danilo Krummrich
2025-03-09 19:50 ` Miguel Ojeda
2 siblings, 0 replies; 4+ messages in thread
From: Danilo Krummrich @ 2025-03-09 18:06 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Alex Gaynor, Boqun Feng, Gary Guo, Björn Roy Baron,
Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
rust-for-linux, linux-kernel, patches
On Sat, Mar 08, 2025 at 05:42:58PM +0100, Miguel Ojeda wrote:
> 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].
>
> Cc: Danilo Krummrich <dakr@kernel.org>
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Acked-by: Danilo Krummrich <dakr@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: rust: add tree field for RUST [ALLOC]
2025-03-08 16:42 [PATCH] MAINTAINERS: rust: add tree field for RUST [ALLOC] Miguel Ojeda
2025-03-09 3:42 ` Boqun Feng
2025-03-09 18:06 ` Danilo Krummrich
@ 2025-03-09 19:50 ` Miguel Ojeda
2 siblings, 0 replies; 4+ messages in thread
From: Miguel Ojeda @ 2025-03-09 19:50 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Alex Gaynor, Danilo Krummrich, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
Trevor Gross, rust-for-linux, linux-kernel, patches
On Sat, Mar 8, 2025 at 5:43 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> 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].
>
> Cc: Danilo Krummrich <dakr@kernel.org>
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Applied to `rust-next` -- thanks everyone!
Cheers,
Miguel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-09 19:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08 16:42 [PATCH] MAINTAINERS: rust: add tree field for RUST [ALLOC] Miguel Ojeda
2025-03-09 3:42 ` Boqun Feng
2025-03-09 18:06 ` Danilo Krummrich
2025-03-09 19:50 ` Miguel Ojeda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox