Re: [GIT PULL] nfsd 5.10 fixes

2020-11-09 Thread pr-tracker-bot
The pull request you sent on Mon, 9 Nov 2020 14:11:12 -0500:

> git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.10-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3552c3709c0e78144c11748718180441ac647ece

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] nfsd 5.10 fixes

2020-11-09 Thread J. Bruce Fields
Please pull nfsd fixes for 5.10 from

  git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.10-1

This is mainly server-to-server copy and fallout from Chuck's 5.10 rpc
refactoring.

--b.

Chuck Lever (3):
  NFSD: NFSv3 PATHCONF Reply is improperly formed
  SUNRPC: Fix general protection fault in trace_rpc_xdr_overflow()
  NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVAL

Dai Ngo (2):
  NFSD: Fix use-after-free warning when doing inter-server copy
  NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copy

Dan Carpenter (2):
  net/sunrpc: return 0 on attempt to write to "transports"
  net/sunrpc: fix useless comparison in proc_do_xprt()

 fs/nfsd/nfs3proc.c| 6 +-
 fs/nfsd/nfs3xdr.c | 1 +
 fs/nfsd/nfs4proc.c| 3 ++-
 include/trace/events/sunrpc.h | 8 
 net/sunrpc/sysctl.c   | 9 +
 5 files changed, 13 insertions(+), 14 deletions(-)