diff options
author | Anirudh Rayabharam <mail@anirudhrb.com> | 2022-03-12 19:41:21 +0530 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2022-03-28 16:53:00 -0400 |
commit | 03a91c9af2c42ae14afafb829a4b7e6589ab5892 (patch) | |
tree | 0684f0bdb2bb2447b75d36e45729b8037c42ae49 /.gitattributes | |
parent | b04d910af330b55e1d5d6eb9ecd53a375a9cf81c (diff) |
vhost: handle error while adding split ranges to iotlb
vhost_iotlb_add_range_ctx() handles the range [0, ULONG_MAX] by
splitting it into two ranges and adding them separately. The return
value of adding the first range to the iotlb is currently ignored.
Check the return value and bail out in case of an error.
Signed-off-by: Anirudh Rayabharam <mail@anirudhrb.com>
Link: https://lore.kernel.org/r/20220312141121.4981-1-mail@anirudhrb.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Fixes: e2ae38cf3d91 ("vhost: fix hung thread due to erroneous iotlb entries")
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions