diff options
author | Fam Zheng <famz@redhat.com> | 2015-11-17 18:20:11 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2015-11-17 18:35:57 +0800 |
commit | 10f5a72f70862d299ddbdf226d6dc71fa4ae34dd (patch) | |
tree | 09d34e62e4172e9c5cd0ba291b784ce556548a50 /aio-posix.c | |
parent | 40119effc5c36dbd0ca19ca85a5897d5b3d37d6d (diff) | |
download | hqemu-10f5a72f70862d299ddbdf226d6dc71fa4ae34dd.zip hqemu-10f5a72f70862d299ddbdf226d6dc71fa4ae34dd.tar.gz |
virtio-blk: Fix double completion for werror=stop
When a request R is absorbed by request M, it is appended to the
"mr_next" queue led by M, and is completed together with the completion
of M, in virtio_blk_rw_complete.
During DMA restart in virtio_blk_dma_restart_bh, requests in s->rq are
parsed and submitted again, possibly with a stale req->mr_next. It could
be a problem if the request merging in virtio_blk_handle_request hasn't
refreshed every mr_next pointer, in which case, virtio_blk_rw_complete
could walk through unexpected requests following the stale pointers.
Fix this by unsetting the pointer in virtio_blk_rw_complete. It is safe
because this req is either completed and freed right away, or it will be
restarted and parsed from scratch out of the vq later.
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'aio-posix.c')
0 files changed, 0 insertions, 0 deletions