Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757582Ab3HGXd5 (ORCPT ); Wed, 7 Aug 2013 19:33:57 -0400 Received: from ozlabs.org ([203.10.76.45]:53315 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757214Ab3HGXd4 (ORCPT ); Wed, 7 Aug 2013 19:33:56 -0400 From: Rusty Russell To: "Linus Torvalds" Cc: "lkml" Cc: Amit Shah Cc: Asias He Cc: Yoshihiro YUNOMAE Subject: [PLEASE PULL] virtio fixes (again!) User-Agent: Notmuch/0.15.2+81~gd2c8818 (http://notmuchmail.org) Emacs/23.4.1 (i686-pc-linux-gnu) Date: Thu, 08 Aug 2013 09:02:54 +0930 Message-ID: <87siyloz4p.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1615 Lines: 42 The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b: Linux 3.11-rc2 (2013-07-21 12:05:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git tags/fixes-for-linus for you to fetch changes up to aa52aeea2725839bdd3dcce394486e9a043065e0: virtio-scsi: Fix virtqueue affinity setup (2013-08-01 11:37:19 +0930) ---------------------------------------------------------------- More virtio console fixes than I'm happy with, but all real issues, and all CC:stable.. Thanks, Rusty. ---------------------------------------------------------------- Amit Shah (5): virtio: console: fix race with port unplug and open/close virtio: console: fix race in port_fops_open() and port unplug virtio: console: clean up port data immediately at time of unplug virtio: console: fix raising SIGIO after port unplug virtio: console: return -ENODEV on all read operations after unplug Asias He (1): virtio-scsi: Fix virtqueue affinity setup Yoshihiro YUNOMAE (2): virtio/console: Quit from splice_write if pipe->nrbufs is 0 virtio/console: Add pipe_lock/unlock for splice_write drivers/char/virtio_console.c | 70 +++++++++++++++++++++++++++++-------------- drivers/scsi/virtio_scsi.c | 2 +- 2 files changed, 49 insertions(+), 23 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/