Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [vmlocking2] src/sys/kern
Module Name: src
Committed By: yamt
Date: Thu Dec 13 13:57:51 UTC 2007
Modified Files:
src/sys/kern [vmlocking2]: subr_lockdebug.c
Log Message:
lockdebug_mem_check: fix "allocation contains active lock" after another panic.
the rb tree can be stale if panicstr != 0 because lockdebug_free is no-op
in that case. might be related to PR/37531 from Andrew Doran.
To generate a diff of this commit:
cvs rdiff -r1.22.2.6 -r1.22.2.7 src/sys/kern/subr_lockdebug.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