Re: [PATCH 0/3] fix up vringh/mic sparse errors
From: Rusty Russell <hidden>
Date: 2014-12-19 01:39:07
Also in:
lkml
From: Rusty Russell <hidden>
Date: 2014-12-19 01:39:07
Also in:
lkml
"Michael S. Tsirkin" [off-list ref] writes:
This fixes remaining sparse warnings in vringh and mic by using virtio 1.0 compliant wrappers. This also needs by get_user patches to avoid getting warnings from these calls. Tested by running vringh_test. Rusty, I prefer fixing all these warnings for 3.19, any objections?
OK, I've queued these too. Cheers, Rusty.
Michael S. Tsirkin (3): vringh: 64 bit features vringh: initial virtio 1.0 support mic/host: initial virtio 1.0 support include/linux/vringh.h | 37 ++++++++++- drivers/misc/mic/host/mic_debugfs.c | 18 ++++-- drivers/vhost/vringh.c | 125 ++++++++++++++++++++++-------------- 3 files changed, 123 insertions(+), 57 deletions(-) -- MST