OSDN Git Service

Merge tag 'nfs-rdma-for-5.7-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 28 Apr 2020 19:59:03 +0000 (15:59 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 28 Apr 2020 19:59:03 +0000 (15:59 -0400)
commit8e2912c7c69e3f5cbf830d529a42b9940e98950b
treeece2da17bdb1548f7367d46dac225f86e590ea64
parentdff58530c4ca8ce7ee5a74db431c6e35362cf682
parent48a124e383508d3d73453d540a825c0745454af9
Merge tag 'nfs-rdma-for-5.7-2' of git://git.linux-nfs.org/projects/anna/linux-nfs

NFSoRDMA Client Fixes for Linux 5.7

Bugfixes:
- Restore wake-up-all to rpcrdma_cm_event_handler()
  - Otherwise the client won't respond to server disconnect requests
- Fix tracepoint use-after-free race
- Fix usage of xdr_stream_encode_item_{present, absent}
  - These functions return a size on success, and not 0

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>