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 AB184C7EE2A for ; Wed, 17 May 2023 03:26:01 +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=6qKf36c6x6k6qt70CkaL/fXtGKejSVKX1QHgg0c1vMk=; b=FuKjpmQLRuI2E0 N8bxkyJwEDqT1GtsnNzPyXekIA4jR/b/CPPcN8mjwspWRdFz0LjoinfjE4oMtCJhJ0SpdT1tiS0Ub WMwsuB3XPtaVFfhU+MRemzgjprZisYSCflJhW7RAEsXnVladlGTw8dT1FD9JmSTF4biZ1jz/h2tnb 8kdZAy+3YRPG+RQPBMttGqPHwztjC179CeHyXXKOByHrRJDb72uRYhj5DsUZld+40xN5tOHtMTcCd gTEjkK/xA4vdmKaXcXZ5awDC1X+ay63DawttZcDtpRfSVXiEQ6K73koDTP9aRgBOpw3wvPyR90m5a TlaHjzusWUioOy3ylauw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pz7nW-007yFj-1n; Wed, 17 May 2023 03:25:54 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pz7nT-007yEp-2J for linux-riscv@lists.infradead.org; Wed, 17 May 2023 03:25:53 +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 4118464149; Wed, 17 May 2023 03:25:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B1AA7C433EF; Wed, 17 May 2023 03:25:47 +0000 (UTC) Date: Tue, 16 May 2023 23:25:45 -0400 From: Steven Rostedt To: Ze Gao Cc: Masami Hiramatsu , Peter Zijlstra , Albert Ou , Alexander Gordeev , Alexei Starovoitov , Borislav Petkov , Christian Borntraeger , Dave Hansen , Heiko Carstens , "H. Peter Anvin" , Ingo Molnar , Palmer Dabbelt , Paul Walmsley , Sven Schnelle , Thomas Gleixner , Vasily Gorbik , x86@kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-trace-kernel@vger.kernel.org, bpf@vger.kernel.org, Conor Dooley , Jiri Olsa , Yonghong Song , Ze Gao Subject: Re: [PATCH v2 2/4] fprobe: make fprobe_kprobe_handler recursion free Message-ID: <20230516232545.4f6c7805@rorschach.local.home> In-Reply-To: References: <20230516071830.8190-1-zegao@tencent.com> <20230516071830.8190-3-zegao@tencent.com> <20230516091820.GB2587705@hirez.programming.kicks-ass.net> <20230517010311.f46db3f78b11cf9d92193527@kernel.org> <20230517115432.94a65364e53cbd5b40c54e82@kernel.org> 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-20230516_202551_819985_124C96A4 X-CRM114-Status: GOOD ( 13.38 ) X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Wed, 17 May 2023 11:10:21 +0800 Ze Gao wrote: > Got it! :) > > I will improve the commit message and send v3 ASAP. > > BTW, which tree should I rebase those patches onto? Is that the > for-next branch of > git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git. I saw > Jiri had troubles > applying those since these works are based on v6.4.0. > You can submit against 6.4-rc1. We haven't updated the for-next branch yet. Which will be rebased off of one of the 6.4 rc's. -- Steve _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv