Possible suspend/resume regression in .32-rc?
From: Daniel Mack <hidden>
Date: 2009-11-01 21:16:26
From: Daniel Mack <hidden>
Date: 2009-11-01 21:16:26
On Sun, Nov 01, 2009 at 10:13:25PM +0100, Pavel Machek wrote:
quoted
Is anyone using suspend/resume with a recent git mainline kernel on PXA or other ARM embedded boards? My platform used to suspend and resume just fine on 2.6.31 but now as I rebased it, it fails the resume part.2.6.32-rc* broke resume on spitz (pxa). I narrowed it down to crash in arch_suspend_enable_irqs() in kernel/power/suspend.c... Can you try to light a led or something just before it to see if you hit same problem?
The problem seems more related to how the IRQs are set up, as I wrote in my follow-up. Does reverting d2c370684 fix the problem for you, too? Daniel