From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqmkD-0005rx-Kq for guix-patches@gnu.org; Tue, 27 Feb 2018 16:25:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqmkA-0007wl-DZ for guix-patches@gnu.org; Tue, 27 Feb 2018 16:25:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56360) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqmkA-0007wf-9z for guix-patches@gnu.org; Tue, 27 Feb 2018 16:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eqmkA-0000uL-51 for guix-patches@gnu.org; Tue, 27 Feb 2018 16:25:02 -0500 Subject: [bug#30629] [PATCH 2/5] linux-modules: Add 'device-module-aliases' and related procedures. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180227142245.12674-1-ludo@gnu.org> <20180227142245.12674-3-ludo@gnu.org> <20180227203341.0f7c3beb@scratchpost.org> <87r2p6xicy.fsf@gnu.org> <20180227225837.578cf5d1@scratchpost.org> Date: Tue, 27 Feb 2018 22:24:50 +0100 In-Reply-To: <20180227225837.578cf5d1@scratchpost.org> (Danny Milosavljevic's message of "Tue, 27 Feb 2018 22:58:37 +0100") Message-ID: <87po4qw2fx.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: 30629@debbugs.gnu.org Danny Milosavljevic skribis: > On Tue, 27 Feb 2018 21:55:41 +0100 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> Danny Milosavljevic skribis: >>=20 >> > It can happen that matching-modules returns the same module multiple t= imes...=20=20 >>=20 >> Rather, several aliases can map to the same module, but I think that=E2= =80=99s OK. >>=20 >> Ludo=E2=80=99. > > No, I had it that the same modalias (i.e. /sys/devices/.../modalias conte= nt) mapped twice to ahci. > > That's why there's a delete-duplicates contraption in my latest patch :) Well OK, =E2=80=98delete-duplicates=E2=80=99 is fine. :-) Ludo=E2=80=99.