Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1335493

[PATCH v2 0/3] vhost: cross-endian code cleanup

Path csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod
From Greg Kurz <gkurz@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/3] vhost: cross-endian code cleanup
Date Tue, 16 Feb 2016 16:00:04 +0100
Message-ID <r2PgD-KD-19@gated-at.bofh.it> (permalink)
X-Original-To "Michael S. Tsirkin" <mst@redhat.com>
X-Ibm-Helo d06dlp02.portsmouth.uk.ibm.com
X-Ibm-Mailfrom gkurz@linux.vnet.ibm.com
X-Ibm-Rcptto kvm@vger.kernel.org;linux-kernel@vger.kernel.org;netdev@vger.kernel.org
User-Agent StGit/0.17.1-dirty
MIME-Version 1.0
Content-Type text/plain; charset="utf-8"
Content-Transfer-Encoding 7bit
X-Tm-As-Mml disable
X-Content-Scanned Fidelis XPS MAILER
X-Cbid 16021614-0021-0000-0000-000005D1239F
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 22
Organization linux.* mail to news gateway
X-Original-Cc Cornelia Huck <cornelia.huck@de.ibm.com>, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org
X-Original-Date Tue, 16 Feb 2016 15:54:18 +0100
X-Original-Message-ID <20160216145418.7448.71329.stgit@bahia.lab.toulouse-stg.fr.ibm.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1335493

Show key headers only | View raw


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.

---

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(-)

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] vhost: cross-endian code cleanup Greg Kurz <gkurz@linux.vnet.ibm.com> - 2016-02-16 16:00 +0100
  [PATCH v2 3/3] vhost: rename vhost_init_used() Greg Kurz <gkurz@linux.vnet.ibm.com> - 2016-02-16 16:10 +0100
  Re: [PATCH v2 0/3] vhost: cross-endian code cleanup "Michael S. Tsirkin" <mst@redhat.com> - 2016-02-16 16:40 +0100
    Re: [PATCH v2 0/3] vhost: cross-endian code cleanup Greg Kurz <gkurz@linux.vnet.ibm.com> - 2016-02-16 16:50 +0100

csiph-web