From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1es7dt-0008WP-Id for guix-patches@gnu.org; Sat, 03 Mar 2018 08:56:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1es7dq-0000pn-D4 for guix-patches@gnu.org; Sat, 03 Mar 2018 08:56:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:34082) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1es7dq-0000pj-96 for guix-patches@gnu.org; Sat, 03 Mar 2018 08:56:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1es7dp-0006N6-Rn for guix-patches@gnu.org; Sat, 03 Mar 2018 08:56:01 -0500 Subject: [bug#30604] [PATCH v8 0/7] Load Linux module only when supported hardware is present. Resent-Message-ID: From: Danny Milosavljevic Date: Sat, 3 Mar 2018 14:55:26 +0100 Message-Id: <20180303135533.6112-1-dannym@scratchpost.org> In-Reply-To: <20180302153408.14091-1-dannym@scratchpost.org> References: <20180302153408.14091-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): 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. linux-initrd: Factorize %modprobe and flat-linux-module-directory. gnu/build/linux-boot.scm | 42 ++++++++++++--- gnu/build/linux-initrd.scm | 13 ++++- gnu/build/linux-modules.scm | 115 +++++++++++++++++++++++++++++++++++++++++ gnu/build/vm.scm | 2 +- gnu/system/linux-initrd.scm | 121 ++++++++++++++++++++++++++++++++------------ gnu/system/vm.scm | 34 +++++++++++-- 6 files changed, 281 insertions(+), 46 deletions(-)