mbox series

[GIT,PULL] Please Pull NFS Client Bugfixes for Linux 6.14-rc

Message ID 20250226155829.134451-1-anna@kernel.org (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] Please Pull NFS Client Bugfixes for Linux 6.14-rc | expand

Pull-request

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

Message

Anna Schumaker Feb. 26, 2025, 3:58 p.m. UTC
Hi Linus,

The following changes since commit 0ad2507d5d93f39619fc42372c347d6006b64319:

  Linux 6.14-rc3 (2025-02-16 14:02:44 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9084ed79ddaaaa1ec01cd304af9fb532c26252db:

  lsm,nfs: fix memory leak of lsm_context (2025-02-25 15:07:24 -0500)

----------------------------------------------------------------
NFS Client Bugfixes for Linux 6.14-rc

Stable Fixes:
  * O_DIRECT writes should adjust file length

Other Bugfixes:
  * Adjust delegated timestamps for O_DIRECT reads and writes
  * Prevent looping due to rpc_signal_task() races
  * Fix a deadlock when recovering state on a sillyrenamed file
  * Properly handle -ETIMEDOUT errors from tlshd
  * Suppress build warnings for unused procfs functions
  * Fix memory leak of lsm_contexts

Thanks,
Anna

----------------------------------------------------------------
Arnd Bergmann (1):
      sunrpc: suppress warnings for unused procfs functions

Benjamin Coddington (1):
      SUNRPC: Handle -ETIMEDOUT return from tlshd

Stephen Smalley (1):
      lsm,nfs: fix memory leak of lsm_context

Trond Myklebust (4):
      NFS: O_DIRECT writes must check and adjust the file length
      NFS: Adjust delegated timestamps for O_DIRECT reads and writes
      SUNRPC: Prevent looping due to rpc_signal_task() races
      NFSv4: Fix a deadlock when recovering state on a sillyrenamed file

 fs/nfs/delegation.c           | 37 +++++++++++++++++++++++++++++++++++++
 fs/nfs/delegation.h           |  1 +
 fs/nfs/direct.c               | 23 +++++++++++++++++++++++
 fs/nfs/nfs4proc.c             | 10 +++++++---
 include/linux/nfs4.h          |  1 +
 include/linux/sunrpc/sched.h  |  3 +--
 include/trace/events/sunrpc.h |  3 +--
 net/sunrpc/cache.c            | 10 +++-------
 net/sunrpc/sched.c            |  2 --
 net/sunrpc/xprtsock.c         | 10 +++++++++-
 10 files changed, 83 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 26, 2025, 9:46 p.m. UTC | #1
The pull request you sent on Wed, 26 Feb 2025 10:58:29 -0500:

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

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

Thank you!