Subject: Re: CVS commit: [vmlocking] src/sys/kern
To: None <ad@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 11/20/2007 23:39:08
> Module Name:	src
> Committed By:	ad
> Date:		Mon Aug 20 23:04:50 UTC 2007
> 
> Modified Files:
> 	src/sys/kern [vmlocking]: subr_lockdebug.c
> 
> Log Message:
> Disable freed lock checking for now. It seems to be coming up with
> false positives.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.5.2.6 -r1.5.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.

what kind of false positives?  have you analyzed?

YAMAMOTO Takashi