public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: "LKML" <linux-kernel@vger.kernel.org>,
	<virtualization@lists.linux-foundation.org>
Cc: Amit Shah <amit.shah@redhat.com>
Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Subject: [PULL] More virtio fun
Date: Fri, 17 Oct 2014 09:41:26 +1030	[thread overview]
Message-ID: <87r3y7a9up.fsf@rustcorp.com.au> (raw)

The following changes since commit 7ec62d421bdf29cb31101ae2689f7f3a9906289a:

  Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs (2014-09-10 14:04:17 -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 1bbc26062754b012656d34103215f7552e02b999:

  virtio-rng: refactor probe error handling (2014-10-15 10:25:14 +1030)

----------------------------------------------------------------
One cc: stable commit, the rest are a series of minor cleanups which have
been sitting in MST's tree during my vacation.  I changed a function name
and made one trivial change, then they spent two days in linux-next.

Thanks,
Rusty.

----------------------------------------------------------------
Michael S. Tsirkin (24):
      virtio_pci: fix virtio spec compliance on restore
      virtio: unify config_changed handling
      virtio-pci: move freeze/restore to virtio core
      virtio: defer config changed notifications
      virtio_blk: drop config_enable
      virtio-blk: drop config_mutex
      virtio_net: drop config_enable
      virtio-net: drop config_mutex
      virtio_net: minor cleanup
      virtio: add API to enable VQs early
      virtio_net: enable VQs early
      virtio_blk: enable VQs early
      virtio_console: enable VQs early
      9p/trans_virtio: enable VQs early
      virtio_net: fix use after free on allocation failure
      virtio_scsi: move kick event out from virtscsi_init
      virtio_blk: enable VQs early on restore
      virtio_scsi: enable VQs early on restore
      virtio_console: enable VQs early on restore
      virtio_net: enable VQs early on restore
      virtio_scsi: fix race on device removal
      virtio_balloon: enable VQs early on restore
      virtio_scsi: drop scan callback
      virtio-rng: refactor probe error handling

Paolo Bonzini (1):
      virito_scsi: use freezable WQ for events

 drivers/block/virtio_blk.c          |  40 ++++----------
 drivers/char/hw_random/virtio-rng.c |  15 +++---
 drivers/char/virtio_console.c       |   4 ++
 drivers/misc/mic/card/mic_virtio.c  |   6 +--
 drivers/net/virtio_net.c            |  44 +++++----------
 drivers/s390/kvm/kvm_virtio.c       |   9 +---
 drivers/s390/kvm/virtio_ccw.c       |   6 +--
 drivers/scsi/virtio_scsi.c          |  42 +++++++++------
 drivers/virtio/virtio.c             | 103 ++++++++++++++++++++++++++++++++++++
 drivers/virtio/virtio_balloon.c     |   2 +
 drivers/virtio/virtio_mmio.c        |   7 +--
 drivers/virtio/virtio_pci.c         |  33 ++----------
 include/linux/virtio.h              |  14 +++++
 include/linux/virtio_config.h       |  17 ++++++
 net/9p/trans_virtio.c               |   2 +
 15 files changed, 207 insertions(+), 137 deletions(-)

                 reply	other threads:[~2014-10-16 23:16 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=87r3y7a9up.fsf@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=virtualization@lists.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox