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 <[email protected]> --- 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-702b03482...@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 <[email protected]> M: Josh Poimboeuf <[email protected]> M: Jason Baron <[email protected]> +M: Alice Ryhl <[email protected]> R: Steven Rostedt <[email protected]> R: Ard Biesheuvel <[email protected]> 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 <[email protected]> @@ -26474,6 +26478,17 @@ F: scripts/tracing/ F: scripts/tracepoint-update.c F: tools/testing/selftests/ftrace/ +TRACING [RUST] +M: Alice Ryhl <[email protected]> +M: Steven Rostedt <[email protected]> +R: Masami Hiramatsu <[email protected]> +R: Mathieu Desnoyers <[email protected]> +L: [email protected] +L: [email protected] +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 <[email protected]> M: Masami Hiramatsu <[email protected]> --- base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8 change-id: 20260107-jump-label-rust-maintainers-17040992e7db Best regards, -- Alice Ryhl <[email protected]>
