From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751324AbdAWPFh (ORCPT ); Mon, 23 Jan 2017 10:05:37 -0500 Received: from mail.kernel.org ([198.145.29.136]:54060 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750756AbdAWPFf (ORCPT ); Mon, 23 Jan 2017 10:05:35 -0500 Date: Mon, 23 Jan 2017 17:05:30 +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, bhumirks@gmail.com, borntraeger@de.ibm.com, colin.king@canonical.com, cornelia.huck@de.ibm.com, dan.carpenter@oracle.com, gcampana@quarkslab.com, jasowang@redhat.com, mst@redhat.com, pasic@linux.vnet.ibm.com, pmorel@linux.vnet.ibm.com, silbe@linux.vnet.ibm.com Subject: [PULL] vhost: cleanups and fixes Message-ID: <20170123170530-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mutt-Fcc: =sent Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5: Linux 4.10-rc4 (2017-01-15 16:21:59 -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 0db1dba5dfaf70fb3baf07973996db2078528cde: virtio/s390: virtio: constify virtio_config_ops structures (2017-01-19 23:46:34 +0200) Note: ARM DMA fixes missed this pull, will be in the next one. ---------------------------------------------------------------- virtio, vhost: fixes, cleanups Random fixes and cleanups that accumulated over the time. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Bhumika Goyal (2): vhost: scsi: constify target_core_fabric_ops structures virtio/s390: virtio: constify virtio_config_ops structures Colin Ian King (1): virtio/s390: add missing \n to end of dev_err message Dan Carpenter (1): vhost/scsi: silence uninitialized variable warning G. Campana (1): virtio_console: fix a crash in config_work_handler Halil Pasic (2): tools/virtio/ringtest: fix run-on-all.sh for offline cpus tools/virtio/ringtest: tweaks for s390 Pierre Morel (1): virtio/s390: support READ_STATUS command for virtio-ccw drivers/char/virtio_console.c | 2 +- drivers/s390/virtio/virtio_ccw.c | 29 +++++++++++++++++++++++++++-- drivers/vhost/scsi.c | 4 ++-- tools/virtio/ringtest/main.h | 12 ++++++++++++ tools/virtio/ringtest/run-on-all.sh | 5 +++-- 5 files changed, 45 insertions(+), 7 deletions(-)