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 84224C433FE for ; Tue, 8 Mar 2022 01:46:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344302AbiCHBq7 (ORCPT ); Mon, 7 Mar 2022 20:46:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232589AbiCHBq5 (ORCPT ); Mon, 7 Mar 2022 20:46:57 -0500 Received: from mail-io1-xd2d.google.com (mail-io1-xd2d.google.com [IPv6:2607:f8b0:4864:20::d2d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 139173B03B; Mon, 7 Mar 2022 17:46:02 -0800 (PST) Received: by mail-io1-xd2d.google.com with SMTP id c23so19366920ioi.4; Mon, 07 Mar 2022 17:46:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ZF3jjml8gHoMGe/6ujoxgmRuAgN0wrADO7T1ytoQlCw=; b=WfcMeNLdh4Pm+mt6ab76xkmpVLwakCh08SPuKJhzRR4vwpmZSdGTIiafqxoNDPaHO3 GEZzI2JImi7am1z3beqwCXFsm2G9yWKDxuc6bT1BoThkuZtFn1AIHYNokSNR0LUJ4oZb Hihyh6+9yAhOne86xB2lsVhVeQii8IIFy6jhzIgGGWrH6e8iFfgVveE73rba5fbOEien 98M/Vv4sJbAKskC0+LOIn+zKMlala9hvmUiniLpvFw9etlsa0hi3muZTJIp8kiXojOVY iEBzZIGUdZCuw/K9X5hTict54hwHhbbWdd/H6kd7KkqGar9nNYfSG+0j+zibsjii4Ygj /Zgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ZF3jjml8gHoMGe/6ujoxgmRuAgN0wrADO7T1ytoQlCw=; b=dPCA/J+Wrbywfv+Kyk7YyY2phKiQjXrfpmYNV4OepZhgkgx56lKkjYyXbjNCMa9kWJ wcw5XtsImy+byhFpl3CAvt9KxdDVtAkVYuub1GMXwBFhVg1e2135Thi0AzSnvX6mOKIA 0ecScCW8fPBiA3Am+SSuBmx695YJ2MIUEOJEaee2MdBxhrw/J5MzLV/bOwKQba51XaoO oHcyOZxl3X9ufEcCYc64JcoUG9tQO4yhSKFfe4p0LYFbWzRfFQMZQdGYsbmo/NUmQ6eA ii0V+Lh/8qt4u73KSs20ksQmUU7NaxR8QT0ZG9VfyBn5HgKxvrjZEwK5GZfxvqUNaETO Lqjw== X-Gm-Message-State: AOAM530nVLt+J/u45qmjp1Hj/Dtpltjdw+n3sXTmiOqCv6kXDBFUFIK9 nrP7T1rSLmuAP6n9m6+ahRrc2z6dJ1mhp23pIM0= X-Google-Smtp-Source: ABdhPJx0orrM+20oBeADOwU18aKBO3V3a93TYoZX0f/+kDgglPAtC+Sps9jWcJHtEYImZHBzKSZ5ZqvZySWSupVuJBE= X-Received: by 2002:a05:6602:1605:b0:644:d491:1bec with SMTP id x5-20020a056602160500b00644d4911becmr12567959iow.63.1646703961520; Mon, 07 Mar 2022 17:46:01 -0800 (PST) MIME-Version: 1.0 References: <20220222170600.611515-1-jolsa@kernel.org> <20220305200939.2754ba82@yoga.local.home> <20220306103257.fcc36747bf6a689a24c91d59@gmail.com> In-Reply-To: <20220306103257.fcc36747bf6a689a24c91d59@gmail.com> From: Andrii Nakryiko Date: Mon, 7 Mar 2022 17:45:50 -0800 Message-ID: Subject: Re: [PATCHv2 bpf-next 0/8] bpf: Add kprobe multi link To: Masami Hiramatsu Cc: Steven Rostedt , Jiri Olsa , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Masami Hiramatsu , Networking , bpf , lkml , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 5, 2022 at 5:33 PM Masami Hiramatsu wrote: > > On Sat, 5 Mar 2022 20:09:39 -0500 > Steven Rostedt wrote: > > > 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 Thanks, Steven. Greatly appreciated! > > that's been taking up a lot of my time and limiting what I can look at > > upstream. > > Let me update my series, I found some issues in the selftest. > I'll send v9 soon. I haven't checked, but if you haven't based your patches off of bpf-next tree, please do so in the next revision, so that we can land your patch set and Jiri's patch set on top without any issues. Thanks! > > Thank you! > > -- > Masami Hiramatsu