All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull NFS client bugfixes for 5.13
@ 2021-06-13 15:36 Trond Myklebust
  2021-06-13 20:17 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Trond Myklebust @ 2021-06-13 15:36 UTC (permalink / raw)
  To: torvalds; +Cc: linux-nfs, linux-kernel

Hi Linus,

The following changes since commit 8124c8a6b35386f73523d27eacb71b5364a68c4c:

  Linux 5.13-rc4 (2021-05-30 11:58:25 -1000)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.13-3

for you to fetch changes up to c3aba897c6e67fa464ec02b1f17911577d619713:

  NFSv4: Fix second deadlock in nfs4_evict_inode() (2021-06-03 10:14:42 -0400)

Cheers
  Trond

----------------------------------------------------------------
NFS client bugfixes for Linux 5.13

Highlights include

Stable fixes:
- Fix use-after-free in nfs4_init_client()

Bugfixes:
- Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()
- Fix second deadlock in nfs4_evict_inode()
- nfs4_proc_set_acl should not change the value of NFS_CAP_UIDGID_NOMAP
- Fix setting of the NFS_CAP_SECURITY_LABEL capability

----------------------------------------------------------------
Anna Schumaker (1):
      NFS: Fix use-after-free in nfs4_init_client()

Chuck Lever (1):
      NFS: FMODE_READ and friends are C macros, not enum types

Dai Ngo (1):
      NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.

Dan Carpenter (1):
      NFS: Fix a potential NULL dereference in nfs_get_client()

Scott Mayhew (1):
      NFS: Ensure the NFS_CAP_SECURITY_LABEL capability is set when appropriate

Trond Myklebust (2):
      NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()
      NFSv4: Fix second deadlock in nfs4_evict_inode()

 fs/nfs/client.c     |  2 +-
 fs/nfs/nfs4_fs.h    |  1 +
 fs/nfs/nfs4client.c |  2 +-
 fs/nfs/nfs4proc.c   | 37 ++++++++++++++++++++++++++++++-------
 fs/nfs/nfstrace.h   |  4 ----
 5 files changed, 33 insertions(+), 13 deletions(-)


-- 
Trond Myklebust
Linux NFS client maintainer, Hammerspace
trond.myklebust@hammerspace.com



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Please pull NFS client bugfixes for 5.13
  2021-06-13 15:36 [GIT PULL] Please pull NFS client bugfixes for 5.13 Trond Myklebust
@ 2021-06-13 20:17 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-06-13 20:17 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: torvalds, linux-nfs, linux-kernel

The pull request you sent on Sun, 13 Jun 2021 15:36:38 +0000:

> git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.13-3

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Please pull NFS client bugfixes for 5.13
  2021-05-28 14:15 Trond Myklebust
@ 2021-05-28 19:00 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-05-28 19:00 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: torvalds, linux-nfs, linux-kernel

The pull request you sent on Fri, 28 May 2021 14:15:42 +0000:

> git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.13-2

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Please pull NFS client bugfixes for 5.13
@ 2021-05-28 14:15 Trond Myklebust
  2021-05-28 19:00 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Trond Myklebust @ 2021-05-28 14:15 UTC (permalink / raw)
  To: torvalds; +Cc: linux-nfs, linux-kernel

Hi Linus,

The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

  Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.13-2

for you to fetch changes up to a799b68a7c7ac97b457aba4ede4122a2a9f536ab:

  nfs: Remove trailing semicolon in macros (2021-05-27 09:19:33 -0400)

Cheers
  Trond
----------------------------------------------------------------
NFS client bugfixes for Linux 5.13

Highlights include:

Stable fixes
- Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 config
- Fix Oops in xs_tcp_send_request() when transport is disconnected
- Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()

Bugfixes
- Fix instances where signal_pending() should be fatal_signal_pending()
- fix an incorrect limit in filelayout_decode_layout()
- Fixes for the SUNRPC backlogged RPC queue
- Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()
- Revert commit 586a0787ce35 ("Clean up rpcrdma_prepare_readch()")

----------------------------------------------------------------
Anna Schumaker (1):
      NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()

Chuck Lever (1):
      xprtrdma: Revert 586a0787ce35

Dan Carpenter (1):
      NFS: fix an incorrect limit in filelayout_decode_layout()

Huilong Deng (1):
      nfs: Remove trailing semicolon in macros

NeilBrown (1):
      SUNRPC in case of backlog, hand free slots directly to waiting task

Trond Myklebust (5):
      SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnected
      SUNRPC: More fixes for backlog congestion
      NFS: Fix an Oopsable condition in __nfs_pageio_add_request()
      NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()
      NFS: Clean up reset of the mirror accounting variables

Yang Li (1):
      pNFS/NFSv4: Remove redundant initialization of 'rd_size'

Zhang Xiaoxu (1):
      NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 config

zhouchuangao (1):
      fs/nfs: Use fatal_signal_pending instead of signal_pending

 fs/nfs/filelayout/filelayout.c  |  2 +-
 fs/nfs/namespace.c              |  2 +-
 fs/nfs/nfs4file.c               |  2 +-
 fs/nfs/nfs4proc.c               |  4 ++--
 fs/nfs/pagelist.c               | 20 ++++++--------------
 fs/nfs/pnfs.c                   | 17 ++++++++---------
 fs/nfs/super.c                  |  2 +-
 include/linux/sunrpc/xprt.h     |  2 ++
 net/sunrpc/clnt.c               |  7 -------
 net/sunrpc/xprt.c               | 40 ++++++++++++++++++++++++++++++++--------
 net/sunrpc/xprtrdma/rpc_rdma.c  | 27 ++++++++++++++++++---------
 net/sunrpc/xprtrdma/transport.c | 12 ++++++------
 net/sunrpc/xprtrdma/verbs.c     | 18 +++++++++++++++---
 net/sunrpc/xprtrdma/xprt_rdma.h |  1 +
 net/sunrpc/xprtsock.c           |  2 ++
 15 files changed, 96 insertions(+), 62 deletions(-)

-- 
Trond Myklebust
Linux NFS client maintainer, Hammerspace
trond.myklebust@hammerspace.com



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-13 20:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13 15:36 [GIT PULL] Please pull NFS client bugfixes for 5.13 Trond Myklebust
2021-06-13 20:17 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2021-05-28 14:15 Trond Myklebust
2021-05-28 19:00 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.