From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50106) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJKbO-0001kj-N3 for guix-patches@gnu.org; Tue, 31 Mar 2020 13:23:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJKbN-0001gy-SK for guix-patches@gnu.org; Tue, 31 Mar 2020 13:23:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53635) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJKbN-0001gu-P7 for guix-patches@gnu.org; Tue, 31 Mar 2020 13:23:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJKbN-0004JX-Jg for guix-patches@gnu.org; Tue, 31 Mar 2020 13:23:01 -0400 Subject: [bug#40274] [PATCH] gnu: Add kernel-module-loader-service. Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 31 Mar 2020 17:22:01 +0000 From: Brice Waegeneire In-Reply-To: <87o8sgursy.fsf@gmail.com> References: <20200328135908.2540-1-brice@waegenei.re> <87o8sgursy.fsf@gmail.com> Message-ID: <8b8e74d2584e5660688a741c00301400@waegenei.re> 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: Mathieu Othacehe Cc: 40274@debbugs.gnu.org, Guix-patches Hello Mathieu, On 2020-03-28 20:51, Mathieu Othacehe wrote: > 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 I have done what you suggested in v2. It also fix some issues and add the ability to optionally specify parameters for each module. - Brice