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 68524C7618E for ; Mon, 24 Apr 2023 20:24:16 +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=AChOqriGlpynS8WSPZtOT4b2+biKjTyk/fmn8J+cJaI=; b=gVXAqdFTmFBwrh giJPF4pkCCz9OEWao1ZliXVkR6iFot8sKSoWi9t5zCK1qlIDK2reuAnTVbColSNoJu9LRVL0/aD8r dXlC8s8RS6uRxFA+yWNHxzDvGfVKXu5sflQzdQEtiAP72LybsWtI5Utv2M44N1YUGu6TdqPbEgwNY DVgiK/3aaZmvVw1qfQjhBYp7ezRqUQW5A1x1v9QvuMGKAxNamaimUuZvpY0Rf7QWzNF23UjZuaXlF ER85E0Tad4v2IFbr/w0rN+/PqaokceAV9UI7RUyaC3nb/HsaQPWJCCzwnibVFF63Wmcs3f4l7seZn ccFDxmwJ5YGWaeYsG/Tg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pr2iK-00H8PI-2G; Mon, 24 Apr 2023 20:23:08 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pr2iH-00H8O7-29; Mon, 24 Apr 2023 20:23:06 +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 31D8C61F71; Mon, 24 Apr 2023 20:23:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37CD0C433D2; Mon, 24 Apr 2023 20:23:02 +0000 (UTC) Date: Mon, 24 Apr 2023 16:23:00 -0400 From: Steven Rostedt To: Donglin Peng Cc: mhiramat@kernel.org, huangcun@sangfor.com.cn, dinghui@sangfor.com.cn, catalin.marinas@arm.com, mark.rutland@arm.com, paul.walmsley@sifive.com, palmer@dabbelt.com, bp@alien8.de, tglx@linutronix.de, aou@eecs.berkeley.edu, rmk+kernel@armlinux.org.uk, linux@armlinux.org.uk, will@kernel.org, peterz@infradead.org, mingo@redhat.com, zhangqing@loongson.cn, chenhuacai@kernel.org, kernel@xen0n.name, dolinux.peng@gmail.com, x86@kernel.org, linux-trace-kernel@vger.kernel.org, loongarch@lists.linux.dev, linux-riscv@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Florian Kauer , dave.hansen@linux.intel.com, hpa@zytor.com, xiehuan09@gmail.com Subject: Re: [PATCH v11 1/8] function_graph: Support recording and printing the return value of function Message-ID: <20230424162300.67daca4f@rorschach.local.home> In-Reply-To: <7eabae11-6a65-c51d-ff39-8205057e497a@sangfor.com.cn> References: <1fc502712c981e0e6742185ba242992170ac9da8.1680954589.git.pengdonglin@sangfor.com.cn> <66fe9288-05ff-1bf3-dd40-e7b3cbdf1af9@sangfor.com.cn> <7eabae11-6a65-c51d-ff39-8205057e497a@sangfor.com.cn> 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-20230424_132305_760063_FB73AA8B X-CRM114-Status: UNSURE ( 8.23 ) 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 Fri, 14 Apr 2023 15:55:05 +0800 Donglin Peng wrote: > Hi Steve, could you please correct this mistake before merging it into > linux-next? Will do. -- Steve _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel