[GIT PULL] Please pull NFS client bugfixes for 5.0-rc3

From: Schumaker, Anna
Date: Fri Jan 18 2019 - 16:21:13 EST


Hi Linus,

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.0-2

for you to fetch changes up to deaa5c96c2f7e8b934088a1e70a0fe8797bd1149:

SUNRPC: Address Kerberos performance/behavior regression (2019-01-15 15:36:41
-0500)

----------------------------------------------------------------
These are mostly fixes for SUNRPC bugs, with a single v4.2 copy_file_range() fix
mixed in.

Stable bugfixes:
- Fix TCP receive code on archs with flush_dcache_page()

Other bugfixes:
- Fix error code in rpcrdma_buffer_create()
- Fix a double free in rpcrdma_send_ctxs_create()
- Fix kernel BUG at kernel/cred.c:825
- Fix unnecessary retry in nfs42_proc_copy_file_range()
- Ensure rq_bytes_sent is reset before request transmission
- Ensure we respect the RPCSEC_GSS sequence number limit
- Address Kerberos performance/behavior regression

Thanks,
Anna
----------------------------------------------------------------

Chuck Lever (1):
SUNRPC: Address Kerberos performance/behavior regression

Dan Carpenter (2):
xprtrdma: Fix error code in rpcrdma_buffer_create()
xprtrdma: Double free in rpcrdma_sendctxs_create()

Olga Kornievskaia (1):
NFSv4.2 fix unnecessary retry in nfs4_copy_file_range

Santosh kumar pradhan (1):
sunrpc: kernel BUG at kernel/cred.c:825!

Trond Myklebust (3):
SUNRPC: Fix TCP receive code on archs with flush_dcache_page()
SUNRPC: Ensure rq_bytes_sent is reset before request transmission
SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit

fs/nfs/nfs4file.c | 8 +-------
net/sunrpc/auth.c | 3 +++
net/sunrpc/auth_gss/auth_gss.c | 12 +++++++++---
net/sunrpc/clnt.c | 20 ++++++++++++--------
net/sunrpc/xprt.c | 3 ++-
net/sunrpc/xprtrdma/verbs.c | 10 ++++------
net/sunrpc/xprtsock.c | 22 ++++++++++++++++++++++
7 files changed, 53 insertions(+), 25 deletions(-)