Subject: CVS commit: [vmlocking2] src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 12/13/2007 13:57:51
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.