From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBP4m-000595-GN for guix-patches@gnu.org; Tue, 02 Apr 2019 15:28:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBP4l-0002Sp-F3 for guix-patches@gnu.org; Tue, 02 Apr 2019 15:28:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56420) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBP4j-0002PR-VF for guix-patches@gnu.org; Tue, 02 Apr 2019 15:28:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBP4j-0003At-RA for guix-patches@gnu.org; Tue, 02 Apr 2019 15:28:01 -0400 Subject: [bug#35110] [PATCH 0/3] Add support for loadable modules. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:51044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBP4V-00057e-Mm for guix-patches@gnu.org; Tue, 02 Apr 2019 15:27:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBP4U-00020d-TH for guix-patches@gnu.org; Tue, 02 Apr 2019 15:27:47 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:40372) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hBP4U-0001yt-Ko for guix-patches@gnu.org; Tue, 02 Apr 2019 15:27:46 -0400 From: Danny Milosavljevic Date: Tue, 2 Apr 2019 21:27:29 +0200 Message-Id: <20190402192729.5262-1-dannym@scratchpost.org> MIME-Version: 1.0 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: 35110@debbugs.gnu.org Danny Milosavljevic (2): gnu: Add make-linux-module. gnu: linux-libre: Disable module versioning. Pierre Neidhardt (1): gnu: Add vhba-module-linux-libre. .../aux-files/linux-libre/5.0-x86_64.conf | 2 +- gnu/packages/linux.scm | 94 +++++++++++++++++++ 2 files changed, 95 insertions(+), 1 deletion(-)