OpenBSD cvs log

created 2021-10-31T20:26:48Z
begin 2021-10-24T06:59:54Z
end 2021-10-24T07:02:47Z
path src/sys
commits 1

date 2021-10-24T07:02:47Z
author visa
files src/sys/kern/uipc_socket.c log diff annotate
src/sys/kern/uipc_socket2.c log diff annotate
src/sys/miscfs/fifofs/fifo_vnops.c log diff annotate
src/sys/sys/event.h log diff annotate
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@