[RFC PATCH 0/6] RCU: Preemptible-RCU

2007-12-13 Thread Gautham R Shenoy
Hello everyone, This patchset is an updated version of the preemptible RCU patchset that Paul McKenney had posted it in September earlier this year that can be found here -- http://lkml.org/lkml/2007/9/10/213 This patchset incorporates the review comments from Oleg Nesterov and Steven Rostedt.

Re: [RFC PATCH 0/6] RCU: Preemptible-RCU

2007-12-13 Thread Steven Rostedt
On Thu, 13 Dec 2007, Gautham R Shenoy wrote: Currently it is based against the latest linux-2.6-sched-devel.git Awaiting your feedback! Hi Gautham, Thanks for posting this. I believe this is the same version of preempt RCU as we have in the RT patch. It seems to be very stable. I ran the RT

Re: [RFC PATCH 0/6] RCU: Preemptible-RCU

2007-12-13 Thread Ingo Molnar
* Gautham R Shenoy [EMAIL PROTECTED] wrote: Hello everyone, This patchset is an updated version of the preemptible RCU patchset that Paul McKenney had posted it in September earlier this year that can be found here -- http://lkml.org/lkml/2007/9/10/213 This patchset incorporates the

Re: [RFC PATCH 0/6] RCU: Preemptible-RCU

2007-12-13 Thread Ingo Molnar
* Steven Rostedt [EMAIL PROTECTED] wrote: On Thu, 13 Dec 2007, Gautham R Shenoy wrote: Currently it is based against the latest linux-2.6-sched-devel.git Awaiting your feedback! Hi Gautham, Thanks for posting this. I believe this is the same version of preempt RCU as we have

Re: [RFC PATCH 0/6] RCU: Preemptible-RCU

2007-12-13 Thread Gautham R Shenoy
Hi Steve, On Thu, Dec 13, 2007 at 12:36:47PM -0500, Steven Rostedt wrote: On Thu, 13 Dec 2007, Gautham R Shenoy wrote: Currently it is based against the latest linux-2.6-sched-devel.git Awaiting your feedback! Hi Gautham, Thanks for posting this. I believe this is the same

Re: [RFC PATCH 0/6] RCU: Preemptible-RCU

2007-12-13 Thread Paul E. McKenney
On Thu, Dec 13, 2007 at 09:38:04PM +0100, Ingo Molnar wrote: * Gautham R Shenoy [EMAIL PROTECTED] wrote: Hello everyone, This patchset is an updated version of the preemptible RCU patchset that Paul McKenney had posted it in September earlier this year that can be found here --