From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h7SGH-0002ow-FZ for guix-patches@gnu.org; Fri, 22 Mar 2019 18:03:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h7S3v-0006Pv-O4 for guix-patches@gnu.org; Fri, 22 Mar 2019 17:50:53 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41248) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h7S38-0005al-6B for guix-patches@gnu.org; Fri, 22 Mar 2019 17:50:48 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h7S37-0001T0-Vj for guix-patches@gnu.org; Fri, 22 Mar 2019 17:50: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> Date: Fri, 22 Mar 2019 22:48:02 +0100 In-Reply-To: <20190319182648.20666-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Tue, 19 Mar 2019 19:26:48 +0100") Message-ID: <87mulm1sz1.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 Hello, Danny Milosavljevic skribis: > Fixes . > Reported by Allan Adair . > > * gnu/packages/patches/docker-use-fewer-modprobes.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/docker.scm (docker)[source]: Use it. > --- /dev/null > +++ b/gnu/packages/patches/docker-use-fewer-modprobes.patch > @@ -0,0 +1,116 @@ > +This patch makes docker find out whether a filesystem type is supported > +by trying to mount a filesystem of that type rather than invoking "modpr= obe". Nice! What this patch does looks like the right thing to me, certainly better than invoking modprobe (who thought Docker would do that?!). Did you submit it upstream? It=E2=80=99d be nice to get their feedback, and also have a tracking URL in the patch. Otherwise LGTM, thanks! Ludo=E2=80=99.