Re: [GIT PULL] nohz: Move nohz kick out of scheduler IPI, v9

2014-06-24 Thread Ingo Molnar
* Peter Zijlstra wrote: > On Wed, Jun 18, 2014 at 06:48:41PM +0200, Ingo Molnar wrote: > > > > * Frederic Weisbecker wrote: > > > Please pull the timers/nohz-irq-work-v7 branch that can be found at: > > > > > > > Pulled, thanks a lot Frederic! > > Ingo, the previous version had one of your

Re: [GIT PULL] nohz: Move nohz kick out of scheduler IPI, v9

2014-06-23 Thread Peter Zijlstra
On Wed, Jun 18, 2014 at 06:48:41PM +0200, Ingo Molnar wrote: > > * Frederic Weisbecker wrote: > > Please pull the timers/nohz-irq-work-v7 branch that can be found at: > > > > Pulled, thanks a lot Frederic! Ingo, the previous version had one of your machines fall over, is that machine good now?

Re: [GIT PULL] nohz: Move nohz kick out of scheduler IPI, v9

2014-06-18 Thread Ingo Molnar
* Frederic Weisbecker wrote: > Ingo, > > Please pull the timers/nohz-irq-work-v7 branch that can be found at: > > git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git > timers/nohz-irq-work-v7 > > It has been acked by Peterz. > > --- Summary --- > > This set moves

[GIT PULL] nohz: Move nohz kick out of scheduler IPI, v9

2014-06-16 Thread Frederic Weisbecker
Ingo, Please pull the timers/nohz-irq-work-v7 branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git timers/nohz-irq-work-v7 It has been acked by Peterz. --- Summary --- This set moves the nohz kick, used to notify a full dynticks CPU whe

[GIT PULL] nohz: Move nohz kick out of scheduler IPI, v7

2014-06-03 Thread Frederic Weisbecker
Hi, This version fixes the following concerns from Peterz: * Warn _before_ work claim on irq_work_queue_on() * Warn on in_nmi() while remote queueing * Only disabled preemption (and not irqs) on local queueing Thanks. git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git

Re: [GIT PULL] nohz: Move nohz kick out of scheduler IPI, v7

2014-06-03 Thread Frederic Weisbecker
On Tue, Jun 03, 2014 at 04:40:15PM +0200, Frederic Weisbecker wrote: > Hi, > > This version fixes the following concerns from Peterz: > > * Warn _before_ work claim on irq_work_queue_on() > * Warn on in_nmi() while remote queueing > * Only disabled preemption (and not irqs) on local queueing > >

[GIT PULL] nohz: Move nohz kick out of scheduler IPI

2014-04-02 Thread Frederic Weisbecker
Ingo, Thomas, Please pull the timers/nohz-ipi-for-mingo branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git timers/nohz-ipi-for-tip 1st post got no objection: https://lkml.org/lkml/2014/3/19/453 I held it up until the block bits from Je