Re: svn commit: r206140 - head/sys/vm

2010-04-20 Thread Alan Cox
K. Macy wrote: How has the problem been addressed? I'm seeing periodic panics with non-zero resident count with the page lock patch applied. It is possible that I've inadvertently re-introduced an issue you've fixed. r196318 and r189783 come to mind. On Sat, Apr 3, 2010 at 9:20 AM, Alan

Re: svn commit: r206140 - head/sys/vm

2010-04-19 Thread K. Macy
How has the problem been addressed? I'm seeing periodic panics with non-zero resident count with the page lock patch applied. It is possible that I've inadvertently re-introduced an issue you've fixed. Thanks, Kip On Sat, Apr 3, 2010 at 9:20 AM, Alan Cox wrote: > Author: alc > Date: Sat Apr  3 1

Re: svn commit: r206140 - head/sys/vm

2010-04-05 Thread Kostik Belousov
On Mon, Apr 05, 2010 at 02:58:53PM +0100, Rui Paulo wrote: > Hi, > > On 3 Apr 2010, at 17:20, Alan Cox wrote: > > > Author: alc > > Date: Sat Apr 3 16:20:22 2010 > > New Revision: 206140 > > URL: http://svn.freebsd.org/changeset/base/206140 > > > > Log: > > Re-enable the call to pmap_release()

Re: svn commit: r206140 - head/sys/vm

2010-04-05 Thread Rui Paulo
Hi, On 3 Apr 2010, at 17:20, Alan Cox wrote: > Author: alc > Date: Sat Apr 3 16:20:22 2010 > New Revision: 206140 > URL: http://svn.freebsd.org/changeset/base/206140 > > Log: > Re-enable the call to pmap_release() by vmspace_dofree(). The accounting > problem that is described in the comment

svn commit: r206140 - head/sys/vm

2010-04-03 Thread Alan Cox
Author: alc Date: Sat Apr 3 16:20:22 2010 New Revision: 206140 URL: http://svn.freebsd.org/changeset/base/206140 Log: Re-enable the call to pmap_release() by vmspace_dofree(). The accounting problem that is described in the comment has been addressed. Submitted by: kib Tested by:p