[GIT,PULL] nfsd fixes for 6.3-rc5

Message ID 84B35B0A-C629-4C3F-A289-859A9A83E3CD@oracle.com
State New
Headers
Series [GIT,PULL] nfsd fixes for 6.3-rc5 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.3-5

Message

Chuck Lever April 4, 2023, 2:03 p.m. UTC
  The following changes since commit 5f24a8725fe7bc2c6adf7ce00dd3e818387d8995:

  SUNRPC: Fix a crash in gss_krb5_checksum() (2023-03-22 16:58:26 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.3-5

for you to fetch changes up to 7de82c2f36fb26aa78440bbf0efcf360b691d98b:

  NFSD: callback request does not use correct credential for AUTH_SYS (2023-04-04 09:55:27 -0400)

----------------------------------------------------------------
nfsd-6.3 fixes:
- Fix a crash and a resource leak in NFSv4 COMPOUND processing
- Fix issues with AUTH_SYS credential handling
- Try again to address an NFS/NFSD/SUNRPC build dependency regression

----------------------------------------------------------------
Chuck Lever (2):
      NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL
      NFS: Remove "select RPCSEC_GSS_KRB5

Dai Ngo (1):
      NFSD: callback request does not use correct credential for AUTH_SYS

Jeff Layton (2):
      nfsd: call op_release, even when op_func returns an error
      sunrpc: only free unix grouplist after RCU settles

 fs/nfs/Kconfig            |  1 -
 fs/nfsd/blocklayout.c     |  1 +
 fs/nfsd/nfs4callback.c    |  4 ++--
 fs/nfsd/nfs4xdr.c         | 15 ++++++++-------
 net/sunrpc/svcauth_unix.c | 17 +++++++++++++----
 5 files changed, 24 insertions(+), 14 deletions(-)

--
Chuck Lever
  

Comments

pr-tracker-bot@kernel.org April 4, 2023, 7:27 p.m. UTC | #1
The pull request you sent on Tue, 4 Apr 2023 14:03:24 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.3-5

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

Thank you!