From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evRdC-0002Qp-Co for guix-patches@gnu.org; Mon, 12 Mar 2018 13:53:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evRd8-0000I2-Gs for guix-patches@gnu.org; Mon, 12 Mar 2018 13:53:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49605) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evRd8-0000Hx-D9 for guix-patches@gnu.org; Mon, 12 Mar 2018 13:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1evRd8-000741-2n for guix-patches@gnu.org; Mon, 12 Mar 2018 13:53:02 -0400 Subject: [bug#30604] [PATCH v9 3/7] linux-initrd: Provide pure-Guile modprobe. Resent-Message-ID: Date: Mon, 12 Mar 2018 18:51:55 +0100 From: Danny Milosavljevic Message-ID: <20180312183840.44e1b6c2@scratchpost.org> In-Reply-To: <878taxnyie.fsf@gnu.org> References: <20180303135533.6112-1-dannym@scratchpost.org> <20180304010914.1322-1-dannym@scratchpost.org> <20180304010914.1322-4-dannym@scratchpost.org> <20180311212430.707ef0ea@scratchpost.org> <878taxnyie.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/ofkgarPL=IPwfQpjLIc/DDS"; protocol="application/pgp-signature" 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30604@debbugs.gnu.org --Sig_/ofkgarPL=IPwfQpjLIc/DDS Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Ludo, On Mon, 12 Mar 2018 15:45:29 +0100 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > > Would make sense to also support "-a" (used when invoking modprobe to l= oad multiple > > kernel modules at once). =20 >=20 > I suppose we can do that later because the kernel doesn=E2=80=99t use it = in > =E2=80=98call_modprobe=E2=80=99 and this thing is only ever invoked by th= e kernel. Sure. I just wanted to comment because I noticed that kmod's modprobe a b c doesn't load three modules a, b, c. But my v9's pure-Guile modprobe was implemented in a way that it did load three modules a, b, c - which it definitely shouldn't be doing. --Sig_/ofkgarPL=IPwfQpjLIc/DDS Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlqmvjsACgkQ5xo1VCww uqXeIwf/bWzHASgwuyDjDHnyky9v07N2HOiSCOKw02bU0cL1fq2XiqTMAOJ1aurg yrijV9mfr6v27OKikXld/AoTPf4kSJR3DLRosyJeu1CoXHm4CdLnBpFm2Zbf4HSm c+jBjo3x21qMmIj1O5KDtJQo22fbgTp29/2ndokOOrDLpShdKxCRNiihK9e3gRTM eZdw10jhypvXZWLgfeWrOvLkxrBeLgR437UdWYXkal6SOZ1EY2jP3d1XqhxCi/BA gGPAcEQYIc2SNVhf30MfaH6ssih+bcDeLxlBkTJ/U9vpXMJDPiKoC9kgpus7ncLN Ph7AT+i7N1bp9JEbQfnDrNdGwqctKQ== =bZwL -----END PGP SIGNATURE----- --Sig_/ofkgarPL=IPwfQpjLIc/DDS--