mbox series

[GIT,PULL] Please pull NFS Client bugfixes for 6.4-rc

Message ID 20230522184329.5173-1-anna@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull NFS Client bugfixes for 6.4-rc | expand

Pull-request

git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.4-2

Message

Anna Schumaker May 22, 2023, 6:43 p.m. UTC
Hi Linus,

The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:

  Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.4-2

for you to fetch changes up to 43439d858bbae244a510de47f9a55f667ca4ed52:

  NFSv4.2: Fix a potential double free with READ_PLUS (2023-05-19 17:11:59 -0400)

----------------------------------------------------------------
NFS Client Bugfixes for Linux 6.4-rc

Stable Fix:
  * Don't change task->tk_status after the call to rpc_exit_task

Other Bugfixes:
  * Convert kmap_atomic() to kmap_local_folio()
  * Fix a potential double free with READ_PLUS

Thanks,
Anna

----------------------------------------------------------------
Anna Schumaker (1):
      NFSv4.2: Fix a potential double free with READ_PLUS

Fabio M. De Francesco (1):
      NFS: Convert kmap_atomic() to kmap_local_folio()

Trond Myklebust (1):
      SUNRPC: Don't change task->tk_status after the call to rpc_exit_task

 fs/nfs/dir.c       |  4 ++--
 fs/nfs/nfs4proc.c  | 12 ++++++++++--
 net/sunrpc/sched.c |  5 ++---
 3 files changed, 14 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org May 22, 2023, 7:14 p.m. UTC | #1
The pull request you sent on Mon, 22 May 2023 14:43:29 -0400:

> git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.4-2

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

Thank you!