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 7BFB7CCA47F for ; Wed, 6 Jul 2022 16:11:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233390AbiGFQLi (ORCPT ); Wed, 6 Jul 2022 12:11:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234175AbiGFQLh (ORCPT ); Wed, 6 Jul 2022 12:11:37 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58FFC26AF3; Wed, 6 Jul 2022 09:11:36 -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 DEA79612C5; Wed, 6 Jul 2022 16:11:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B206CC3411C; Wed, 6 Jul 2022 16:11:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657123895; bh=oVr93BpxNpu1BAKASsj86szhtwhDGgfUv5IjX/G4dqM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qfGJ+ojOMjfnyXRjzRBVHODbpUa24TQvwCjS8k1I3482njdi242j7o0OaM2awwPqq fiqef44vCU21sVlCDF2AbEBM0vGx9LgKofSzS42OO5vGfsDcNgyKYG+QNFJ6yMWBl6 j3ZPXQXJ1FAnV//XGv1ZEb1Xb9v78TrnoMDVS4mvB8MNTSJ7ZYtRhLUsaBHMKr1GrR f8T4sj8x/Sf5/135eSKteIaD1qmX1/VGpO4VHQ72TxlCfVOyc2Cfw2BS6GPD9oT4IG UMisyC1I2ChSOZD16jYOE/04P++2rlDupjMeW8OyqtWuuzZ5y3TlcNmRgOC6ce5AcX PwEypWf+G1omg== Date: Wed, 6 Jul 2022 17:11:25 +0100 From: Will Deacon To: Jean-Philippe Brucker 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: <20220706161125.GB3204@willie-the-truck> 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: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, Jul 06, 2022 at 05:08:49PM +0100, Jean-Philippe Brucker wrote: > 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 :/ Yeah, same here. It was only Daniel's mail that hit my inbox! Will