From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42756) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i8mE3-00079d-7F for guix-patches@gnu.org; Fri, 13 Sep 2019 10:07:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i8mE2-00010A-BS for guix-patches@gnu.org; Fri, 13 Sep 2019 10:07:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36634) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i8mE2-000106-8i for guix-patches@gnu.org; Fri, 13 Sep 2019 10:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i8mE2-0004wa-1y for guix-patches@gnu.org; Fri, 13 Sep 2019 10:07:02 -0400 Subject: [bug#37398] [PATCH 1/2] gnu: linux-libre: Enable all nftables family modules. Resent-Message-ID: From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) References: <20190913101754.4483-1-iyzsong@member.fsf.org> Date: Fri, 13 Sep 2019 22:06:36 +0800 In-Reply-To: <20190913101754.4483-1-iyzsong@member.fsf.org> ("=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?="'s message of "Fri, 13 Sep 2019 18:17:53 +0800") Message-ID: <87o8zoe1eb.fsf@member.fsf.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37398@debbugs.gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 writes: > * gnu/packages/aux-files/linux-libre/4.19-arm.conf, > gnu/packages/aux-files/linux-libre/4.19-arm64.conf, > gnu/packages/aux-files/linux-libre/4.19-i686.conf, > gnu/packages/aux-files/linux-libre/4.19-x86_64.conf, > gnu/packages/aux-files/linux-libre/5.2-arm.conf, > gnu/packages/aux-files/linux-libre/5.2-arm64.conf, > gnu/packages/aux-files/linux-libre/5.2-i686.conf, > gnu/packages/aux-files/linux-libre/5.2-x86_64.conf: Set CONFIG_NF_TABLES_= INET, > CONFIG_NF_TABLES_NETDEV, CONFIG_NF_TABLES_IPV4, CONFIG_NF_TABLES_ARP, > CONFIG_NF_TABLES_IPV6, and CONFIG_NF_TABLES_BRIDGE to 'm'. I got 5.2 built now, and it doesn't work, may have to be enabled as 'y', will investigate it later...