All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: mhocko@suse.com, kvm@vger.kernel.org, mst@redhat.com,
	penguin-kernel@I-love.SAKURA.ne.jp, netdev@vger.kernel.org,
	somlo@cmu.edu, linux-kernel@vger.kernel.org, den@klaipeden.com,
	virtualization@lists.linux-foundation.org,
	byungchul.park@lge.com, stefanha@redhat.com,
	marcandre.lureau@redhat.com
Subject: [PULL] vhost/virtio/qemu: cleanups and fixes
Date: Thu, 16 Nov 2017 20:51:54 +0200	[thread overview]
Message-ID: <20171116205154-mutt-send-email-mst@kernel.org> (raw)

DMA support in FW CFG had to be pushed out as it caused ltp failures -
likely a compatibility issue, and could be a hypervisor bug, but we need
to figure it out first. There's still a small chance it'll happen
shortly, then I might do another pull request just for that.

The following changes since commit bebc6082da0a9f5d47a1ea2edc099bf671058bd4:

  Linux 4.14 (2017-11-12 10:46:13 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

for you to fetch changes up to c1d0c3f623ada808904dec676da0126f5b800630:

  fw_cfg: fix the command line module name (2017-11-14 23:57:40 +0200)

----------------------------------------------------------------
virtio, vhost, qemu: bugfixes, cleanups

Fixes in qemu, vhost and virtio.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Byungchul Park (1):
      vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()

Marc-André Lureau (1):
      fw_cfg: fix the command line module name

Michael S. Tsirkin (2):
      virtio_balloon: fix deadlock on OOM
      vhost: fix end of range for access_ok

Stefan Hajnoczi (1):
      vhost/vsock: fix uninitialized vhost_vsock->guest_cid

 drivers/firmware/qemu_fw_cfg.c     |  8 ++++----
 drivers/vhost/scsi.c               |  4 ++--
 drivers/vhost/vhost.c              |  4 ++--
 drivers/vhost/vsock.c              |  2 ++
 drivers/virtio/virtio_balloon.c    | 24 +++++++++++++++++++-----
 include/linux/balloon_compaction.h | 35 ++++++++++++++++++++++++++++++++++-
 mm/balloon_compaction.c            | 28 +++++++++++++++++++++-------
 7 files changed, 84 insertions(+), 21 deletions(-)
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	byungchul.park@lge.com, den@klaipeden.com,
	marcandre.lureau@redhat.com, mhocko@suse.com, mst@redhat.com,
	penguin-kernel@I-love.SAKURA.ne.jp, somlo@cmu.edu,
	stefanha@redhat.com, wei.w.wang@intel.com
Subject: [PULL] vhost/virtio/qemu: cleanups and fixes
Date: Thu, 16 Nov 2017 20:51:54 +0200	[thread overview]
Message-ID: <20171116205154-mutt-send-email-mst@kernel.org> (raw)

DMA support in FW CFG had to be pushed out as it caused ltp failures -
likely a compatibility issue, and could be a hypervisor bug, but we need
to figure it out first. There's still a small chance it'll happen
shortly, then I might do another pull request just for that.

The following changes since commit bebc6082da0a9f5d47a1ea2edc099bf671058bd4:

  Linux 4.14 (2017-11-12 10:46:13 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

for you to fetch changes up to c1d0c3f623ada808904dec676da0126f5b800630:

  fw_cfg: fix the command line module name (2017-11-14 23:57:40 +0200)

----------------------------------------------------------------
virtio, vhost, qemu: bugfixes, cleanups

Fixes in qemu, vhost and virtio.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Byungchul Park (1):
      vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()

Marc-André Lureau (1):
      fw_cfg: fix the command line module name

Michael S. Tsirkin (2):
      virtio_balloon: fix deadlock on OOM
      vhost: fix end of range for access_ok

Stefan Hajnoczi (1):
      vhost/vsock: fix uninitialized vhost_vsock->guest_cid

 drivers/firmware/qemu_fw_cfg.c     |  8 ++++----
 drivers/vhost/scsi.c               |  4 ++--
 drivers/vhost/vhost.c              |  4 ++--
 drivers/vhost/vsock.c              |  2 ++
 drivers/virtio/virtio_balloon.c    | 24 +++++++++++++++++++-----
 include/linux/balloon_compaction.h | 35 ++++++++++++++++++++++++++++++++++-
 mm/balloon_compaction.c            | 28 +++++++++++++++++++++-------
 7 files changed, 84 insertions(+), 21 deletions(-)

             reply	other threads:[~2017-11-16 18:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-16 18:51 Michael S. Tsirkin [this message]
2017-11-16 18:51 ` [PULL] vhost/virtio/qemu: cleanups and fixes Michael S. Tsirkin

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=20171116205154-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=byungchul.park@lge.com \
    --cc=den@klaipeden.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcandre.lureau@redhat.com \
    --cc=mhocko@suse.com \
    --cc=netdev@vger.kernel.org \
    --cc=penguin-kernel@I-love.SAKURA.ne.jp \
    --cc=somlo@cmu.edu \
    --cc=stefanha@redhat.com \
    --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 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.