NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/38694: module dependencies do not work as expected
>Number: 38694
>Category: kern
>Synopsis: module dependencies do not work as expected
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun May 18 20:25:00 +0000 2008
>Originator: Jared D. McNeill
>Release: NetBSD 4.99.63
>Organization:
>Environment:
System: NetBSD black.invisible.ca 4.99.63 NetBSD 4.99.63 (GENERIC) #59: Sun May
18 13:48:25 EDT 2008
jmcneill%black.invisible.ca@localhost:/export/home/jmcneill/scratch/obj/sys/arch/amd64/compile/GENERIC
amd64
Architecture: x86_64
Machine: amd64
>Description:
If a module declares dependencies using eg:
MODULE(MODULE_TYPE_MISC, mymod, "dep1");
The kobj loader first tries to load "dep1" then "dep1.o" rather
than /kernel/modules/dep1/dep1.kmod
>How-To-Repeat:
Code inspection.
>Fix:
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index