Subject: PR/37531 CVS commit: [vmlocking2] src/sys/kern
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: netbsd-bugs
Date: 12/13/2007 14:00:06
The following reply was made to PR kern/37531; it has been noted by GNATS.

From: YAMAMOTO Takashi <yamt@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/37531 CVS commit: [vmlocking2] src/sys/kern
Date: Thu, 13 Dec 2007 13:57:51 +0000 (UTC)

 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.