mbox series

[GIT,PULL] nfsd fixes for v6.4-rc2

Message ID 15471F80-3338-41FA-BF28-A0A69BDE08D3@oracle.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nfsd fixes for v6.4-rc2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.4-1

Message

Chuck Lever May 17, 2023, 2:13 p.m. UTC
The following changes since commit 9280c577431401544e63dfb489a830a42bee25eb:

  NFSD: Handle new xprtsec= export option (2023-04-27 18:49:24 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.4-1

for you to fetch changes up to 21a3f3328972bdb774c62b301a715b5cebf03fa2:

  NFSD: Remove open coding of string copy (2023-05-15 08:03:04 -0400)

----------------------------------------------------------------
nfsd-6.4 fixes:
- A collection of minor bug fixes

----------------------------------------------------------------
Ard Biesheuvel (1):
      SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IV

Azeem Shaikh (1):
      NFSD: Remove open coding of string copy

Chuck Lever (3):
      SUNRPC: Fix encoding of accepted but unsuccessful RPC replies
      SUNRPC: Fix error handling in svc_setup_socket()
      SUNRPC: Fix trace_svc_register() call site

NeilBrown (2):
      SUNRPC: double free xprt_ctxt while still in use
      SUNRPC: always free ctxt when freeing deferred request

Tom Rix (2):
      nfsd: define exports_proc_ops with CONFIG_PROC_FS
      lockd: define nlm_port_min,max with CONFIG_SYSCTL

 fs/lockd/svc.c                           |  2 +-
 fs/nfsd/nfsctl.c                         | 25 +++++++++++++------------
 fs/nfsd/trace.h                          |  6 +++---
 include/linux/sunrpc/svc_rdma.h          |  2 +-
 include/linux/sunrpc/svc_xprt.h          |  2 +-
 net/sunrpc/auth_gss/gss_krb5_crypto.c    | 10 ++++++++++
 net/sunrpc/svc.c                         | 19 ++++++++++++-------
 net/sunrpc/svc_xprt.c                    | 24 ++++++++++++++++++------
 net/sunrpc/svcsock.c                     | 46 ++++++++++++++++++++--------------------------
 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c  | 11 +++++------
 net/sunrpc/xprtrdma/svc_rdma_transport.c |  2 +-
 11 files changed, 85 insertions(+), 64 deletions(-)

--
Chuck Lever

Comments

pr-tracker-bot@kernel.org May 17, 2023, 4:59 p.m. UTC | #1
The pull request you sent on Wed, 17 May 2023 14:13:03 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.4-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1b66c114d161a457897d269420c74620c032135c

Thank you!