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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D41A7C43334 for ; Thu, 7 Jul 2022 02:57:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xsBMQulcm8z2TnJV3RY6Roec9006ayQrpm9BWcANL1A=; b=rPGWX3gwVkWtQp vT0MaLJFWnCkP4EY9LgSIVfxnWb/qRR/1YlwTJrIe44XmUUmoYKjLq2h0VJSGSfKkgE2rsFKWyKTJ HAdvdBvcViqRhvbApaZcKdxzg1ZEVkEhIsSwQdLsqk2P09EHXUb9Aed6uJbDE1PXmZi1Lg2rOq4lY IeNQbqOnqoIry7t48BcuVhlmvAxQ8Nrlr6X5xrGgw7ZXDfRLoXchQDV9oZ1lHk4TMwc0/n+K0izSC E5DwXVbRmDS7cH8I5T1xtApSicmemAM0SzXdEQ0IMZVruBlD10SztO2xqofQdZD4R2VXusxAylkuJ iQNAPg4cs5wK5rJRkyBg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o9Hgy-00DB96-GC; Thu, 07 Jul 2022 02:56:36 +0000 Received: from szxga02-in.huawei.com ([45.249.212.188]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o9Hgv-00DB7W-1V for linux-arm-kernel@lists.infradead.org; Thu, 07 Jul 2022 02:56:34 +0000 Received: from kwepemi500013.china.huawei.com (unknown [172.30.72.55]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4Ldgwl36WZzcmy1; Thu, 7 Jul 2022 10:54:15 +0800 (CST) Received: from [10.67.111.192] (10.67.111.192) by kwepemi500013.china.huawei.com (7.221.188.120) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Thu, 7 Jul 2022 10:56:17 +0800 Message-ID: Date: Thu, 7 Jul 2022 10:56:16 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [PATCH bpf-next v6 0/4] bpf trampoline for arm64 Content-Language: en-US To: Will Deacon , Jean-Philippe Brucker CC: Daniel Borkmann , "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 References: <20220625161255.547944-1-xukuohai@huawei.com> <20220705160045.GA1240@willie-the-truck> <20220706161125.GB3204@willie-the-truck> From: Xu Kuohai In-Reply-To: <20220706161125.GB3204@willie-the-truck> X-Originating-IP: [10.67.111.192] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To kwepemi500013.china.huawei.com (7.221.188.120) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220706_195633_283502_7A8FA2D8 X-CRM114-Status: GOOD ( 10.88 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 7/7/2022 12:11 AM, Will Deacon wrote: > 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 > . Sorry, there is a misconfiguration in the huawei.com mail server: https://lore.kernel.org/all/20220523152516.7sr247i3bzwhr44w@quack3.lan/ Our IT admins are working on this issue and hopefully they'll fix it soon. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel