From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57846) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKlzf-0003yC-DV for guix-patches@gnu.org; Sat, 04 Apr 2020 12:50:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKlze-00061V-BZ for guix-patches@gnu.org; Sat, 04 Apr 2020 12:50:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33118) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKlze-00061P-8f for guix-patches@gnu.org; Sat, 04 Apr 2020 12:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jKlze-0000mE-5g for guix-patches@gnu.org; Sat, 04 Apr 2020 12:50:02 -0400 Subject: [bug#40274] [PATCH v6 2/2] 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: Sat, 04 Apr 2020 16:49:16 +0000 From: Brice Waegeneire In-Reply-To: <20200404160954.js2zya4un7ohngy7@pelzflorian.localdomain> References: <20200328135908.2540-1-brice@waegenei.re> <20200404151732.20341-1-brice@waegenei.re> <20200404151732.20341-3-brice@waegenei.re> <20200404160954.js2zya4un7ohngy7@pelzflorian.localdomain> Message-ID: 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: "pelzflorian (Florian Pelz)" Cc: 40274@debbugs.gnu.org, Guix-patches Hello Florian, Thank you for the interest you have in this patch series. On 2020-04-04 16:09, pelzflorian (Florian Pelz) wrote: > On Sat, Apr 04, 2020 at 05:17:30PM +0200, Brice Waegeneire wrote: >> - Thanks to the previously listed modifications, >> `kernel-module-loader-service-type` has been removed together with >> the >> helper function `kernel-module-loader-service`. No need to bother >> with a >> record now that we only need a list of strings. > > You mean you removed kernel-module-loader-configuration. Yes. > Regarding patch 2/2: > > On Sat, Apr 04, 2020 at 05:17:32PM +0200, Brice Waegeneire wrote: >> +module names. For example loading the drivers provided by >> +@code{ddci-driver-linux}, in debugging mode by passing some module > > This is a typo. I can only find ddcci-driver-linux. Good catch! DDC/CI what a silly name... > Thank you for this patch. I do not know enough to judge the code. I > will try again if it helps me load uvesafb. Please do send feedback on using it, especially since you are the only one in need of specifying module parameters ATM. I kept your usage in mind when writing this patch version. - Brice