From: Paolo Bonzini Date: Wed, 4 Jun 2014 11:34:58 +0000 (+0200) Subject: virtio-scsi: fix various bad behavior on aborted requests X-Git-Tag: omap-for-v3.16/fixes-rc4~12^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8faeb529b2dabb9df691d614dda18910a43d05c9;p=pandora-kernel.git virtio-scsi: fix various bad behavior on aborted requests Even though the virtio-scsi spec guarantees that all requests related to the TMF will have been completed by the time the TMF itself completes, the request queue's callback might not have run yet. This causes requests to be completed more than once, and as a result triggers a variety of BUGs or oopses. Signed-off-by: Paolo Bonzini Reviewed-by: Venkatesh Srinivas Cc: stable@vger.kernel.org Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed