I realized that these files were never listed in MAINTAINERS when they
were added in commit ad37bcd965fd ("rust: add tracepoint support").I'm proposing to include them under the existing entries, as that seems like the most obvious place to include them. However, there are multiple ways to do this. If you prefer to have them elsewhere, I would also be happy to create a new entry with me as maintaining them, or I'm also willing to be listed as R: under the entry. Regardless of how we list them in MAINTAINERS, I will be around if anything comes up. Let me know what you all prefer. Signed-off-by: Alice Ryhl <[email protected]> --- Based on v6.19-rc1. I noticed it due to this patch: https://patch.msgid.link/[email protected] --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5b11839cba9de1e9e43f63787578edd8c429ca39..14eafd3fb428483cfd3f0a86f52d0c62ba7436e5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -25017,6 +25017,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]> @@ -26470,6 +26473,7 @@ F: include/linux/trace*.h F: include/trace/ F: kernel/trace/ F: kernel/tracepoint.c +F: rust/kernel/tracepoint.rs F: scripts/tracing/ F: scripts/tracepoint-update.c F: tools/testing/selftests/ftrace/ --- base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8 change-id: 20260107-jump-label-rust-maintainers-17040992e7db Best regards, -- Alice Ryhl <[email protected]>
