Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] Userspace RCU git fixes
@ 2011-09-11  6:14 Mathieu Desnoyers
  2011-09-12  7:32 ` Paolo Bonzini
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Desnoyers @ 2011-09-11  6:14 UTC (permalink / raw)


Hi Paul, Hi Paolo,

Just to let you know that I pushed two updates into urcu: one fixes a
grace period hang caused by a missing wakeup in the synchronize_rcu QSBR
code. This appears to hit us due to the more fine-grained wakeup
code brought by Paolo. The wakeup was really missing from the
synchronize_rcu code (so Paolo's code just triggered an existing
problem). I thought it would be good to let you know the effect: grace
periods are delayed forever. This problem never appeared in a release (I
caught it before).

The second update registers the call_rcu worker threads as RCU reader
threads, so we can take the read-side lock inside them. I put them
offline when they wait, which makes them report quiescent state in QSBR.
This turns out to be required for my hash table code, and I think this
is generally a good thing.

Thanks,

Mathieu

-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com




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

end of thread, other threads:[~2011-09-13 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-11  6:14 [ltt-dev] Userspace RCU git fixes Mathieu Desnoyers
2011-09-12  7:32 ` Paolo Bonzini
2011-09-13 17:53   ` Mathieu Desnoyers

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