NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/52796: repeated modload panics netbsd-7
The following reply was made to PR kern/52796; it has been noted by GNATS.
From: Valery Ushakov <uwe%stderr.spb.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/52796: repeated modload panics netbsd-7
Date: Sun, 10 Dec 2017 02:50:43 +0300
On Sat, Dec 09, 2017 at 23:40:01 +0000, Paul Goyette wrote:
> The "symbol redefined" error messages you see on NetBSD-8 are
> actually a result of the fix for this PR!
I suspected as much, but there's the second (first) part to this
problem too.
On NetBSD-6 modload name and modload path behave the same:
nb6# modload nand
modload: File exists
nb6# modload /stand/i386/6.1/modules/nand/nand.kmod
modload: File exists
On 7 and later modload name fails with EEXIST right away without
actually trying to load the module. But modload path does try to load
the module (which causes bad things on 7 and is caught by the kernel
linker on 8). Shouldn't modload path detect EEXIST without trying to
load the module too, like it did on 6?
-uwe
Home |
Main Index |
Thread Index |
Old Index