vhost: reject zero size iova range
authorJason Wang <jasowang@redhat.com>
Tue, 9 Apr 2019 04:10:25 +0000 (12:10 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 27 Apr 2019 07:36:31 +0000 (09:36 +0200)
commitb82df42059fb90862505eb071dd0dd225a2791df
treeb8a40b2f16246c6744f6d2acf46a72d0cd6eeb03
parent242e5746cb477bdb4c59d0f2d3c5a3e1c0a10629
vhost: reject zero size iova range

[ Upstream commit 813dbeb656d6c90266f251d8bd2b02d445afa63f ]

We used to accept zero size iova range which will lead a infinite loop
in translate_desc(). Fixing this by failing the request in this case.

Reported-by: syzbot+d21e6e297322a900c128@syzkaller.appspotmail.com
Fixes: 6b1e6cc7 ("vhost: new device IOTLB API")
Signed-off-by: Jason Wang <jasowang@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/vhost/vhost.c