CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2021/10/24 01:02:47

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

Log message:
Set klist lock for sockets to make socket event filters MP-safe

The filterops instances already provide f_modify and f_process
callbacks with proper internal locking. Locking of socket klists
has been the missing detail for MP-safety.

OK mpi@

Reply via email to