On 02.08.2012 18:56, Marcin Slusarz wrote:
On Thu, Aug 02, 2012 at 01:26:55PM +0200, Ortwin Glück wrote:
I have managed to turn the crash into a WARN_ON, by adding this to the
begin of nouveau_software_vblank():
if (!psw) {
WARN_ON(1);
return;
}
Yes, I know about it, but this change fixes only a symptom. We should not get
into this code at all without enabling vblank.
I was wondering if that is ever going to be fixed in stable. Nouveau is
broken due to this bug in 3.5 and 3.6 on HP laptops -- not terribly
exotic hardware, is it? Is there any reason why this should not be
submitted to stable?
Ortwin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/