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

From Greg Kurz <gkurz@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/3] vhost: cross-endian code cleanup
Date 2016-02-16 16:00 +0100
Message-ID <r2PgD-KD-19@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | 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 | NextNext 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