Page MenuHomeFreeBSD

D42530.1778818597.diff
No OneTemporary

Size
396 B
Referenced Files
None
Subscribers
None

D42530.1778818597.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
Fri, May 15, 4:16 AM (5 h, 5 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28699482
Default Alt Text
D42530.1778818597.diff (396 B)

Event Timeline