From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751735AbdGZQLs (ORCPT ); Wed, 26 Jul 2017 12:11:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60912 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750918AbdGZQLr (ORCPT ); Wed, 26 Jul 2017 12:11:47 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com BC83A7C849 Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=mst@redhat.com Date: Wed, 26 Jul 2017 19:11:34 +0300 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, andriy.shevchenko@linux.intel.com, bigeasy@linutronix.de, drjones@redhat.com, jasowang@redhat.com, liang.z.li@intel.com, mst@redhat.com, wei.w.wang@intel.com Subject: [PULL] vhost: fixes, cleanups Message-ID: <20170726191134-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mutt-Fcc: =sent X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Wed, 26 Jul 2017 16:11:46 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org All's quiet here this cycle, just some minor fixes. A block printk message bugfix is still pending for the next pull, didn't want to delay this one as people are getting impatient. The following changes since commit 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9: Linux 4.13-rc2 (2017-07-23 16:15:17 -0700) 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 cfa0ebc9d6d6308564f5174ecb655b9d504b2be5: virtio-net: fix module unloading (2017-07-25 16:37:36 +0300) ---------------------------------------------------------------- virtio: fixes, cleanups Fixes some minor issues all over the codebase. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Andrew Jones (1): virtio-net: fix module unloading Andy Shevchenko (1): virtio_blk: Use sysfs_match_string() helper Liang Li (1): virtio-balloon: deflate via a page list Wei Wang (1): virtio-balloon: coding format cleanup drivers/block/virtio_blk.c | 7 ++----- drivers/net/virtio_net.c | 2 +- drivers/virtio/virtio_balloon.c | 28 ++++++++++++---------------- 3 files changed, 15 insertions(+), 22 deletions(-)