Comment 5 for bug 1304028

Revision history for this message
Tixy (Jon Medhurst) (tixy) wrote :

This is cased by cpuidle_driver_ref() not coping with there being no driver present. This was fixed in linus 3.12 by commit 3b9c10e98021e1f92e6f8c7ce1778b86ba68db10 (cpuidle: Check the result of cpuidle_get_driver() against NULL)

After cherry-picking that, the ARMv8 base model boots OK for me.