From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 25 Jan 2017 18:21:18 +0200 From: "Michael S. Tsirkin" To: Linus Torvalds Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, jean-philippe.brucker@arm.com, luto@kernel.org, marc.zyngier@arm.com, mst@redhat.com, robin.murphy@arm.com, stable@vger.kernel.org, stefanha@redhat.com, will.deacon@arm.com Subject: [PULL] virtio, vhost: fixes Message-ID: <20170125182118-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: The following changes since commit 7a308bb3016f57e5be11a677d15b821536419d36: Linux 4.10-rc5 (2017-01-22 12:54:15 -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 c7070619f3408d9a0dffbed9149e6f00479cf43b: vring: Force use of DMA API for ARM-based systems with legacy devices (2017-01-25 00:33:11 +0200) ---------------------------------------------------------------- virtio, vhost: fixes ARM DMA fixes vhost vsock bugfix Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Robin Murphy (1): virtio_mmio: Set DMA masks appropriately Stefan Hajnoczi (1): vhost/vsock: handle vhost_vq_init_access() error Will Deacon (1): vring: Force use of DMA API for ARM-based systems with legacy devices drivers/vhost/vsock.c | 13 +++++++++---- drivers/virtio/virtio_mmio.c | 20 +++++++++++++++++++- drivers/virtio/virtio_ring.c | 7 +++++++ 3 files changed, 35 insertions(+), 5 deletions(-)