From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:41152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8X8V-0006wO-GL for guix-patches@gnu.org; Mon, 25 Mar 2019 17:28:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8X8U-000866-JM for guix-patches@gnu.org; Mon, 25 Mar 2019 17:28:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45195) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h8X8U-00085s-DG for guix-patches@gnu.org; Mon, 25 Mar 2019 17:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h8X8U-0002aF-8R for guix-patches@gnu.org; Mon, 25 Mar 2019 17:28:02 -0400 Subject: [bug#34917] [PATCH v2] gnu: docker: Use fewer modprobes. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190319182053.20524-1-dannym@scratchpost.org> <20190319182648.20666-1-dannym@scratchpost.org> <87mulm1sz1.fsf@gnu.org> <20190325202656.3901a92d@scratchpost.org> Date: Mon, 25 Mar 2019 22:27:00 +0100 In-Reply-To: <20190325202656.3901a92d@scratchpost.org> (Danny Milosavljevic's message of "Mon, 25 Mar 2019 20:27:01 +0100") Message-ID: <87bm1yve57.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Danny Milosavljevic Cc: 34917@debbugs.gnu.org Hi Danny, Danny Milosavljevic skribis: > On Fri, 22 Mar 2019 22:48:02 +0100 > Ludovic Court=C3=A8s wrote: > >> Nice! What this patch does looks like the right thing to me, certainly >> better than invoking modprobe (who thought Docker would do that?!). >>=20 >> Did you submit it upstream? It=E2=80=99d be nice to get their feedback,= and >> also have a tracking URL in the patch. > > See https://github.com/moby/moby/pull/38930 > > The changes were approved upstream. Awesome, thank you! Can you just add this URL to the patch and push? Ludo=E2=80=99.