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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 568C2C3F2D1 for ; Thu, 5 Mar 2020 15:53:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 366FC2072D for ; Thu, 5 Mar 2020 15:53:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726905AbgCEPxe (ORCPT ); Thu, 5 Mar 2020 10:53:34 -0500 Received: from mga05.intel.com ([192.55.52.43]:11793 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725977AbgCEPxe (ORCPT ); Thu, 5 Mar 2020 10:53:34 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Mar 2020 07:53:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,518,1574150400"; d="scan'208";a="234452025" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga008.jf.intel.com with ESMTP; 05 Mar 2020 07:53:27 -0800 Received: from andy by smile with local (Exim 4.93) (envelope-from ) id 1j9soS-00792v-DX; Thu, 05 Mar 2020 17:53:28 +0200 Date: Thu, 5 Mar 2020 17:53:28 +0200 From: Andy Shevchenko To: Daniel Borkmann Cc: =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= , 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 , linux-doc@vger.kernel.org, LKML , Netdev , linux-riscv@lists.infradead.org Subject: Re: [PATCH bpf-next v5 0/4] eBPF JIT for RV32G Message-ID: <20200305155328.GO1224808@smile.fi.intel.com> References: <20200305050207.4159-1-luke.r.nels@gmail.com> <4633123d-dc61-ab79-d2ee-e0cef66e4cea@iogearbox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4633123d-dc61-ab79-d2ee-e0cef66e4cea@iogearbox.net> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Thu, Mar 05, 2020 at 04:19:27PM +0100, Daniel Borkmann wrote: > On 3/5/20 6:40 AM, Björn Töpel wrote: > > On Thu, 5 Mar 2020 at 06:02, Luke Nelson wrote: > > > > > > This series adds an eBPF JIT for 32-bit RISC-V (RV32G) to the kernel, > > > adapted from the RV64 JIT and the 32-bit ARM JIT. > > > > > > > Nice work! Thanks for hanging in there! > > > > For the series, > > Acked-by: Björn Töpel > > Reviewed-by: Björn Töpel > > 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. Does parse-maintainer.pl happy about your changes? -- With Best Regards, Andy Shevchenko