search for: acabf20b069

Displaying 1 result from an estimated 1 matches for "acabf20b069".

Did you mean: acabf20b069e
2019 Sep 14
1
[PATCH] vhost: Fix compile time error
...c: Michael S. Tsirkin <mst at redhat.com> Cc: Jason Wang <jasowang at redhat.com> Signed-off-by: Guenter Roeck <linux at roeck-us.net> --- drivers/vhost/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index acabf20b069e..102a0c877007 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -2074,7 +2074,7 @@ static int translate_desc(struct vhost_virtqueue *vq, u64 addr, u32 len, _iov->iov_base = (void __user *) ((unsigned long)node->userspace_addr + array_index_nospec((unsigned long)(a...