CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/05/29 02:28:35
Modified files: sys/kern : kern_descrip.c Log message: `f_mtx' must block interrupts as long as it is taken w/ and w/o the KERNEL_LOCK(). Otherwise a deadlock can occur as found the hardway by tb@. ok tb@, kettenis@, visa@