summaryrefslogtreecommitdiff
path: root/ring_tx.h
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-03-21 23:58:17 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-03-23 09:49:01 +0100
commit895fdbb7d6b01e207103c8924c1c853f0fafee15 (patch)
tree82943772f9c5939df0785e1c8a1168019f90a5fa /ring_tx.h
parent451275470106024f106a310a5af050b3ca046a4f (diff)
flowtop: Print error cause if errno is set when panic
Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'ring_tx.h')
0 files changed, 0 insertions, 0 deletions
code path invokes ib_dma_unmap_sg() to unmap the sg list. It then invokes svc_rdma_put_frmr() which in turn tries to unmap the same sg list through ib_dma_unmap_sg() again. This second unmap is invalid and could lead to problems when the iova being unmapped is subsequently reused. Remove the call to unmap in rdma_read_chunk_frmr() and let svc_rdma_put_frmr() handle it. Fixes: 412a15c0fe53 ("svcrdma: Port to new memory registration API") Cc: stable@vger.kernel.org Signed-off-by: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com> Reviewed-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'sound/soc/Kconfig')