Subject: Re: Heads up, kernel changes
To: Geoff Wing <mason@primenet.com.au>
From: Andrew Doran <ad@netbsd.org>
List: current-users
Date: 07/10/2007 22:12:24
On Tue, Jul 10, 2007 at 06:23:07AM +0000, Geoff Wing wrote:
> Andrew Doran <ad@netbsd.org> typed:
> : I just committed a bunch of changes from the vmlocking branch to the kernel.
> : Most of them are fairly mechanical changes after modifications to the kernel
> : APIs for callouts, kthreads and device access. I don't expect major upheaval
> : but undoubtedly there will be some fallout as the changes were fairly
> : extensive.
> 
> 1) FFS softdeps:
> panic: worklist_remove: lock not held
> 
> Seemed to print something related to callouts later on but I don't have a
> crash (couldn't write one when I still had softdeps on and I haven't
> bothered to do one unless it's needed)
> 
> 2) usr.bin/netstat/inet.c doesn't compile

Both of these should be fixed now.

Thanks,
Andrew