Linux NFS development
 help / color / mirror / Atom feed
From: Anna Schumaker <anna@kernel.org>
To: linux-nfs@vger.kernel.org, torvalds@linux-foundation.org
Cc: anna@kernel.org
Subject: [GIT PULL] Please Pull NFS Client Bugfixes for Linux 6.12-rc
Date: Fri, 11 Oct 2024 16:46:28 -0400	[thread overview]
Message-ID: <20241011204628.270296-1-anna@kernel.org> (raw)

Hi Linus,

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7ef60108069b7e3cc66432304e1dd197d5c0a9b5:

  NFS: remove revoked delegation from server's delegation list (2024-10-09 15:39:22 -0400)

----------------------------------------------------------------
NFS Client Bugfixes for Linux 6.12-rc

Localio Bugfixes:
  * Remove duplicated include in localio.c
  * Fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()
  * Fix Kconfig for NFS_COMMON_LOCALIO_SUPPORT
  * Fix nfsd_file tracepoints to handle NULL rqstp pointers

Other Bugfixes:
  * Fix program selection loop in svc_process_common
  * Fix integer overflow in decode_rc_list()
  * Prevent NULL-pointer dereference in nfs42_complete_copies()
  * Fix CB_RECALL performance issues when using a large number of delegations

Thanks,
Anna

----------------------------------------------------------------
Dai Ngo (1):
      NFS: remove revoked delegation from server's delegation list

Dan Carpenter (1):
      SUNRPC: Fix integer overflow in decode_rc_list()

Mike Snitzer (3):
      nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()
      nfs_common: fix Kconfig for NFS_COMMON_LOCALIO_SUPPORT
      nfsd/localio: fix nfsd_file tracepoints to handle NULL rqstp

NeilBrown (1):
      sunrpc: fix prog selection loop in svc_process_common

Yang Li (1):
      nfs: Remove duplicated include in localio.c

Yanjun Zhang (1):
      NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()

 fs/Kconfig                 |  2 +-
 fs/nfs/callback_xdr.c      |  2 ++
 fs/nfs/client.c            |  1 +
 fs/nfs/delegation.c        |  5 +++++
 fs/nfs/localio.c           |  7 +++----
 fs/nfs/nfs42proc.c         |  2 +-
 fs/nfs/nfs4state.c         |  2 +-
 fs/nfs_common/nfslocalio.c |  5 ++++-
 fs/nfsd/filecache.c        |  2 +-
 fs/nfsd/localio.c          |  2 +-
 fs/nfsd/nfssvc.c           |  4 ++--
 fs/nfsd/trace.h            |  6 +++---
 include/linux/nfs_fs_sb.h  |  1 +
 include/linux/nfslocalio.h | 15 +++++++++++++++
 net/sunrpc/svc.c           | 11 ++++-------
 15 files changed, 45 insertions(+), 22 deletions(-)

             reply	other threads:[~2024-10-11 20:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-11 20:46 Anna Schumaker [this message]
2024-10-11 23:24 ` [GIT PULL] Please Pull NFS Client Bugfixes for Linux 6.12-rc pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241011204628.270296-1-anna@kernel.org \
    --to=anna@kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox