cvs commit: src/sys/kern link_elf.c link_elf_obj.c
Konstantin Belousov
kib at FreeBSD.org
Sun Aug 10 13:18:19 UTC 2008
kib 2008-08-10 13:18:07 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/kern link_elf.c link_elf_obj.c
Log:
SVN rev 181529 on 2008-08-10 13:18:07Z by kib
MFC r181235:
Calling linker_load_dependencies() while holding the module'
vnode lock may cause a LOR between kld_sx lock and vnode lock.
linker_load_dependencies() drops kld_sx, and another thread may attempt
to load the same kld.
Revision Changes Path
1.93.2.3 +2 -0 src/sys/kern/link_elf.c
1.95.2.3 +2 -0 src/sys/kern/link_elf_obj.c
More information about the cvs-src
mailing list