From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54448) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIkHX-0002u2-Mg for guix-patches@gnu.org; Sun, 29 Mar 2020 22:36:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIkHW-0003AR-O4 for guix-patches@gnu.org; Sun, 29 Mar 2020 22:36:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48582) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jIkHW-0003AN-Kw for guix-patches@gnu.org; Sun, 29 Mar 2020 22:36:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jIkHW-0004au-Ia for guix-patches@gnu.org; Sun, 29 Mar 2020 22:36:06 -0400 Subject: [bug#40274] [PATCH] gnu: Add kernel-module-loader-service. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:55113) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIIQG-0000Eh-V4 for guix-patches@gnu.org; Sat, 28 Mar 2020 16:51:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIIQG-0004es-2u for guix-patches@gnu.org; Sat, 28 Mar 2020 16:51:16 -0400 Received: from mail-wm1-x343.google.com ([2a00:1450:4864:20::343]:36544) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jIIQF-0004eY-RL for guix-patches@gnu.org; Sat, 28 Mar 2020 16:51:16 -0400 Received: by mail-wm1-x343.google.com with SMTP id g62so16728456wme.1 for ; Sat, 28 Mar 2020 13:51:12 -0700 (PDT) References: <20200328135908.2540-1-brice@waegenei.re> From: Mathieu Othacehe In-reply-to: <20200328135908.2540-1-brice@waegenei.re> Date: Sat, 28 Mar 2020 21:51:09 +0100 Message-ID: <87o8sgursy.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: 40274@debbugs.gnu.org Hello Brice, Thanks for this patch! I think you could add this service to (gnu tests linux-modules). This way we would have a full-coverage of the mechanism. Mathieu