[GIT,PULL] first round of 6.8 fixes for NFSD

Message ID A3915BC8-E134-4094-A88F-3C75CA908B10@oracle.com
State New
Headers
Series [GIT,PULL] first round of 6.8 fixes for NFSD |

Pull-request

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

Message

Chuck Lever Jan. 25, 2024, 1:43 a.m. UTC
  The following changes since commit 17419aefcbfd9891863e8b8132f0bca9a6b2984e:

  nfsd: rename nfsd_last_thread() to nfsd_destroy_serv() (2024-01-07 17:54:33 -0500)

are available in the Git repository at:

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

for you to fetch changes up to edcf9725150e42beeca42d085149f4c88fa97afd:

  nfsd: fix RELEASE_LOCKOWNER (2024-01-24 09:49:11 -0500)

----------------------------------------------------------------
nfsd-6.8 fixes:
- Fix in-kernel RPC UDP transport
- Fix NFSv4.0 RELEASE_LOCKOWNER

----------------------------------------------------------------
Lucas Stach (1):
      SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()

NeilBrown (1):
      nfsd: fix RELEASE_LOCKOWNER

 fs/nfsd/nfs4state.c  | 26 +++++++++++++++-----------
 net/sunrpc/svcsock.c |  4 ++--
 2 files changed, 17 insertions(+), 13 deletions(-)

--
Chuck Lever
  

Comments

pr-tracker-bot@kernel.org Jan. 25, 2024, 8 p.m. UTC | #1
The pull request you sent on Thu, 25 Jan 2024 01:43:49 +0000:

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

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

Thank you!