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 28389C282DB 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 02A15217D6 for ; Sun, 3 Feb 2019 17:11:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727112AbfBCRIl convert rfc822-to-8bit (ORCPT ); Sun, 3 Feb 2019 12:08:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52048 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726737AbfBCRIk (ORCPT ); Sun, 3 Feb 2019 12:08:40 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AC7A474F02; Sun, 3 Feb 2019 17:08:40 +0000 (UTC) Received: from localhost (ovpn-112-14.rdu2.redhat.com [10.10.112.14]) by smtp.corp.redhat.com (Postfix) with ESMTP id 498725DA2A; Sun, 3 Feb 2019 17:08:38 +0000 (UTC) Date: Sun, 03 Feb 2019 09:08:37 -0800 (PST) Message-Id: <20190203.090837.1002108356375607986.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 3/3] bpf, doc: add RISC-V to filter.txt From: David Miller In-Reply-To: <20190203115132.8766-4-bjorn.topel@gmail.com> References: <20190203115132.8766-1-bjorn.topel@gmail.com> <20190203115132.8766-4-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.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Sun, 03 Feb 2019 17:08:40 +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:31 +0100 > From: Björn Töpel > > Update Documentation/networking/filter.txt to mention RISC-V. > > Signed-off-by: Björn Töpel Acked-by: David S. Miller