From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yCbXG8gZA1+RMQAA0tVLHw (envelope-from ) for ; Mon, 06 Jul 2020 12:32:08 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 0DqmF8gZA1/PAQAA1q6Kng (envelope-from ) for ; Mon, 06 Jul 2020 12:32:08 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CB9C6940429 for ; Mon, 6 Jul 2020 12:32:07 +0000 (UTC) Received: from localhost ([::1]:54254 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jsQI1-0007Gf-RY for larch@yhetil.org; Mon, 06 Jul 2020 08:32:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58162) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsQHy-0007GJ-Gl for guix-patches@gnu.org; Mon, 06 Jul 2020 08:32:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50421) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jsQHy-0002gv-7Z for guix-patches@gnu.org; Mon, 06 Jul 2020 08:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jsQHy-00051l-3p for guix-patches@gnu.org; Mon, 06 Jul 2020 08:32:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42193] [WIP 1/6] services: simulated-wifi: Use 'kernel-module-loader'. Resent-From: Brice Waegeneire Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 06 Jul 2020 12:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42193 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Danny Milosavljevic Cc: 42193@debbugs.gnu.org Received: via spool by 42193-submit@debbugs.gnu.org id=B42193.159403870519293 (code B ref 42193); Mon, 06 Jul 2020 12:32:02 +0000 Received: (at 42193) by debbugs.gnu.org; 6 Jul 2020 12:31:45 +0000 Received: from localhost ([127.0.0.1]:33734 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsQHg-000517-Qh for submit@debbugs.gnu.org; Mon, 06 Jul 2020 08:31:44 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:55447) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsQHe-00050s-Be for 42193@debbugs.gnu.org; Mon, 06 Jul 2020 08:31:43 -0400 Received: from webmail.gandi.net (webmail19.sd4.0x35.net [10.200.201.19]) (Authenticated sender: brice@waegenei.re) by relay3-d.mail.gandi.net (Postfix) with ESMTPA id 9FFE660003; Mon, 6 Jul 2020 12:31:35 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 06 Jul 2020 12:31:35 +0000 From: Brice Waegeneire In-Reply-To: <20200706130835.1a69abf8@scratchpost.org> References: <20200704185234.12571-1-brice@waegenei.re> <20200704185431.13739-2-brice@waegenei.re> <20200706130835.1a69abf8@scratchpost.org> Message-ID: <7b30af0c8e267a9c76fc7cbaf163836c@waegenei.re> X-Sender: brice@waegenei.re User-Agent: Roundcube Webmail/1.3.13 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: tZsulZFoCSX3 On 2020-07-06 11:08, Danny Milosavljevic wrote: > Hi Brice, > > this one LGTM and can go to master right away. Pushed that commit as ef20acae83af8189df3225bdf59c5a0c1ae7da45 to master.