https://github.com/torvalds/linux
Revision 6d60792ec059d9f2139828f9f017679abb81aa73 authored by Ilia Mirkin on 06 January 2014, 01:07:02 UTC, committed by Ben Skeggs on 07 January 2014, 03:37:55 UTC
This fixes a hang in VBIOS scripts of the form "condition; jump".
The jump used to always be executed, while now it will only be
executed if the condition is true.

See https://bugs.freedesktop.org/show_bug.cgi?id=72943

Reported-by: Darcy Brás da Silva <dardevelin@cidadecool.com>
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: stable@vger.kernel.org
1 parent 6e9cbb4
History
Tip revision: 6d60792ec059d9f2139828f9f017679abb81aa73 authored by Ilia Mirkin on 06 January 2014, 01:07:02 UTC
drm/nouveau/bios: make jump conditional
Tip revision: 6d60792

back to top