public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [KVM PATCH 0/4] irqfd fixes/enhancements
@ 2009-06-18 17:44 Gregory Haskins
  2009-06-18 17:44 ` [KVM PATCH 1/4] KVM: update inaccurate irqfd comment Gregory Haskins
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Gregory Haskins @ 2009-06-18 17:44 UTC (permalink / raw)
  To: kvm; +Cc: linux-kernel, davidel, mingo, mst, avi, paulmck, rusty

(Applies to kvm.git/master:c27b64a0)

The following series represents my queue of fixes for issues in irqfd, 
which include enhancements to eventfd.  This is a respin of the patches
originally proposed yesterday, called "[KVM-RFC PATCH 0/2] eventfd
enhancements for irqfd/iosignalfd", which you can find a link to the thread
here:

http://www.gossamer-threads.com/lists/linux/kernel/1091852

Aside from introducing a few minor fixes (patches 1/4, 2/4), the general
solution for module reference counting has been extracted from the
(controversial) SRCU enhancement.  We can address the SRCU topic at a later
time.  For now, fixing the race condition is a higher priority item IMO.
Hopefully, this more focused series is more palatable for the
reviewers/maintainers involved.

---

Gregory Haskins (4):
      eventfd: add module reference counting support for registered notifiers
      eventfd: add generalized notifier interface
      KVM: fix irqfd error checking
      KVM: update inaccurate irqfd comment


 fs/eventfd.c            |   77 ++++++++++++++++++++++++++++++++++++++++++++
 include/linux/eventfd.h |   37 +++++++++++++++++++++
 virt/kvm/eventfd.c      |   82 ++++++++++++++++++-----------------------------
 3 files changed, 146 insertions(+), 50 deletions(-)

-- 


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-06-21 12:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-18 17:44 [KVM PATCH 0/4] irqfd fixes/enhancements Gregory Haskins
2009-06-18 17:44 ` [KVM PATCH 1/4] KVM: update inaccurate irqfd comment Gregory Haskins
2009-06-18 17:44 ` [KVM PATCH 2/4] KVM: fix irqfd error checking Gregory Haskins
2009-06-18 17:44 ` [KVM PATCH 3/4] eventfd: add generalized notifier interface Gregory Haskins
2009-06-18 17:45   ` Davide Libenzi
2009-06-18 18:46     ` Gregory Haskins
2009-06-18 18:48     ` Gregory Haskins
2009-06-18 17:44 ` [KVM PATCH 4/4] eventfd: add module reference counting support for registered notifiers Gregory Haskins
2009-06-21 12:56 ` [KVM PATCH 0/4] irqfd fixes/enhancements Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox