lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 30 Oct 2012 18:47:36 +0100
From:	Ortwin Glück <odi@....ch>
To:	Marcin Slusarz <marcin.slusarz@...il.com>, bskeggs@...hat.com,
	linux-kernel@...r.kernel.org
Subject: Re: drm/nouveau: crash regression in 3.5

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 majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ