Re: Working on ufs_rename patches for NetBSD-5

2012-03-14 Thread Brian Buhrow
hello David. I'm still working on porting your ufs_rename patches to NetBSD-5.x, and I've made even more progress. Now, I can run without filesystem corruption of any kind without logging, or with WAPBL logging enabled. Softdep still isn't working, but I have a feeling I'm close to

Re: CVS commit: src

2012-03-14 Thread Martin Husemann
On Tue, Mar 13, 2012 at 06:41:18PM +, Elad Efrat wrote: Log Message: Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something meaningful. All relevant documentation has been updated or written. Most of these changes were brought up in the following messages:

Re: CVS commit: src

2012-03-14 Thread Jukka Ruohonen
On Wed, Mar 14, 2012 at 09:55:21AM +, Martin Husemann wrote: This seems to cause deadlocks in the *fs_rename_dir tests. Also the page residency check written by thorpej years ago now fails for the first time. - Jukka.

patch for kern/46168

2012-03-14 Thread Manuel Bouyer
Hello, has someone comments about the patch I propose in kern/46168 before I commit it ? It's also attached below. Basically, it looks like a LWP may be added to a proc while lwp_wait1() has released the p_lock, even if lwp_wait1() returns 0. As a result, we're waiting for a LWP which doesn't have

Re: CVS commit: src

2012-03-14 Thread J. Hannken-Illjes
On Mar 14, 2012, at 10:55 AM, Martin Husemann wrote: On Tue, Mar 13, 2012 at 06:41:18PM +, Elad Efrat wrote: Log Message: Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something meaningful. All relevant documentation has been updated or written. Most of these

Re: CVS commit: src

2012-03-14 Thread Paul Goyette
On Mar 14, 2012, at 10:55 AM, Martin Husemann wrote: On Tue, Mar 13, 2012 at 06:41:18PM +, Elad Efrat wrote: Log Message: Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something meaningful. All relevant documentation has been updated or written. Most of these