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
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.0 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 257.2 KB
Makefile -rw-r--r-- 47.4 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top