* [PATCH v2] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
@ 2026-01-27 8:30 Alice Ryhl
2026-01-27 8:35 ` Peter Zijlstra
0 siblings, 1 reply; 4+ messages in thread
From: Alice Ryhl @ 2026-01-27 8:30 UTC (permalink / raw)
To: Steven Rostedt, Peter Zijlstra, Masami Hiramatsu,
Mathieu Desnoyers, Josh Poimboeuf, Jason Baron, Ard Biesheuvel
Cc: linux-kernel, linux-trace-kernel, rust-for-linux, Alice Ryhl
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>
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH v2] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
2026-01-27 8:30 [PATCH v2] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING Alice Ryhl
@ 2026-01-27 8:35 ` Peter Zijlstra
2026-01-27 8:44 ` Alice Ryhl
2026-01-27 15:27 ` Steven Rostedt
0 siblings, 2 replies; 4+ messages in thread
From: Peter Zijlstra @ 2026-01-27 8:35 UTC (permalink / raw)
To: Alice Ryhl
Cc: Steven Rostedt, Masami Hiramatsu, Mathieu Desnoyers,
Josh Poimboeuf, Jason Baron, Ard Biesheuvel, linux-kernel,
linux-trace-kernel, rust-for-linux
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>
>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH v2] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
2026-01-27 8:35 ` Peter Zijlstra
@ 2026-01-27 8:44 ` Alice Ryhl
2026-01-27 15:27 ` Steven Rostedt
1 sibling, 0 replies; 4+ messages in thread
From: Alice Ryhl @ 2026-01-27 8:44 UTC (permalink / raw)
To: Peter Zijlstra
Cc: Steven Rostedt, Masami Hiramatsu, Mathieu Desnoyers,
Josh Poimboeuf, Jason Baron, Ard Biesheuvel, linux-kernel,
linux-trace-kernel, rust-for-linux
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
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH v2] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
2026-01-27 8:35 ` Peter Zijlstra
2026-01-27 8:44 ` Alice Ryhl
@ 2026-01-27 15:27 ` Steven Rostedt
1 sibling, 0 replies; 4+ messages in thread
From: Steven Rostedt @ 2026-01-27 15:27 UTC (permalink / raw)
To: Peter Zijlstra
Cc: Alice Ryhl, Masami Hiramatsu, Mathieu Desnoyers, Josh Poimboeuf,
Jason Baron, Ard Biesheuvel, linux-kernel, linux-trace-kernel,
rust-for-linux
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-01-27 15:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27 8:30 [PATCH v2] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING Alice Ryhl
2026-01-27 8:35 ` Peter Zijlstra
2026-01-27 8:44 ` Alice Ryhl
2026-01-27 15:27 ` Steven Rostedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox