[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090616022041.23890.90120.stgit@dev.haskins.net>
Date: Mon, 15 Jun 2009 22:29:51 -0400
From: Gregory Haskins <ghaskins@...ell.com>
To: kvm@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, avi@...hat.com, mst@...hat.com,
davidel@...ilserver.org, paulmck@...ux.vnet.ibm.com
Subject: [KVM-RFC PATCH 0/2] eventfd enhancements for irqfd/iosignalfd
(Applies to kvm.git/master:c27b64a0)
For more details, please read the patch headers. This series adds
a new feature to eventfd (explicit notifications) which addresses
wqh based limitations, as well as provides fixes for several issues
in irqfd pointed out by Michael Tsirkin. You can find reference to these
issues here:
http://lkml.org/lkml/2009/6/15/218
http://lkml.org/lkml/2009/6/11/249
This series has been tested against the kvm-eventfd unit test, and
appears to be functioning properly. You can download this test here:
ftp://ftp.novell.com/dev/ghaskins/kvm-eventfd.tar.bz2
---
Gregory Haskins (2):
eventfd: add module reference counting support for registered notifiers
eventfd: add an explicit srcu based notifier interface
fs/eventfd.c | 123 ++++++++++++++++++++++++++++++++++++++++++++---
include/linux/eventfd.h | 33 +++++++++++++
virt/kvm/eventfd.c | 114 ++++++++++++++++++++------------------------
3 files changed, 199 insertions(+), 71 deletions(-)
--
Signature
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists