From nobody Thu Apr 9 21:54:10 2026 Received: from relay.hostedemail.com (smtprelay0015.hostedemail.com [216.40.44.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C884B347525 for ; Thu, 5 Mar 2026 15:20:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=216.40.44.15 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772724039; cv=none; b=KWVHaZzizKFFDM8CUHv+ir5O/aToxc5d/PoCzQPfHJDuP6wCxNumvcGqTJNGMhkLjG5v5BRkeqK7wvp2p7KgyDAGr7rstlkd+JKfP3gGKwoH4ME9GCyzIlYiy8FFUTNCjLLErkcHeB3b5NetZsr2MEcvt9ZRrIb2kwE9/KYi6AU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772724039; c=relaxed/simple; bh=cQoPei7zwCWJDXosTq5HrIg9h4EWlv0H8aVg69kTOIs=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=cv89xZOZBa97iHXnu4rO5A3EGuMcauzG/bygrkfBGmxWC9teZAa6lG+KFKnkkKQOByyQuOQzvGccYRhS1hRNRSwpEsIk/fk6qzmGu/fBIuNyU3iKY1FlIw6KdfU26ySJoo1wh0hFOFRAMqltkZISIoGdHNO07rbbl3u9k2IQlO8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=goodmis.org; spf=pass smtp.mailfrom=goodmis.org; arc=none smtp.client-ip=216.40.44.15 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=goodmis.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=goodmis.org Received: from omf20.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay01.hostedemail.com (Postfix) with ESMTP id A36581C066; Thu, 5 Mar 2026 15:20:36 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: rostedt@goodmis.org) by omf20.hostedemail.com (Postfix) with ESMTPA id 0731F20025; Thu, 5 Mar 2026 15:20:34 +0000 (UTC) Date: Thu, 5 Mar 2026 10:21:13 -0500 From: Steven Rostedt To: LKML Cc: Masami Hiramatsu , Mathieu Desnoyers , Jerome Marchand Subject: [for-linus][PATCH] ftrace: Add MAINTAINERS entries for all ftrace headers Message-ID: <20260305102113.1959ba70@gandalf.local.home> X-Mailer: Claws Mail 3.20.0git84 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 0731F20025 X-Rspamd-Server: rspamout06 X-Stat-Signature: qa1xhndbf155sb3i6ba4epjtioyfakqp X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Session-ID: U2FsdGVkX1+QkkNFeoHosaPf4fKBUx42k++EATmdfDE= X-HE-Tag: 1772724034-385918 X-HE-Meta: U2FsdGVkX19jMSv8vHj1Qh3ohfruzoG9KCStMustqwVR3kp83O/8q5ovOde1OkunOowroahyFx2tVtJdobkXodyBNL9M1J9Ibi9UUDlROR1FFuye23ajFzv9ThmJm4DA0TVgnvzK4cx09nJR0uOL6ayfUXmeXM0SCtGMgjwAZm8YUB2gYns2z3BVHt8TWUSfrScR7c6+6j8EHmYYbxAYPnXSmgPdByQtMCIFHwI+TFV5T9jpk4BSXV/uxNSqRnD8qCUC/utDgJsw7GiEjyK5v60zMMnFx77IHg0wgEyBMuY1imtkYmVNoQBT3nYODAeZbyNRVf7ogHu4Ex+hamT+4t4e8FiJnwIuuTCll7KKttkACvCUy3H7lfuJFbwRu5BRGWttlzk4MaqVtC6ANxyudCCdvbMpDsoOAhF+c+AiFGu8J93wg2tNvOjeasq4MSDFauRSBMlUG5rQwxTMc9IQLVgUN00TR+aXf/xlNEP+0YmVTBryWeunWNpc7qKMriVA654hwPgpne4OSRTwQ2qBZeD3NxjjUkRDMazQ8lza0QhCtJZxE801zQIVoCcDVdAA Content-Type: text/plain; charset="utf-8" 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 Date: Thu Mar 5 10:31:17 2026 +0100 ftrace: Add MAINTAINERS entries for all ftrace headers =20 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. =20 Cc: Masami Hiramatsu Cc: Mark Rutland Link: https://patch.msgid.link/20260305093117.853700-1-jmarchan@redhat.= com Signed-off-by: Jerome Marchand Signed-off-by: Steven Rostedt (Google) 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/gi= t/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