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 551E8C433EF for ; Sun, 6 Mar 2022 01:09:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232168AbiCFBKh (ORCPT ); Sat, 5 Mar 2022 20:10:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230077AbiCFBKg (ORCPT ); Sat, 5 Mar 2022 20:10:36 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E709735DC3; Sat, 5 Mar 2022 17:09:44 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 8ECE3B80DF0; Sun, 6 Mar 2022 01:09:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E0C2C004E1; Sun, 6 Mar 2022 01:09:40 +0000 (UTC) Date: Sat, 5 Mar 2022 20:09:39 -0500 From: Steven Rostedt To: Andrii Nakryiko Cc: Jiri Olsa , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Masami Hiramatsu , Networking , bpf , lkml , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh Subject: Re: [PATCHv2 bpf-next 0/8] bpf: Add kprobe multi link Message-ID: <20220305200939.2754ba82@yoga.local.home> In-Reply-To: References: <20220222170600.611515-1-jolsa@kernel.org> X-Mailer: Claws Mail 3.18.0 (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, 4 Mar 2022 15:10:55 -0800 Andrii Nakryiko wrote: > Masami, Jiri, Steven, what would be the logistics here? What's the > plan for getting this upstream? Any idea about timelines? I really > hope it won't take as long as it took for kretprobe stack trace > capturing fixes last year to land. Can we take Masami's changes > through bpf-next tree? If yes, Steven, can you please review and give > your acks? Thanks for understanding! Yeah, I'll start looking at it this week. I just started a new job and that's been taking up a lot of my time and limiting what I can look at upstream. -- Steve