linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL] virtio-next fixes
@ 2015-03-17  1:49 Rusty Russell
  0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2015-03-17  1:49 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: lkml, Amit Shah, Cornelia Huck, Michael S. Tsirkin,
	Ohad Ben-Cohen, Paolo Bonzini, Thomas Huth

The following changes since commit 6587457b4b3d663b237a0f95ddf6e67d1828c8ea:

  Merge tag 'dma-buf-for-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/sumits/dma-buf (2015-03-04 09:59:51 -0800)

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 704a0b5f234db26de5203740999e39523cfa4e3a:

  virtio_mmio: fix access width for mmio (2015-03-17 12:12:21 +1030)

----------------------------------------------------------------
Not entirely surprising: the ongoing QEMU work on virtio 1.0 has revealed
more minor issues with our virtio 1.0 drivers just introduced in the
kernel.

(I would normally use my fixes branch for this, but there were a batch of them...)

Thanks,
Rusty.

----------------------------------------------------------------
Michael S. Tsirkin (11):
      virtio_console: init work unconditionally
      virtio_console: avoid config access from irq
      virtio_balloon: set DRIVER_OK before using device
      virtio_blk: typo fix
      virtio_blk: fix comment for virtio 1.0
      virtio-balloon: do not call blocking ops when !TASK_RUNNING
      9p/trans_virtio: fix hot-unplug
      virtio_rpmsg: set DRIVER_OK before using device
      virtio_mmio: generation support
      uapi/virtio_scsi: allow overriding CDB/SENSE size
      virtio_mmio: fix access width for mmio

 drivers/char/virtio_console.c    | 19 ++++++++-
 drivers/rpmsg/virtio_rpmsg_bus.c | 17 +++++++-
 drivers/virtio/virtio_balloon.c  | 21 +++++++---
 drivers/virtio/virtio_mmio.c     | 90 ++++++++++++++++++++++++++++++++++++----
 include/uapi/linux/virtio_blk.h  |  8 +++-
 include/uapi/linux/virtio_scsi.h | 12 +++++-
 net/9p/trans_virtio.c            | 24 +++++++++--
 7 files changed, 168 insertions(+), 23 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-17  1:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-17  1:49 [PULL] virtio-next fixes Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).