CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/07/08 03:19:02

Modified files:
        sys/kern       : uipc_socket.c 
        sys/miscfs/fifofs: fifo_vnops.c 
        sys/sys        : socketvar.h 

Log message:
Revert grabbing the socket lock in kqueue filters.

It is unsafe to sleep while iterating the list of pending events in
kqueue_scan().

Reported by abieber@ and juanfra@

Reply via email to