FreeBSD Bugzilla – Attachment 209407 Details for
Bug 241639
Fatal trap 12: page fault ... current process = 0 (vmbusdev) when using mlx4en
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Kernel Linker patch
vfs.diff (text/plain), 697 bytes, created by
Hans Petter Selasky
on 2019-11-25 10:27:40 UTC
(
hide
)
Description:
Kernel Linker patch
Filename:
MIME Type:
Creator:
Hans Petter Selasky
Created:
2019-11-25 10:27:40 UTC
Size:
697 bytes
patch
obsolete
>Index: sys/kern/kern_linker.c >=================================================================== >--- sys/kern/kern_linker.c (revision 354857) >+++ sys/kern/kern_linker.c (working copy) >@@ -2079,14 +2079,16 @@ > */ > KASSERT(verinfo == NULL, ("linker_load_module: verinfo" > " is not NULL")); >+ if (rootvnode == NULL) >+ return (ENXIO); > pathname = linker_search_kld(kldname); > } else { > if (modlist_lookup2(modname, verinfo) != NULL) > return (EEXIST); >+ if (rootvnode == NULL) >+ return (ENXIO); > if (kldname != NULL) > pathname = strdup(kldname, M_LINKER); >- else if (rootvnode == NULL) >- pathname = NULL; > else > /* > * Need to find a KLD with required module
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241639
:
208757
|
208758
|
208759
|
208760
|
208761
|
208762
|
208763
|
208764
|
208765
|
208766
|
208767
|
209403
| 209407 |
209474
|
209475
|
209482
|
209483
|
209485
|
209486
|
209487
|
209493
|
209494