2014-11-25 23:54:49

by J. Bruce Fields

[permalink] [raw]
Subject: [GIT PULL] nfsd bugfixes for 3.18

Please pull the following nfsd bugfixes for 3.18:

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

These fix one mishandling of the case when security labels are
configured out, and two races in the 4.1 backchannel code.

--b.

----------------------------------------------------------------
Christoph Hellwig (1):
nfsd: correctly define v4.2 support attributes

Trond Myklebust (2):
SUNRPC: Fix locking around callback channel reply receive
nfsd: Fix slot wake up race in the nfsv4.1 callback code

fs/nfsd/nfs4callback.c | 8 ++++++--
fs/nfsd/nfsd.h | 9 ++++++---
net/sunrpc/svcsock.c | 27 ++++++++++++++++-----------
3 files changed, 28 insertions(+), 16 deletions(-)