Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754430AbdLHPsF (ORCPT ); Fri, 8 Dec 2017 10:48:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:59404 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754404AbdLHPsC (ORCPT ); Fri, 8 Dec 2017 10:48:02 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 74D1E21920 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=fail smtp.mailfrom=mst@redhat.com Date: Fri, 8 Dec 2017 17:47:51 +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, mst@redhat.com, wangyunjian@huawei.com, zhangweiping@didichuxing.com Subject: [PULL] vhost: cleanups and fixes Message-ID: <20171208174751-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 Content-Length: 1064 Lines: 30 The following changes since commit d9e427f6ab8142d6868eb719e6a7851aafea56b6: virtio_balloon: fix increment of vb->num_pfns in fill_balloon() (2017-12-01 16:55:45 +0200) 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 03e9f8a05bce7330bcd9c5cc54c8e42d0fcbf993: virtio_net: fix return value check in receive_mergeable() (2017-12-07 18:34:52 +0200) ---------------------------------------------------------------- virtio: bugfixes A couple of minor bugfixes. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Yunjian Wang (1): virtio_net: fix return value check in receive_mergeable() weiping zhang (2): virtio_mmio: add cleanup for virtio_mmio_probe virtio_mmio: add cleanup for virtio_mmio_remove drivers/net/virtio_net.c | 2 +- drivers/virtio/virtio_mmio.c | 57 ++++++++++++++++++++++++++++++++++++-------- 2 files changed, 48 insertions(+), 11 deletions(-)