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 DBF07C7EE22 for ; Wed, 17 May 2023 03:51:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230403AbjEQDvy (ORCPT ); Tue, 16 May 2023 23:51:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229533AbjEQDvx (ORCPT ); Tue, 16 May 2023 23:51:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 31BD919BC; Tue, 16 May 2023 20:51:52 -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 9055464149; Wed, 17 May 2023 03:51:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2EA41C433EF; Wed, 17 May 2023 03:51:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684295511; bh=ujQm08tAstsBcSTC4djTVJKYZbnMD4JeakcC0SNda2Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=TSkAnW3Tw7IFtikLGLu+GPWBvxuXEM5m65QAoEvCrtsO/iSmOETdJEiAUqaMrleII zeTeMmaEQTm6FpcM/KIk9TO4oKxg96lYeHLh/rTFzJCKCtFjXf8P/ve8+aqQcFw0py ZxJnT7Oyek0HGYBY8ZtQYTSc9qzOPYbYtNts8W2SDG9L0QEeOjsPJDT4KRtBegTYNN IAKH0xnEKfpnt0cSPV5GYah+YvOlSxSSPIY0fYMj2Zs7P7v/pdLWr/zyIvf+reeAGH uJ0yTaME660KgFSlPIjx8QlAJbysaP2KvTzEtkhMRuSYEQxxgZfoOsEuXjtxTJu4iT nu6ZMWm+E+gDA== Date: Wed, 17 May 2023 12:51:42 +0900 From: Masami Hiramatsu (Google) To: Steven Rostedt Cc: Ze Gao , 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: <20230517125142.b5fa0d958ccfa5c309c650af@kernel.org> In-Reply-To: <20230516232545.4f6c7805@rorschach.local.home> 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> <20230516232545.4f6c7805@rorschach.local.home> X-Mailer: Sylpheed 3.8.0beta1 (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-trace-kernel@vger.kernel.org On Tue, 16 May 2023 23:25:45 -0400 Steven Rostedt wrote: > 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. Yeah, I would like to pick it to probes/fixes for 6.4 and stable branches. Thank you, -- Masami Hiramatsu (Google)