CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/19 14:04:55
Modified files:
sys/net : pfkeyv2.c
Log message:
As long we have no per socket locking, we must grab either net lock
or kernel lock when accessing a socket. For pf key sockets it is
kernel lock, so add its protection in pfkey_sendup(). Fixes a
kernel lock assertion panic reported by Peter J. Philipp.
OK mpi@ visa@
