From: Rusty Russell <rusty@rustcorp.com.au>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: "lkml" <linux-kernel@vger.kernel.org>
Cc: Amit Shah <amit.shah@redhat.com>
Cc: Asias He <asias@redhat.com>
Cc: Yoshihiro YUNOMAE <yoshihiro.yunomae.ez@hitachi.com>
Subject: [PLEASE PULL] virtio fixes (again!)
Date: Thu, 08 Aug 2013 09:02:54 +0930 [thread overview]
Message-ID: <87siyloz4p.fsf@rustcorp.com.au> (raw)
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(-)
reply other threads:[~2013-08-07 23:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87siyloz4p.fsf@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.