]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0051012376b7b334afead48f586f3a3a4793a31a
treeece2da17bdb1548f7367d46dac225f86e590ea64
parent2a162ddbe7c6093d392e2d3d11006c6a9d51f139
parenta1db324d4b0234b9003c6693ab5e41134ee5113d
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>