From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753809AbbHGF2X (ORCPT ); Fri, 7 Aug 2015 01:28:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56137 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752874AbbHGF2W (ORCPT ); Fri, 7 Aug 2015 01:28:22 -0400 Date: Fri, 7 Aug 2015 08:28:18 +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, jasowang@redhat.com, mst@redhat.com Subject: [PULL] vhost: fix for 4.2 Message-ID: <20150807082818-mutt-send-email-mst@redhat.com> 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 74d33293e467df61de1b1d8b2fbe29e550dec33b: Linux 4.2-rc5 (2015-08-02 18:34:55 -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 df4198b1e0c4a7d1adde1e5c2ceb67ac10b391bb: virtio-input: reset device and detach unused during remove (2015-08-06 10:40:35 +0300) ---------------------------------------------------------------- virtio: fix for 4.2 A last minute fix for the new virtio input driver. It seems pretty obvious, and the problem it's fixing would be quite hard to debug. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Jason Wang (1): virtio-input: reset device and detach unused during remove drivers/virtio/virtio_input.c | 4 ++++ 1 file changed, 4 insertions(+)