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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 0F1B1C169C4 for ; Sun, 3 Feb 2019 17:11:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D42792083B for ; Sun, 3 Feb 2019 17:11:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726799AbfBCRIf convert rfc822-to-8bit (ORCPT ); Sun, 3 Feb 2019 12:08:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57592 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726737AbfBCRIe (ORCPT ); Sun, 3 Feb 2019 12:08:34 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A33783D09; Sun, 3 Feb 2019 17:08:34 +0000 (UTC) Received: from localhost (ovpn-112-14.rdu2.redhat.com [10.10.112.14]) by smtp.corp.redhat.com (Postfix) with ESMTP id 550605C238; Sun, 3 Feb 2019 17:08:32 +0000 (UTC) Date: Sun, 03 Feb 2019 09:08:31 -0800 (PST) Message-Id: <20190203.090831.1775635225008332226.davem@redhat.com> To: bjorn.topel@gmail.com Cc: linux-riscv@lists.infradead.org, daniel@iogearbox.net, ast@kernel.org, netdev@vger.kernel.org, palmer@sifive.com, hch@infradead.org Subject: Re: [PATCH bpf-next 2/3] MAINTAINERS: add RISC-V BPF JIT maintainer From: David Miller In-Reply-To: <20190203115132.8766-3-bjorn.topel@gmail.com> References: <20190203115132.8766-1-bjorn.topel@gmail.com> <20190203115132.8766-3-bjorn.topel@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Sun, 03 Feb 2019 17:08:34 +0000 (UTC) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: bjorn.topel@gmail.com Date: Sun, 3 Feb 2019 12:51:30 +0100 > From: Björn Töpel > > Add Björn Töpel as RISC-V BPF JIT maintainer. > > Signed-off-by: Björn Töpel Acked-by: David S. Miller