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-- 4.6 KB
Makefile -rw-r--r-- 424 bytes
uio.c -rw-r--r-- 19.2 KB
uio_aec.c -rw-r--r-- 4.1 KB
uio_cif.c -rw-r--r-- 3.2 KB
uio_dmem_genirq.c -rw-r--r-- 9.1 KB
uio_mf624.c -rw-r--r-- 6.1 KB
uio_netx.c -rw-r--r-- 4.3 KB
uio_pci_generic.c -rw-r--r-- 3.2 KB
uio_pdrv_genirq.c -rw-r--r-- 7.7 KB
uio_pruss.c -rw-r--r-- 6.5 KB
uio_sercos3.c -rw-r--r-- 6.1 KB

back to top