[PATCH v2] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING

Alice Ryhl posted 1 patch 1 week, 3 days ago
MAINTAINERS | 15 +++++++++++++++
1 file changed, 15 insertions(+)
[PATCH v2] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
Posted by Alice Ryhl 1 week, 3 days ago
I realized that these files were never listed in MAINTAINERS when they
were added in commit ad37bcd965fd ("rust: add tracepoint support").

Signed-off-by: Alice Ryhl <aliceryhl@google.com>
---
Based on v6.19-rc1.
---
Changes in v2:
- Adjust MAINTAINERS entries as per discussion on v1.
- Link to v1: https://lore.kernel.org/r/20260107-jump-label-rust-maintainers-v1-1-702b03482f2e@google.com
---
 MAINTAINERS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5b11839cba9de1e9e43f63787578edd8c429ca39..d1bc1bd7584896c78e517f80194d5de6828298cf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -25006,6 +25006,7 @@ STATIC BRANCH/CALL
 M:	Peter Zijlstra <peterz@infradead.org>
 M:	Josh Poimboeuf <jpoimboe@kernel.org>
 M:	Jason Baron <jbaron@akamai.com>
+M:	Alice Ryhl <aliceryhl@google.com>
 R:	Steven Rostedt <rostedt@goodmis.org>
 R:	Ard Biesheuvel <ardb@kernel.org>
 S:	Supported
@@ -25017,6 +25018,9 @@ F:	include/linux/jump_label*.h
 F:	include/linux/static_call*.h
 F:	kernel/jump_label.c
 F:	kernel/static_call*.c
+F:	rust/helpers/jump_label.c
+F:	rust/kernel/generated_arch_static_branch_asm.rs.S
+F:	rust/kernel/jump_label.rs
 
 STI AUDIO (ASoC) DRIVERS
 M:	Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
@@ -26474,6 +26478,17 @@ F:	scripts/tracing/
 F:	scripts/tracepoint-update.c
 F:	tools/testing/selftests/ftrace/
 
+TRACING [RUST]
+M:	Alice Ryhl <aliceryhl@google.com>
+M:	Steven Rostedt <rostedt@goodmis.org>
+R:	Masami Hiramatsu <mhiramat@kernel.org>
+R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+L:	linux-trace-kernel@vger.kernel.org
+L:	rust-for-linux@vger.kernel.org
+S:	Maintained
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
+F:	rust/kernel/tracepoint.rs
+
 TRACING MMIO ACCESSES (MMIOTRACE)
 M:	Steven Rostedt <rostedt@goodmis.org>
 M:	Masami Hiramatsu <mhiramat@kernel.org>

---
base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
change-id: 20260107-jump-label-rust-maintainers-17040992e7db

Best regards,
-- 
Alice Ryhl <aliceryhl@google.com>
Re: [PATCH v2] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
Posted by Peter Zijlstra 1 week, 3 days ago
On Tue, Jan 27, 2026 at 08:30:01AM +0000, Alice Ryhl wrote:
> I realized that these files were never listed in MAINTAINERS when they
> were added in commit ad37bcd965fd ("rust: add tracepoint support").
> 
> Signed-off-by: Alice Ryhl <aliceryhl@google.com>

Works for me; Steve were you taking this or should I?

In case Steve wants to route this:

Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>

> ---
> Based on v6.19-rc1.
> ---
> Changes in v2:
> - Adjust MAINTAINERS entries as per discussion on v1.
> - Link to v1: https://lore.kernel.org/r/20260107-jump-label-rust-maintainers-v1-1-702b03482f2e@google.com
> ---
>  MAINTAINERS | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b11839cba9de1e9e43f63787578edd8c429ca39..d1bc1bd7584896c78e517f80194d5de6828298cf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -25006,6 +25006,7 @@ STATIC BRANCH/CALL
>  M:	Peter Zijlstra <peterz@infradead.org>
>  M:	Josh Poimboeuf <jpoimboe@kernel.org>
>  M:	Jason Baron <jbaron@akamai.com>
> +M:	Alice Ryhl <aliceryhl@google.com>
>  R:	Steven Rostedt <rostedt@goodmis.org>
>  R:	Ard Biesheuvel <ardb@kernel.org>
>  S:	Supported
> @@ -25017,6 +25018,9 @@ F:	include/linux/jump_label*.h
>  F:	include/linux/static_call*.h
>  F:	kernel/jump_label.c
>  F:	kernel/static_call*.c
> +F:	rust/helpers/jump_label.c
> +F:	rust/kernel/generated_arch_static_branch_asm.rs.S
> +F:	rust/kernel/jump_label.rs
>  
>  STI AUDIO (ASoC) DRIVERS
>  M:	Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
> @@ -26474,6 +26478,17 @@ F:	scripts/tracing/
>  F:	scripts/tracepoint-update.c
>  F:	tools/testing/selftests/ftrace/
>  
> +TRACING [RUST]
> +M:	Alice Ryhl <aliceryhl@google.com>
> +M:	Steven Rostedt <rostedt@goodmis.org>
> +R:	Masami Hiramatsu <mhiramat@kernel.org>
> +R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
> +L:	linux-trace-kernel@vger.kernel.org
> +L:	rust-for-linux@vger.kernel.org
> +S:	Maintained
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
> +F:	rust/kernel/tracepoint.rs
> +
>  TRACING MMIO ACCESSES (MMIOTRACE)
>  M:	Steven Rostedt <rostedt@goodmis.org>
>  M:	Masami Hiramatsu <mhiramat@kernel.org>
> 
> ---
> base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
> change-id: 20260107-jump-label-rust-maintainers-17040992e7db
> 
> Best regards,
> -- 
> Alice Ryhl <aliceryhl@google.com>
>
Re: [PATCH v2] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
Posted by Steven Rostedt 1 week, 3 days ago
On Tue, 27 Jan 2026 09:35:43 +0100
Peter Zijlstra <peterz@infradead.org> wrote:

> On Tue, Jan 27, 2026 at 08:30:01AM +0000, Alice Ryhl wrote:
> > I realized that these files were never listed in MAINTAINERS when they
> > were added in commit ad37bcd965fd ("rust: add tracepoint support").
> > 
> > Signed-off-by: Alice Ryhl <aliceryhl@google.com>  
> 
> Works for me; Steve were you taking this or should I?
> 
> In case Steve wants to route this:
> 
> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>

I can add it to my tree.

Thanks!

-- Steve
Re: [PATCH v2] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
Posted by Alice Ryhl 1 week, 3 days ago
On Tue, Jan 27, 2026 at 09:35:43AM +0100, Peter Zijlstra wrote:
> On Tue, Jan 27, 2026 at 08:30:01AM +0000, Alice Ryhl wrote:
> > I realized that these files were never listed in MAINTAINERS when they
> > were added in commit ad37bcd965fd ("rust: add tracepoint support").
> > 
> > Signed-off-by: Alice Ryhl <aliceryhl@google.com>
> 
> Works for me; Steve were you taking this or should I?
> 
> In case Steve wants to route this:
> 
> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>

Thanks Peter!

By the way, in case you didn't see it, there is a patch for the STATIC
BRANCH/CALL side:
https://lore.kernel.org/all/20260105-define-rust-helper-v2-9-51da5f454a67@google.com/

Alice