Page MenuHomeFreeBSD

D42530.id129904.diff
No OneTemporary

D42530.id129904.diff

diff --git a/sys/kern/kern_linker.c b/sys/kern/kern_linker.c
--- a/sys/kern/kern_linker.c
+++ b/sys/kern/kern_linker.c
@@ -1794,6 +1794,8 @@
sx_xlock(&kld_sx);
TAILQ_FOREACH_SAFE(lf, &linker_files, link, nlf) {
+ if (lf == linker_kernel_file)
+ continue;
/*
* If all of the modules in this file failed to load, unload
* the file and return an error of ENOEXEC. (Parity with

File Metadata

Mime Type
text/plain
Expires
Wed, Sep 25, 3:25 AM (6 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
12725993
Default Alt Text
D42530.id129904.diff (396 B)

Event Timeline