[Bug 627] modprobe-small: incorrect alias-based probe with dep_bb_fd < 0

bugzilla at busybox.net bugzilla at busybox.net
Mon Apr 21 15:06:38 UTC 2014


https://bugs.busybox.net/show_bug.cgi?id=627

Denys Vlasenko <vda.linux at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #22 from Denys Vlasenko <vda.linux at googlemail.com> 2014-04-21 15:06:37 UTC ---
Fixed in git:

commit 07e5555a8f7469f6f45cacd7fc188816ae644f74
Author: Denys Vlasenko <vda.linux at googlemail.com>
Date:   Mon Apr 21 16:59:36 2014 +0200

    modprobe-small: (un)load all modules which match the alias, not only first
one

    Closes 627 and 7034.

    Commonly seen case is (un)loading of an alias
    which matches ata_generic and a more specific ata module.

    For example:

    modprobe [-r] pci:v00008086d00007010sv00000000sd00000000bc01sc01i80
    (ata_generic and pata_acpi)

    modprobe [-r] pci:v00001106d00000571sv00001509sd00009022bc01sc01i8a
    (ata_generic and pata_via)

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list