You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sparse warns about converting void * to void __user *. This is not new
but only got noticed now that vhost is built on more systems.
This is just a question of __user tags missing in a couple of places,
so fix it up.
Fixes: f889491 ("vhost: introduce O(1) vq metadata cache")
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
0 commit comments