Re: [PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt quiescent states when disabled

2018-11-26 Thread Paul E. McKenney
On Mon, Nov 26, 2018 at 01:55:37PM +, Ran Rozenstein wrote: > > > > Hearing no objections, here is the updated patch. > > > > Thanx, Paul > > > > > > > > comm

RE: [PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt quiescent states when disabled

2018-11-26 Thread Ran Rozenstein
> > Hearing no objections, here is the updated patch. > > Thanx, Paul > > > > commit 970cab5d3d206029ed27274a98ea1c3d7e780e53 > Author: Paul E. McKenney > Date

Re: [PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt quiescent states when disabled

2018-11-02 Thread Paul E. McKenney
On Wed, Oct 31, 2018 at 11:22:59AM -0700, Paul E. McKenney wrote: > On Tue, Oct 30, 2018 at 03:21:23PM -0700, Joel Fernandes wrote: > > On Tue, Oct 30, 2018 at 05:58:00AM -0700, Paul E. McKenney wrote: > > > On Mon, Oct 29, 2018 at 08:44:52PM -0700, Joel Fernandes wrote: > > > > On Mon, Oct 29, 201

Re: [PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt quiescent states when disabled

2018-10-31 Thread Paul E. McKenney
dipan...@in.ibm.com; > > > > > > a...@linux-foundation.org; mathieu.desnoy...@efficios.com; > > > > > > j...@joshtriplett.org; t...@linutronix.de; pet...@infradead.org; > > > > > > rost...@goodmis.org; dhowe...@redhat.com; eduma...@google.com; >

Re: [PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt quiescent states when disabled

2018-10-30 Thread Joel Fernandes
shtriplett.org; t...@linutronix.de; pet...@infradead.org; > > > > > rost...@goodmis.org; dhowe...@redhat.com; eduma...@google.com; > > > > > fweis...@gmail.com; o...@redhat.com; j...@joelfernandes.org; Paul E. > > > > > McKenne

Re: [PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt quiescent states when disabled

2018-10-30 Thread Paul E. McKenney
le.com; > > > > fweis...@gmail.com; o...@redhat.com; j...@joelfernandes.org; Paul E. > > > > McKenney > > > > Subject: [PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt > > > > quiescent states when disabled > > > > > >

Re: [PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt quiescent states when disabled

2018-10-29 Thread Joel Fernandes
u.desnoy...@efficios.com; > > > j...@joshtriplett.org; t...@linutronix.de; pet...@infradead.org; > > > rost...@goodmis.org; dhowe...@redhat.com; eduma...@google.com; > > > fweis...@gmail.com; o...@redhat.com; j...@joelfernandes.org; Paul E. > > > McKenne

Re: [PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt quiescent states when disabled

2018-10-29 Thread Paul E. McKenney
ost...@goodmis.org; dhowe...@redhat.com; eduma...@google.com; > > fweis...@gmail.com; o...@redhat.com; j...@joelfernandes.org; Paul E. > > McKenney > > Subject: [PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt > > quiescent states when disabled > > > > This co

RE: [PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt quiescent states when disabled

2018-10-29 Thread Ran Rozenstein
Paul E. > McKenney > Subject: [PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt > quiescent states when disabled > > This commit defers reporting of RCU-preempt quiescent states at > rcu_read_unlock_special() time when any of interrupts, softirq, or > preemption

[PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt quiescent states when disabled

2018-08-29 Thread Paul E. McKenney
This commit defers reporting of RCU-preempt quiescent states at rcu_read_unlock_special() time when any of interrupts, softirq, or preemption are disabled. These deferred quiescent states are reported at a later RCU_SOFTIRQ, context switch, idle entry, or CPU-hotplug offline operation. Of course,