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 a...@freebsd.org wrote: Author: alc

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 has

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() by

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: