CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/03 17:05:21
Modified files:
sys/kern : uipc_syscalls.c
Log message:
Do not grab the socket lock in doaccept() twice. Pass NOTE_SUBMIT
to KNOTE() as we are already holding the lock. Fixes "panic:
rw_enter: netlock locking against myself" reported by Gregor Best
and reproduced with src/regress/lib/libtls/gotls.
OK millert@
