From: Rusty Russell <rusty@rustcorp.com.au>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: "LKML" <linux-kernel@vger.kernel.org>
Cc: Aaron Lu <aaron.lu@intel.com>
Cc: Amit Shah <amit.shah@redhat.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Christoph Paasch <christoph.paasch@uclouvain.be>
Cc: Heinz Graalfs <graalfs@linux.vnet.ibm.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: x86@kernel.org
Subject: [PULL v2] virtio-next
Date: Mon, 11 Nov 2013 12:35:23 +1030 [thread overview]
Message-ID: <87ob5rzo9o.fsf@rustcorp.com.au> (raw)
The following changes since commit d8524ae9d6f492a9c6db9f4d89c5f9b8782fa2d5:
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux (2013-09-22 19:51:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git tags/virtio-next-for-linus
for you to fetch changes up to 2bf4fd31394a3f875ea093ee8a209f30b378cbf3:
virtio_scsi: verify if queue is broken after virtqueue_get_buf() (2013-11-11 11:53:26 +1030)
----------------------------------------------------------------
Nothing really exciting: some groundwork for changing virtio endian, and
some robustness fixes for broken virtio devices, plus minor tweaks.
[vs last pull request: added the virtio-scsi broken vq escape patch, which
I somehow lost.]
Cheers,
Rusty.
----------------------------------------------------------------
Aaron Lu (1):
virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM
Andi Kleen (1):
x86, asmlinkage, lguest: Pass in globals into assembler statement
Heinz Graalfs (10):
virtio_ring: change host notification API
virtio_ring: let virtqueue_{kick()/notify()} return a bool
virtio_net: verify if virtqueue_kick() succeeded
virtio_test: verify if virtqueue_kick() succeeded
virtio_ring: add new function virtqueue_is_broken()
virtio_blk: verify if queue is broken after virtqueue_get_buf()
virtio_console: verify if queue is broken after virtqueue_get_buf()
virtio_net: verify if queue is broken after virtqueue_get_buf()
virtio_ring: adapt to notify() returning bool
virtio_scsi: verify if queue is broken after virtqueue_get_buf()
Marc Zyngier (1):
virtio: mmio: fix signature checking for BE guests
Rusty Russell (4):
virtio_ring: plug kmemleak false positive.
virtio_config: introduce size-based accessors.
virtio: use size-based config accessors.
virtio_config: remove virtio_config_val
drivers/block/virtio_blk.c | 83 ++++++++---------
drivers/char/hw_random/virtio-rng.c | 4 +-
drivers/char/virtio_console.c | 25 +++--
drivers/lguest/lguest_device.c | 3 +-
drivers/lguest/x86/core.c | 6 +-
drivers/net/caif/caif_virtio.c | 23 ++---
drivers/net/virtio_net.c | 44 +++++----
drivers/remoteproc/remoteproc_virtio.c | 3 +-
drivers/s390/kvm/kvm_virtio.c | 8 +-
drivers/s390/kvm/virtio_ccw.c | 5 +-
drivers/scsi/virtio_scsi.c | 19 ++--
drivers/virtio/virtio_balloon.c | 14 ++-
drivers/virtio/virtio_mmio.c | 5 +-
drivers/virtio/virtio_pci.c | 3 +-
drivers/virtio/virtio_ring.c | 34 +++++--
include/linux/virtio.h | 6 +-
include/linux/virtio_config.h | 161 +++++++++++++++++++++++++++------
include/linux/virtio_ring.h | 2 +-
net/9p/trans_virtio.c | 9 +-
tools/virtio/virtio_test.c | 6 +-
tools/virtio/vringh_test.c | 13 ++-
21 files changed, 310 insertions(+), 166 deletions(-)
reply other threads:[~2013-11-11 2:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ob5rzo9o.fsf@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.