From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752872AbbCQB7I (ORCPT ); Mon, 16 Mar 2015 21:59:08 -0400 Received: from ozlabs.org ([103.22.144.67]:40456 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751381AbbCQB7F (ORCPT ); Mon, 16 Mar 2015 21:59:05 -0400 From: Rusty Russell To: "Linus Torvalds" Cc: "lkml" Cc: Amit Shah Cc: Cornelia Huck Cc: "Michael S. Tsirkin" Cc: Ohad Ben-Cohen Cc: Paolo Bonzini Cc: Thomas Huth Subject: [PULL] virtio-next fixes User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Tue, 17 Mar 2015 12:19:54 +1030 Message-ID: <877fugmlz1.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)