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 BC3F6C77B61 for ; Mon, 24 Apr 2023 20:23:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232587AbjDXUXI (ORCPT ); Mon, 24 Apr 2023 16:23:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229872AbjDXUXG (ORCPT ); Mon, 24 Apr 2023 16:23:06 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9626A5FDD; Mon, 24 Apr 2023 13:23:05 -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 375A062139; 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 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, 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