[GIT,PULL] first round of v6.6 fixes for nfsd

Message ID 63D87D8F-8513-4B12-BA9B-752BD5C7D4FD@oracle.com
State New
Headers
Series [GIT,PULL] first round of v6.6 fixes for nfsd |

Pull-request

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

Message

Chuck Lever Sept. 15, 2023, 4:05 p.m. UTC
  The following changes since commit b38a6023da6a12b561f0421c6a5a1f7624a1529c:

  Documentation: Add missing documentation for EXPORT_OP flags (2023-08-29 17:45:22 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 88956eabfdea7d01d550535af120d4ef265b1d02:

  NFSD: fix possible oops when nfsd/pool_stats is closed. (2023-09-12 09:39:35 -0400)

----------------------------------------------------------------
nfsd-6.6 fixes:
- Use correct order when encoding NFSv4 RENAME change_info
- Fix a potential oops during NFSD shutdown

----------------------------------------------------------------
Jeff Layton (1):
      nfsd: fix change_info in NFSv4 RENAME replies

NeilBrown (1):
      NFSD: fix possible oops when nfsd/pool_stats is closed.

 fs/nfsd/nfs4proc.c | 4 ++--
 fs/nfsd/nfssvc.c   | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

--
Chuck Lever
  

Comments

pr-tracker-bot@kernel.org Sept. 16, 2023, 12:33 a.m. UTC | #1
The pull request you sent on Fri, 15 Sep 2023 16:05:16 +0000:

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

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

Thank you!