From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqcTT-0000i3-AQ for guix-patches@gnu.org; Tue, 27 Feb 2018 05:27:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqcTO-000388-Sk for guix-patches@gnu.org; Tue, 27 Feb 2018 05:27:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54721) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqcTO-000381-Oz for guix-patches@gnu.org; Tue, 27 Feb 2018 05:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eqcTO-0003v2-JI for guix-patches@gnu.org; Tue, 27 Feb 2018 05:27:02 -0500 Subject: [bug#30604] [PATCH v4 0/7] Load Linux module only when supported hardware is present. Resent-Message-ID: From: Danny Milosavljevic Date: Tue, 27 Feb 2018 12:26:12 +0100 Message-Id: <20180227112619.5071-1-dannym@scratchpost.org> In-Reply-To: <20180226040609.3066-1-dannym@scratchpost.org> References: <20180226040609.3066-1-dannym@scratchpost.org> 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: 30604@debbugs.gnu.org Danny Milosavljevic (7): gnu: kmod: Split off kmod-minimal. gnu: Add kmod-minimal-static. linux-initrd: Add kmod. linux-boot: Load kernel modules only when the hardware is present. vm: Allow qemu-image builder to load Linux kernel modules. vm: Make the virtio-blk uniquely identifyable in /sys. linux-boot: Call make-static-device-nodes much earlier. gnu/build/linux-boot.scm | 43 ++++++++-- gnu/build/linux-initrd.scm | 12 ++- gnu/build/vm.scm | 2 +- gnu/local.mk | 1 + gnu/packages/linux.scm | 91 ++++++++++++++++++---- .../patches/kmod-13-module-directory.patch | 33 ++++++++ gnu/services/base.scm | 11 --- gnu/system/linux-initrd.scm | 50 +++++++++--- gnu/system/vm.scm | 34 ++++++-- 9 files changed, 224 insertions(+), 53 deletions(-) create mode 100644 gnu/packages/patches/kmod-13-module-directory.patch