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 212EDCCA473 for ; Wed, 6 Jul 2022 16:09:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233163AbiGFQJa (ORCPT ); Wed, 6 Jul 2022 12:09:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229786AbiGFQJ3 (ORCPT ); Wed, 6 Jul 2022 12:09:29 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id BC6AC1C11B; Wed, 6 Jul 2022 09:09:28 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B18A1106F; Wed, 6 Jul 2022 09:09:28 -0700 (PDT) Received: from myrica (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B19A63F66F; Wed, 6 Jul 2022 09:09:23 -0700 (PDT) Date: Wed, 6 Jul 2022 17:08:49 +0100 From: Jean-Philippe Brucker To: Will Deacon Cc: Daniel Borkmann , Xu Kuohai , "bpf@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "netdev@vger.kernel.org" , Mark Rutland , Catalin Marinas , Alexei Starovoitov , Zi Shen Lim , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , "David S . Miller" , Hideaki YOSHIFUJI , David Ahern , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "x86@kernel.org" , "H . Peter Anvin" , Jakub Kicinski , Jesper Dangaard Brouer , Russell King , James Morse , Hou Tao , Jason Wang Subject: Re: [PATCH bpf-next v6 0/4] bpf trampoline for arm64 Message-ID: References: <20220625161255.547944-1-xukuohai@huawei.com> <20220705160045.GA1240@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220705160045.GA1240@willie-the-truck> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Jul 05, 2022 at 05:00:46PM +0100, Will Deacon wrote: > > Given you've been taking a look and had objections in v5, would be great if > you > > can find some cycles for this v6. > > Mark's out at the moment, so I wouldn't hold this series up pending his ack. > However, I agree that it would be good if _somebody_ from the Arm side can > give it the once over, so I've added Jean-Philippe to cc in case he has time > for a quick review. I'll take a look. Sorry for not catching this earlier, all versions of the series somehow ended up in my spams :/ Thanks, Jean > KP said he would also have a look, as he is interested > in this series landing. > > Failing that, I'll try to look this week, but I'm off next week and I don't > want this to miss the merge window on my account. > > Cheers, > > Will