mbox series

[GIT,PULL] Please pull a few more NFS Client Bugfixes for Linux 6.6-rc

Message ID 20231020202551.162687-1-anna@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull a few more NFS Client Bugfixes for Linux 6.6-rc | expand

Pull-request

git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.6-4

Message

Anna Schumaker Oct. 20, 2023, 8:25 p.m. UTC
Hi Linus,

The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:

  Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.6-4

for you to fetch changes up to 379e4adfddd6a2f95a4f2029b8ddcbacf92b21f9:

  NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server (2023-10-18 15:16:53 -0400)

----------------------------------------------------------------

Stable Fix:
  * Fix a pNFS hang in nfs4_evict_inode()

Bugfixes:
  * Force update of suid/sgid bits after an NFS v4.2 ALLOCATE op
  * Fix a potential oops in nfs_inode_remove_request()
  * Check the validity of the layout pointer in ff_layout_mirror_prepare_stats()
  * Fix incorrectly marking the pNFS MDS with USE_PNFS_DS in some cases

Thanks,
Anna

----------------------------------------------------------------
Dai Ngo (1):
      nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE op

Olga Kornievskaia (1):
      NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server

Scott Mayhew (1):
      NFS: Fix potential oops in nfs_inode_remove_request()

Trond Myklebust (2):
      pNFS: Fix a hang in nfs4_evict_inode()
      pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_stats

 fs/nfs/flexfilelayout/flexfilelayout.c | 17 ++++++++++-------
 fs/nfs/nfs42proc.c                     |  3 ++-
 fs/nfs/nfs4proc.c                      |  2 --
 fs/nfs/pnfs.c                          | 33 +++++++++++++++++++++++----------
 fs/nfs/write.c                         |  4 +++-
 5 files changed, 38 insertions(+), 21 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 20, 2023, 9:08 p.m. UTC | #1
The pull request you sent on Fri, 20 Oct 2023 16:25:51 -0400:

> git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.6-4

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

Thank you!