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 X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 405F1C3F2D7 for ; Thu, 5 Mar 2020 22:47:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 18CE3206E6 for ; Thu, 5 Mar 2020 22:47:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727186AbgCEWrU (ORCPT ); Thu, 5 Mar 2020 17:47:20 -0500 Received: from www62.your-server.de ([213.133.104.62]:51744 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726674AbgCEWrO (ORCPT ); Thu, 5 Mar 2020 17:47:14 -0500 Received: from sslproxy03.your-server.de ([88.198.220.132]) by www62.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1j9zGd-0007qj-P2; Thu, 05 Mar 2020 23:46:59 +0100 Received: from [85.7.42.192] (helo=pc-9.home) by sslproxy03.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j9zGd-000UwR-1P; Thu, 05 Mar 2020 23:46:59 +0100 Subject: Re: [PATCH bpf-next v5 0/4] eBPF JIT for RV32G To: =?UTF-8?B?QmrDtnJuIFTDtnBlbA==?= Cc: Luke Nelson , bpf , Luke Nelson , Jonathan Corbet , Alexei Starovoitov , Martin KaFai Lau , Song Liu , Yonghong Song , Andrii Nakryiko , "David S. Miller" , Jakub Kicinski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Xi Wang , Mauro Carvalho Chehab , Stephen Hemminger , Rob Herring , Greg Kroah-Hartman , Jonathan Cameron , Andy Shevchenko , linux-doc@vger.kernel.org, LKML , Netdev , linux-riscv@lists.infradead.org References: <20200305050207.4159-1-luke.r.nels@gmail.com> <4633123d-dc61-ab79-d2ee-e0cef66e4cea@iogearbox.net> From: Daniel Borkmann Message-ID: Date: Thu, 5 Mar 2020 23:46:58 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Authenticated-Sender: daniel@iogearbox.net X-Virus-Scanned: Clear (ClamAV 0.102.2/25742/Thu Mar 5 15:10:18 2020) Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On 3/5/20 5:53 PM, Björn Töpel wrote: > On Thu, 5 Mar 2020 at 16:19, Daniel Borkmann wrote: >> > [...] >> Applied, thanks everyone! >> >> P.s.: I fixed the MAINTAINERS entry in the last one to have both netdev and bpf >> to be consistent with all the other JIT entries there. > > Ah, I asked specifically Xi and Luke to *remove* the netdev entry, due > to the bpf_devel_QA.rst change. :-) Ah right, although all the BPF entries in MAINTAINERS file have both lists mentioned today. I think it doesn't hurt to have potentially more eyes for reviews. Thanks, Daniel