Revision 3f0116c3238a96bc18ad4b4acefe4e7be32fa861 authored by Ingo Molnar on 10 October 2013, 08:16:30 UTC, committed by Ingo Molnar on 11 October 2013, 05:39:14 UTC
Fengguang Wu, Oleg Nesterov and Peter Zijlstra tracked down
a kernel crash to a GCC bug: GCC miscompiles certain 'asm goto'
constructs, as outlined here:

  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58670

Implement a workaround suggested by Jakub Jelinek.

Reported-and-tested-by: Fengguang Wu <fengguang.wu@intel.com>
Reported-by: Oleg Nesterov <oleg@redhat.com>
Reported-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Suggested-by: Jakub Jelinek <jakub@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: <stable@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 2fe80d3
History
File Mode Size
Kconfig -rw-r--r-- 3.5 KB
Makefile -rw-r--r-- 505 bytes
adm1275.c -rw-r--r-- 10.0 KB
lm25066.c -rw-r--r-- 11.0 KB
ltc2978.c -rw-r--r-- 13.7 KB
max16064.c -rw-r--r-- 3.3 KB
max34440.c -rw-r--r-- 14.0 KB
max8688.c -rw-r--r-- 5.4 KB
pmbus.c -rw-r--r-- 6.2 KB
pmbus.h -rw-r--r-- 13.0 KB
pmbus_core.c -rw-r--r-- 43.4 KB
ucd9000.c -rw-r--r-- 6.2 KB
ucd9200.c -rw-r--r-- 5.1 KB
zl6100.c -rw-r--r-- 9.9 KB

back to top