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 3996BC001DF for ; Tue, 1 Aug 2023 01:15:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229724AbjHABPd (ORCPT ); Mon, 31 Jul 2023 21:15:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229661AbjHABPc (ORCPT ); Mon, 31 Jul 2023 21:15:32 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B049210E7; Mon, 31 Jul 2023 18:15:31 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4F4C861355; Tue, 1 Aug 2023 01:15:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7079AC433C7; Tue, 1 Aug 2023 01:15:29 +0000 (UTC) Date: Mon, 31 Jul 2023 21:15:27 -0400 From: Steven Rostedt To: Alexei Starovoitov Cc: "Masami Hiramatsu (Google)" , linux-trace-kernel@vger.kernel.org, LKML , Martin KaFai Lau , bpf , Sven Schnelle , Alexei Starovoitov , Linus Torvalds Subject: Re: [PATCH v4 3/9] bpf/btf: Add a function to search a member of a struct/union Message-ID: <20230731211527.3bde484d@gandalf.local.home> In-Reply-To: References: <169078860386.173706.3091034523220945605.stgit@devnote2> <169078863449.173706.2322042687021909241.stgit@devnote2> X-Mailer: Claws Mail 3.19.1 (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 Mon, 31 Jul 2023 14:59:47 -0700 Alexei Starovoitov wrote: > Assuming that is addressed. How do we merge the series? > The first 3 patches have serious conflicts with bpf trees. > > Maybe send the first 3 with extra selftest for above recursion > targeting bpf-next then we can have a merge commit that Steven can pull > into tracing? Would it be possible to do this by basing it off of one of Linus's tags, and doing the merge and conflict resolution in your tree before it gets to Linus? That way we can pull in that clean branch without having to pull in anything else from BPF. I believe Linus prefers this over having tracing having extra changes from BPF that are not yet in his tree. We only need these particular changes, we shouldn't be pulling in anything specific for BPF, as I believe that will cause issues on Linus's side. -- Steve > > Or if we can have acks for patches 4-9 we can pull the whole set into bpf-next.