Re: Linux 4.10-rc7

2017-02-07 Thread Christoph Hellwig
On Mon, Feb 06, 2017 at 04:56:55PM -0800, Linus Torvalds wrote: > Christop, missing h :) > mind re-sending that patch with commit message and sign-off, > and I'll apply it. I'll resend it through the nfsd maintainer (Bruce).

Re: Linux 4.10-rc7

2017-02-06 Thread Linus Torvalds
On Mon, Feb 6, 2017 at 4:22 PM, Dave Jones wrote: > On Mon, Feb 06, 2017 at 09:19:24AM +0100, Christoph Hellwig wrote: > > > > Double mnt_want_write, no idea why lockdep isn't reporting that for me. > > Fix below: > > Yep, seems to do the trick. > > Tested-by: Dave Jones Christop, mind re-sen

Re: Linux 4.10-rc7

2017-02-06 Thread Dave Jones
On Mon, Feb 06, 2017 at 09:19:24AM +0100, Christoph Hellwig wrote: > On Mon, Feb 06, 2017 at 01:00:32AM -0500, Dave Jones wrote: > > This one smells funny to me. > > Double mnt_want_write, no idea why lockdep isn't reporting that for me. > Fix below: Yep, seems to do the trick. Tested-by: D

Re: Linux 4.10-rc7

2017-02-06 Thread Christoph Hellwig
On Mon, Feb 06, 2017 at 01:00:32AM -0500, Dave Jones wrote: > This one smells funny to me. Double mnt_want_write, no idea why lockdep isn't reporting that for me. Fix below: diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c index ca13236dbb1f..a974368026a1 100644 --- a/fs/nfsd/vfs.c +++ b/fs/nfsd/vfs.c

Re: Linux 4.10-rc7

2017-02-05 Thread Sedat Dilek
Hi Linus, here in my environment I hit a pm/runtime problem. For people seeing this too, [1] has the fix "PM / runtime: Avoid false-positive warnings from might_sleep_if()". Just for the records. Regards, - Sedat - [1] http://git.kernel.org/cgit/linux/kernel/git/rafael/linux-pm.git/commit/?h=li

Re: Linux 4.10-rc7

2017-02-05 Thread Dave Jones
On Sun, Feb 05, 2017 at 03:41:54PM -0800, Linus Torvalds wrote: > Hey, look at that - it's all been very quiet, and unless anything bad > happens, we're all back to the regular schedule with this being the > last rc. .. > Christoph Hellwig (1): > nfsd: special case truncates some mor

Linux 4.10-rc7

2017-02-05 Thread Linus Torvalds
v when we fake up a XSAVES area Kinglong Mee (1): NFSD: Fix a null reference case in find_or_create_lock_stateid() Kirill A. Shutemov (1): shmem: fix sleeping from atomic context Liam R. Howlett (2): sparc64: Zero pages on allocation for mondo and error queues. sparc64: Han