From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 59D9BC433EF for ; Thu, 24 Mar 2022 22:29:29 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4KPfzC4t0Yz3bVq for ; Fri, 25 Mar 2022 09:29:27 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=145.40.68.75; helo=ams.source.kernel.org; envelope-from=srs0=cvhx=ud=goodmis.org=rostedt@kernel.org; receiver=) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4KPfym3Zmjz2xD3 for ; Fri, 25 Mar 2022 09:29:04 +1100 (AEDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3870BB826A1; Thu, 24 Mar 2022 22:29:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5F13C340EC; Thu, 24 Mar 2022 22:28:57 +0000 (UTC) Date: Thu, 24 Mar 2022 18:28:56 -0400 From: Steven Rostedt To: Christophe Leroy Subject: Re: [PATCH] MAINTAINERS: Add arch/powerpc/kernel/trace to TRACING Message-ID: <20220324182856.6f6a01d7@gandalf.local.home> In-Reply-To: <8e2f707e2efa1fc1d1ffd2f9f6758e8c4a82c83e.1648132613.git.christophe.leroy@csgroup.eu> References: <8e2f707e2efa1fc1d1ffd2f9f6758e8c4a82c83e.1648132613.git.christophe.leroy@csgroup.eu> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Paul Mackerras , Joe Perches , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thu, 24 Mar 2022 15:38:28 +0100 Christophe Leroy wrote: > diff --git a/MAINTAINERS b/MAINTAINERS > index e127c2fb08a7..3b5943f34568 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -19592,6 +19592,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git > F: Documentation/trace/ftrace.rst > F: arch/*/*/*/ftrace.h > F: arch/*/kernel/ftrace.c > +F: arch/powerpc/kernel/trace/ Perhaps replace the above two with: F: arch/*/*/ftrace* F: arch/*/*/*/ftrace* As we also have things like ftrace_32.S, ftrace_64.S Maybe even add: F: arch/*/*/*_ftrace.* F: arch/*/*/*/*_ftrace.* to catch the "entry_ftrace.S" and friends (needing the leading "_" to not get confused by any "bpftrace" files). ? But in reality, I'm only a reviewer for ftrace in the archs. It really is maintained by the arch maintainers. But it is still good that I get Cc'd on any ftrace arch related changes. -- Steve > F: fs/tracefs/ > F: include/*/ftrace.h > F: include/linux/trace*.h