CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/15 07:19:06
Modified files:
sys/dev/pci/drm: drm_linux.c
sys/kern : kern_event.c sys_pipe.c vfs_vnops.c
Log message:
Grab the KERNEL_LOCK() in MP-unsafe fo_close routines. This prevents
a scenario where MP-unsafe code gets run without the kernel lock
as a consequence of an unlocked system call.
OK mpi@, kettenis@
