From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ermiA-0000tu-4a for guix-patches@gnu.org; Fri, 02 Mar 2018 10:35:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ermi6-0001bl-SL for guix-patches@gnu.org; Fri, 02 Mar 2018 10:35:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33525) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ermi6-0001bh-O1 for guix-patches@gnu.org; Fri, 02 Mar 2018 10:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ermi6-0003dj-C5 for guix-patches@gnu.org; Fri, 02 Mar 2018 10:35:02 -0500 Subject: [bug#30604] [PATCH v7 0/6] Load Linux module only when supported hardware is present. Resent-Message-ID: From: Danny Milosavljevic Date: Fri, 2 Mar 2018 16:34:02 +0100 Message-Id: <20180302153408.14091-1-dannym@scratchpost.org> In-Reply-To: <20180302141606.10669-1-dannym@scratchpost.org> References: <20180302141606.10669-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 (6): linux-modules: Add module-aliases. linux-modules: Add install-modules. 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 identifiable in /sys. linux-initrd: Provide modprobe to the initrd. gnu/build/linux-boot.scm | 42 +++++++++++++++--- gnu/build/linux-initrd.scm | 13 +++++- gnu/build/linux-modules.scm | 61 ++++++++++++++++++++++++++ gnu/build/vm.scm | 2 +- gnu/system/linux-initrd.scm | 103 ++++++++++++++++++++++++++++++++++++++------ gnu/system/vm.scm | 34 ++++++++++++--- 6 files changed, 228 insertions(+), 27 deletions(-)