Re: clockevents_shutdown vs pending interrupt

2015-07-01 Thread Thomas Gleixner
Andriy, On Wed, 1 Jul 2015, Andriy Gapon wrote: > I've caught a couple of boot logs with different stack traces from > unsuccessful > boot attempts and one from a successful attempt with exactly the same VM > configuration. > The logs are here: > https://people.freebsd.org/~avg/linux-boot-hang/

Re: clockevents_shutdown vs pending interrupt

2015-07-01 Thread Andriy Gapon
On 23/06/2015 13:15, Thomas Gleixner wrote: > Can you provide a full dmesg please? Thomas, I've caught a couple of boot logs with different stack traces from unsuccessful boot attempts and one from a successful attempt with exactly the same VM configuration. The logs are here: https://people.free

Re: clockevents_shutdown vs pending interrupt

2015-06-23 Thread Thomas Gleixner
On Tue, 23 Jun 2015, Andriy Gapon wrote: > Pardon if I am asking something obvious or silly... > > tick_check_new_device() has the following code: > > if (tick_is_broadcast_device(curdev)) { > clockevents_shutdown(curdev); > curdev = NULL; > } > >

clockevents_shutdown vs pending interrupt

2015-06-23 Thread Andriy Gapon
Pardon if I am asking something obvious or silly... tick_check_new_device() has the following code: if (tick_is_broadcast_device(curdev)) { clockevents_shutdown(curdev); curdev = NULL; } and void clockevents_shutdown(struct clock_event_device *de