[for-linus][PATCH] ftrace: Add MAINTAINERS entries for all ftrace headers
From: Steven Rostedt
Date: Thu Mar 05 2026 - 10:26:22 EST
git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
trace/fixes
Head SHA1: f26b098d937488e8f5c617d465760a10bfcc7f13
Jerome Marchand (1):
ftrace: Add MAINTAINERS entries for all ftrace headers
----
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---------------------------
commit f26b098d937488e8f5c617d465760a10bfcc7f13
Author: Jerome Marchand <jmarchan@xxxxxxxxxx>
Date: Thu Mar 5 10:31:17 2026 +0100
ftrace: Add MAINTAINERS entries for all ftrace headers
There is currently no entry for ftrace_irq.h and ftrace_regs.h. Add a
generic entry for all *ftrace* headers to include them and prevent
overlooking future ftrace headers.
Cc: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
Cc: Mark Rutland <mark.rutland@xxxxxxx>
Link: https://patch.msgid.link/20260305093117.853700-1-jmarchan@xxxxxxxxxx
Signed-off-by: Jerome Marchand <jmarchan@xxxxxxxxxx>
Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>
diff --git a/MAINTAINERS b/MAINTAINERS
index 61bf550fd37c..b8d1ad952827 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10484,7 +10484,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
F: Documentation/trace/ftrace*
F: arch/*/*/*/*ftrace*
F: arch/*/*/*ftrace*
-F: include/*/ftrace.h
+F: include/*/*ftrace*
F: kernel/trace/fgraph.c
F: kernel/trace/ftrace*
F: samples/ftrace