GNU bug report logs - #30629
[PATCH 0/5] Detect missing modules in the initrd

Previous Next

Package: guix-patches;

Reported by: Ludovic Courtès <ludo <at> gnu.org>

Date: Tue, 27 Feb 2018 14:18:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


Message #56 received at 30629 <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 30629 <at> debbugs.gnu.org
Subject: Re: [bug#30629] [PATCH 0/5] Detect missing modules in the initrd
Date: Wed, 28 Feb 2018 12:36:03 +0100
On Tue, 27 Feb 2018 23:50:27 +0100
Danny Milosavljevic <dannym <at> scratchpost.org> wrote:

> > > I'm not sure about the module resolution order, first use the aliases or first
> > > use the real module files?    
> > 
> > In what part?  
> 
> modprobe.  It can either get "pci:024215325233" or "ahci".  The first is an alias
> and the latter eventually resolves to a file "ahci.ko".

kmod-24 does it in this order:

        DBG(ctx, "lookup modules.dep %s\n", alias);
... (if found, stop)
        DBG(ctx, "lookup modules.symbols %s\n", alias);
... (if found, stop)
        DBG(ctx, "lookup install and remove commands %s\n", alias);
... (if found, stop)
        DBG(ctx, "lookup modules.aliases %s\n", alias);
... (if found, stop)
        DBG(ctx, "lookup modules.builtin %s\n", alias);

modules.builtin is just available as modules.builtin.bin, hmmm...




This bug report was last modified 7 years and 127 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.