Subject: CVS commit: src/sys/opencrypto
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 02/04/2008 14:46:27
Module Name: src
Committed By: tls
Date: Mon Feb 4 14:46:27 UTC 2008
Modified Files:
src/sys/opencrypto: crypto.c cryptodev.c
Log Message:
Some locking fixes (double-release mutex in softintr wakeup case, which I
hadn't tested) and an uninitialized field in cse which Darran Hunt
found. Some more debugging printfs.
Turn on MPSAFE for the kthread. We're not sure it's safe for the softint
yet. Gives a little performance kick for swcrypto with many requests on
MP systems.
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/opencrypto/crypto.c
cvs rdiff -r1.33 -r1.34 src/sys/opencrypto/cryptodev.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.