suspend-related shceduler fix

2014-07-26 Thread Mark Kettenis
Thanks to the evil Intel AMT serial, I've been able to figure out what made my x220 hang when suspending. Turns out that the fix matthew@ committed almost two weeks ago uncovered another bug that made sched_stop_secondary_cpus() spin forever if there was a processing running on a secondary cpu

Re: suspend-related shceduler fix

2014-07-26 Thread Brent Cook
This cures my x220 as well. OK bcook@ On Jul 26, 2014 6:56 AM, Mark Kettenis mark.kette...@xs4all.nl wrote: Thanks to the evil Intel AMT serial, I've been able to figure out what made my x220 hang when suspending. Turns out that the fix matthew@ committed almost two weeks ago uncovered

Re: suspend-related shceduler fix

2014-07-26 Thread Philip Guenther
On Sat, Jul 26, 2014 at 4:56 AM, Mark Kettenis mark.kette...@xs4all.nl wrote: Thanks to the evil Intel AMT serial, I've been able to figure out what made my x220 hang when suspending. Turns out that the fix matthew@ committed almost two weeks ago uncovered another bug that made