From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755475AbcBPPe5 (ORCPT ); Tue, 16 Feb 2016 10:34:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47963 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755370AbcBPPeR (ORCPT ); Tue, 16 Feb 2016 10:34:17 -0500 Date: Tue, 16 Feb 2016 17:34:13 +0200 From: "Michael S. Tsirkin" To: Greg Kurz Cc: Cornelia Huck , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org Subject: Re: [PATCH v2 0/3] vhost: cross-endian code cleanup Message-ID: <20160216153413.GA32554@redhat.com> References: <20160216145418.7448.71329.stgit@bahia.lab.toulouse-stg.fr.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160216145418.7448.71329.stgit@bahia.lab.toulouse-stg.fr.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 16, 2016 at 03:54:18PM +0100, Greg Kurz wrote: > This series is a new tentative to have cleaner cross-endian code. > > Patches 1/3 is new: it fixes a side-effect in case vhost_init_used() fails. > > Patch 2/3 comes from v1: it renames cross-endian helpers > > Patch 3/3 is new: it simply renames vhost_init_used() as suggested by Michael. Is this on top of my tree? > --- > > Greg Kurz (3): > vhost: fix error path in vhost_init_used() > vhost: rename cross-endian helpers > vhost: rename vhost_init_used() > > > drivers/vhost/net.c | 2 +- > drivers/vhost/scsi.c | 2 +- > drivers/vhost/test.c | 2 +- > drivers/vhost/vhost.c | 49 +++++++++++++++++++++++++++++++++++++------------ > drivers/vhost/vhost.h | 2 +- > 5 files changed, 41 insertions(+), 16 deletions(-)