From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH 0/3] fix up vringh/mic sparse errors Date: Fri, 19 Dec 2014 11:57:22 +1030 Message-ID: <87r3vwsa2t.fsf@rustcorp.com.au> References: <1418678019-31629-1-git-send-email-mst@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1418678019-31629-1-git-send-email-mst@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: "Michael S. Tsirkin" , linux-kernel@vger.kernel.org Cc: virtualization@lists.linux-foundation.org List-Id: virtualization@lists.linuxfoundation.org "Michael S. Tsirkin" 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