vhost: Fix the calculation in vhost_overflow()
authorXie Yongji <xieyongji@bytedance.com>
Wed, 28 Jul 2021 13:07:56 +0000 (21:07 +0800)
committerSasha Levin <sashal@kernel.org>
Thu, 26 Aug 2021 12:35:42 +0000 (08:35 -0400)
commitecdd7c48806293d1ac2543a4ef81d6da8869c2d9
tree0623fe8a305c50edec9812821aae00d20386e439
parente0b603c89a931790dc54b9d6b14b3ec45a82a888
vhost: Fix the calculation in vhost_overflow()

[ Upstream commit f7ad318ea0ad58ebe0e595e59aed270bb643b29b ]

This fixes the incorrect calculation for integer overflow
when the last address of iova range is 0xffffffff.

Fixes: ec33d031a14b ("vhost: detect 32 bit integer wrap around")
Reported-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Xie Yongji <xieyongji@bytedance.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Link: https://lore.kernel.org/r/20210728130756.97-2-xieyongji@bytedance.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/vhost/vhost.c