Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1217879

Re: Warning in irq_work_queue_on()

From Peter Zijlstra <peterz@infradead.org>
Newsgroups linux.kernel
Subject Re: Warning in irq_work_queue_on()
Date 2015-09-03 00:30 +0200
Message-ID <q4oHw-1ws-19@gated-at.bofh.it> (permalink)
References <q1a82-6XQ-11@gated-at.bofh.it> <q4mcG-6jY-19@gated-at.bofh.it> <q4oeu-JH-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Sep 02, 2015 at 11:50:22PM +0200, Frederic Weisbecker wrote:
> > > [  875.703227]  [<ffffffff810c2d74>] tick_nohz_full_kick_cpu+0x44/0x50
> 
> It happens in nohz full, but I'm not sure the guilty is nohz full.
> 
> The problem here is that wake_up_nohz_cpu() selects a CPU that is offline.

wake_up_nohz_cpu() doesn't do any such thing. Where does the selection
logic live?

> But this shouldn't happen. Either it selects a CPU that is in the domain tree,
> and I suspect offline CPUs aren't supposed to be there, or it selects the current
> CPU. And if the CPU is offlined, it shouldn't be running some kthread...

Do no assume things like that.. always check with the active mask.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Warning in irq_work_queue_on() Frederic Weisbecker <fweisbec@gmail.com> - 2015-09-03 00:00 +0200
  Re: Warning in irq_work_queue_on() Peter Zijlstra <peterz@infradead.org> - 2015-09-03 00:30 +0200
    Re: Warning in irq_work_queue_on() Frederic Weisbecker <fweisbec@gmail.com> - 2015-09-03 02:10 +0200
      Re: Warning in irq_work_queue_on() Peter Zijlstra <peterz@infradead.org> - 2015-09-03 10:00 +0200
        Re: Warning in irq_work_queue_on() Frederic Weisbecker <fweisbec@gmail.com> - 2015-09-04 17:20 +0200
          Re: Warning in irq_work_queue_on() "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2015-09-05 22:00 +0200

csiph-web