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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 8EE0EC433EF for ; Tue, 26 Apr 2022 01:29:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ZQF2O2yC15opNdpyvPGlPstd2QnQeEjLp/LxmcAWTvM=; b=SaY71Bl7IMhkOQ poXEo/6p4eqkca8bGqbB/ehanbczj+4rllQyrmYSsMq9uNuBO2ZXgwVmstlQhL0irW2UrU2miDQ7m fSQP+xesEy2EjqSIqraYprbCMTe0egIrjoAn3Kn3j/jzvNmIKenumQyyYxprbzwXAvwHHnPxXqCuy N+FVBCOltOlJuxA4X2uHZ/RauIRuXkfMqsifCt5FMbageIaQPDH3lwBjtNEgrb1Yws16AJZgUrchT v7BLP1SSIG+fCfvlqe5rLlLxwCKxEzOcNS7m9mK8pZRuLRzdwXm3Pf5w+2arQJTLRqIhqfJljkRjZ s1J0/FFN93glPBl9YKag==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nj9z2-00C597-1i; Tue, 26 Apr 2022 01:27:16 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nj9yy-00C58l-I6 for linux-arm-kernel@lists.infradead.org; Tue, 26 Apr 2022 01:27:14 +0000 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 2DEE2616F4; Tue, 26 Apr 2022 01:27:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E670BC385A7; Tue, 26 Apr 2022 01:27:08 +0000 (UTC) Date: Mon, 25 Apr 2022 21:27:07 -0400 From: Steven Rostedt To: Mark Rutland Cc: Chengming Zhou , mingo@redhat.com, catalin.marinas@arm.com, will@kernel.org, tglx@linutronix.de, dave.hansen@linux.intel.com, broonie@kernel.org, ardb@kernel.org, x86@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, duanxiongchun@bytedance.com, songmuchun@bytedance.com, zhengqi.arch@bytedance.com Subject: Re: [PATCH v5 1/2] ftrace: cleanup ftrace_graph_caller enable and disable Message-ID: <20220425212707.378fb699@gandalf.local.home> In-Reply-To: References: <20220420160006.17880-1-zhouchengming@bytedance.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220425_182712_684206_71DD15CB X-CRM114-Status: UNSURE ( 9.10 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 25 Apr 2022 10:51:19 +0100 Mark Rutland wrote: > Steve, are you happy if this goes via the arm64 tree along with patch 2? Yeah, go ahead. Acked-by: Steven Rostedt (Google) -- Steve _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel