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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8386C433F5 for ; Sat, 1 Oct 2022 00:20:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232750AbiJAAUO (ORCPT ); Fri, 30 Sep 2022 20:20:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232711AbiJAATt (ORCPT ); Fri, 30 Sep 2022 20:19:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D85B057264; Fri, 30 Sep 2022 17:17:48 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id B449B623C0; Sat, 1 Oct 2022 00:17:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D596CC433D6; Sat, 1 Oct 2022 00:17:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664583431; bh=KHeXu2nyUhB4rmYxARv+WxzcajWxJL4Fk5tvT/Fy5UI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=f6wN/Ja6+/wusoi6ZQPwVfvYiv2i5R9vXTfEgYoHr8C5attjr7/FvT5xVJzUcGSRU 62KddjC0eRbDKEWyOP9lN2+Z26ksfVf6NfiXFuSr6maMLJq79PahoiWo+sLEyWgN+6 YJJG3g7klyEyfOP7vIzmZska46Rj78Y8LF8HIP5udtPp1P8kQmgchsgeW7jwqvliij TwrOr5A+Ttig9hlRnRvwhw+jf6PSXb1MEEqLMZFSgWFbJbirSacGDL7INJ7zLqRW0P 3Nx7Wcba9RbSiyl2ryFkLePwBkdafdUqrHLhHYvP/SCFNwzkTTsnO33pPkCEgpKTcj qF0oKTHYFsF8g== Date: Sat, 1 Oct 2022 09:17:06 +0900 From: Masami Hiramatsu (Google) To: Steven Rostedt Cc: LKML , Linus Torvalds , Ingo Molnar , Andrew Morton , Masami Hiramatsu , Linux Trace Devel , Thomas Gleixner , Peter Zijlstra Subject: Re: [PATCH] tracing: Add Masami Hiramatsu as co-maintainer Message-Id: <20221001091706.8efaeb64266efa6058a468df@kernel.org> In-Reply-To: <20220930124131.7b6432dd@gandalf.local.home> References: <20220930124131.7b6432dd@gandalf.local.home> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 30 Sep 2022 12:41:31 -0400 Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > Masami has been maintaining kprobes for a while now and that code has > been an integral part of tracing. He has also been an excellent reviewer > of all the tracing code and contributor as well. > > The tracing subsystem needs another active maintainer to keep it running > smoothly, and I do not know anyone more qualified for the job than Masami. > > Ingo has also told me that he has not been active in the tracing code for > some time and said he could be removed from the TRACING portion of the > MAINTAINERS file. > > Acked-by: Ingo Molnar > Signed-off-by: Steven Rostedt (Google) Thanks Steve, Acked-by: Masami Hiramatsu (Google) > --- > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f5ca4aefd184..6c7c9cdff05a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -20614,7 +20614,7 @@ F: drivers/char/tpm/ > > TRACING > M: Steven Rostedt > -M: Ingo Molnar > +M: Masami Hiramatsu > S: Maintained > T: git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git > F: Documentation/trace/ftrace.rst > @@ -20630,7 +20630,7 @@ F: tools/testing/selftests/ftrace/ > > TRACING MMIO ACCESSES (MMIOTRACE) > M: Steven Rostedt > -M: Ingo Molnar > +M: Masami Hiramatsu > R: Karol Herbst > R: Pekka Paalanen > L: linux-kernel@vger.kernel.org > -- > 2.35.1 > -- Masami Hiramatsu (Google)