From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 27 05:26:27 2018 Received: (at 30604) by debbugs.gnu.org; 27 Feb 2018 10:26:27 +0000 Received: from localhost ([127.0.0.1]:34370 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eqcSp-0003t1-Dk for submit@debbugs.gnu.org; Tue, 27 Feb 2018 05:26:27 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:42440) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eqcSk-0003sJ-8p for 30604@debbugs.gnu.org; Tue, 27 Feb 2018 05:26:25 -0500 Received: from dayas.3.home (77.118.239.24.wireless.dyn.drei.com [77.118.239.24]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 4FB8F336287E; Tue, 27 Feb 2018 11:26:20 +0100 (CET) From: Danny Milosavljevic To: 30604@debbugs.gnu.org Subject: [PATCH v4 0/7] Load Linux module only when supported hardware is present. Date: Tue, 27 Feb 2018 12:26:12 +0100 Message-Id: <20180227112619.5071-1-dannym@scratchpost.org> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180226040609.3066-1-dannym@scratchpost.org> References: <20180226040609.3066-1-dannym@scratchpost.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30604 Cc: Danny Milosavljevic X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) 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