All of lore.kernel.org
 help / color / mirror / Atom feed
* BUG during shutdown - bisected to commit e2912009
@ 2010-01-02  0:27 Marc Dionne
  2010-01-02  0:42 ` Peter Zijlstra
  0 siblings, 1 reply; 13+ messages in thread
From: Marc Dionne @ 2010-01-02  0:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: Peter Zijlstra

I'm getting a BUG with current kernels from
kernel/time/clockevents.c:263 when halting the system - a restart
behaves normally.  I don't have a good camera handy at the moment to
capture the call stack on screen, but the call sequence is:

clockevents_notify
hrtimer_cpu_notify
notifier_call_chain
raw_notifier_call_chain
_cpu_down
disable_nonboot_cpus
kernel_power_off
sys_reboot

I bisected it down to commit e2912009: sched: Ensure set_task_cpu() is
never called on blocked tasks.  There were a few commits tested along
the way where I got a freeze (with the power still on) instead of a
BUG. Reverting that commit from the current kernel doesn't look
trivial, but the commit immediately preceding this one does halt fine.

Marc

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

end of thread, other threads:[~2010-01-07  3:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-02  0:27 BUG during shutdown - bisected to commit e2912009 Marc Dionne
2010-01-02  0:42 ` Peter Zijlstra
2010-01-04 18:43   ` Marc Dionne
2010-01-05  2:56     ` Xiaotian Feng
2010-01-05  3:23       ` Marc Dionne
2010-01-05 10:18         ` Xiaotian Feng
2010-01-05 22:58           ` Marc Dionne
2010-01-06  9:42             ` Xiaotian Feng
2010-01-07  0:44               ` Marc Dionne
2010-01-07  2:51                 ` Xiaotian Feng
2010-01-07  3:07                   ` Marc Dionne
2010-01-07  3:20                     ` Marc Dionne
2010-01-07  3:24                       ` Xiaotian Feng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.