2015-03-20 16:21:47

by J. Bruce Fields

[permalink] [raw]
Subject: [GIT] nfsd bugfix for 4.0

Please pull the following nfsd bugfix for 4.0:

git://linux-nfs.org/~bfields/linux.git for-4.0

This is a fix for a crash easily triggered by 4.1 activity to a server
built with CONFIG_NFSD_PNFS.

There are some more bugfixes queued up that I intend to pass along next
week, but this is the most critical.

--b.

----------------------------------------------------------------
Christoph Hellwig (1):
Subject: nfsd: don't recursively call nfsd4_cb_layout_fail

fs/nfsd/nfs4layouts.c | 2 --
1 file changed, 2 deletions(-)



2015-03-20 16:24:31

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [GIT] nfsd bugfix for 4.0

FYI, I think the patch Kinglong Mee sent today is the better fix,
together with the mangled patch description in mine it might be better
to send that after a little bit of testing.

2015-03-20 16:41:31

by J. Bruce Fields

[permalink] [raw]
Subject: Re: [GIT] nfsd bugfix for 4.0

On Fri, Mar 20, 2015 at 09:24:30AM -0700, Christoph Hellwig wrote:
> FYI, I think the patch Kinglong Mee sent today is the better fix,
> together with the mangled patch description in mine it might be better
> to send that after a little bit of testing.

Gah, I'm not keeping up with my mail.

I've got Kinglong Mee's patch queued up as incremental patch on top of
this pull request. I think it's not that critical.

(But Linus if you want to drop this I can submit the revised patch with
other stuff next week, I don't care much either way.)

--b.

2015-03-21 17:42:13

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT] nfsd bugfix for 4.0

On Fri, Mar 20, 2015 at 9:41 AM, J. Bruce Fields <[email protected]> wrote:
>
> I've got Kinglong Mee's patch queued up as incremental patch on top of
> this pull request. I think it's not that critical.
>
> (But Linus if you want to drop this I can submit the revised patch with
> other stuff next week, I don't care much either way.)

I took it, can get the cleanup later.

Linus