mbox series

[GIT,PULL] Please pull NFS client fixes for 5.8-rc

Message ID CAFX2JfkFH1gQQNyLJ88_oe0Zu+_S=XDODoo1nG9PZX=bEKVFFg@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull NFS client fixes for 5.8-rc | expand

Pull-request

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

Message

Anna Schumaker June 26, 2020, 9:53 p.m. UTC
Hi Linus,

The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110:

  Linux 5.8-rc2 (2020-06-21 15:45:29 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 89a3c9f5b9f0bcaa9aea3e8b2a616fcaea9aad78:

  SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()
(2020-06-26 08:45:23 -0400)

----------------------------------------------------------------
Stable Fixes:
- xprtrdma: Fix handling of RDMA_ERROR replies
- sunrpc: Fix rollback in rpc_gssd_dummy_populate()
- pNFS/flexfiles: Fix list corruption if the mirror count changes
- NFSv4: Fix CLOSE not waiting for direct IO completion
- SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()

Other Fixes:
- xprtrdma: Fix a use-after-free with r_xprt->rx_ep
- Fix other xprtrdma races during disconnect
- NFS: Fix memory leak of export_path

Thanks,
Anna
----------------------------------------------------------------
Chuck Lever (6):
      xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freed
      xprtrdma: Use re_connect_status safely in rpcrdma_xprt_connect()
      xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect()
      xprtrdma: Clean up disconnect
      xprtrdma: Fix handling of RDMA_ERROR replies
      SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()

Olga Kornievskaia (1):
      NFSv4 fix CLOSE not waiting for direct IO compeletion

Tom Rix (1):
      nfs: Fix memory leak of export_path

Trond Myklebust (1):
      pNFS/flexfiles: Fix list corruption if the mirror count changes

Vasily Averin (1):
      sunrpc: fixed rollback in rpc_gssd_dummy_populate()

 fs/nfs/direct.c                        | 13 +++++++++----
 fs/nfs/file.c                          |  1 +
 fs/nfs/flexfilelayout/flexfilelayout.c | 11 +++++++----
 fs/nfs/nfs4namespace.c                 |  1 +
 net/sunrpc/rpc_pipe.c                  |  1 +
 net/sunrpc/xdr.c                       |  4 ++++
 net/sunrpc/xprtrdma/frwr_ops.c         |  8 ++++----
 net/sunrpc/xprtrdma/rpc_rdma.c         |  9 +++------
 net/sunrpc/xprtrdma/transport.c        |  2 +-
 net/sunrpc/xprtrdma/verbs.c            | 71
++++++++++++++++++++++++++++++++++++++++++-----------------------------
 net/sunrpc/xprtrdma/xprt_rdma.h        |  3 ++-
 11 files changed, 75 insertions(+), 49 deletions(-)

Comments

pr-tracker-bot@kernel.org June 27, 2020, 4:40 p.m. UTC | #1
The pull request you sent on Fri, 26 Jun 2020 17:53:02 -0400:

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

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

Thank you!