Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netipsec
Module Name: src
Committed By: drochner
Date: Mon Feb 14 13:43:45 UTC 2011
Modified Files:
src/sys/netipsec: xform_ah.c xform_esp.c xform_ipcomp.c
Log Message:
change locking order, to make sure the cpu is at splsoftnet()
before the softnet_lock (adaptive) mutex is acquired, from
Wolfgang Stukenbrock, should fix a recursive lock panic
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/netipsec/xform_ah.c
cvs rdiff -u -r1.23 -r1.24 src/sys/netipsec/xform_esp.c
cvs rdiff -u -r1.21 -r1.22 src/sys/netipsec/xform_ipcomp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index