kernel-ark/arch/um
Paolo 'Blaisorblade' Giarrusso 275e6e1ee2 [PATCH] uml: fix compilation and execution with hardened GCC
To make some half-assembly stubs compile, disable various "hardened" GCC
features:

*) we can't make it build PIC code as we need %ebx to do syscalls and GCC
   wants it free for PIC

*) we can't leave stack protection as the stub is moved (not relocated!) in
   memory so the RIP-relative access to the canary tries reading from an
   unmapped address and causes a segfault, since we move the stub of various
   megabytes (the exact amount will be decided at runtime) away from the
   link-time address.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Acked-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-05-01 18:17:45 -07:00
..
drivers [PATCH] uml: fix patch mismerge 2006-05-01 18:17:44 -07:00
include [PATCH] uml: change sigjmp_buf to jmp_buf 2006-04-19 09:13:51 -07:00
kernel [PATCH] uml: fix compilation and execution with hardened GCC 2006-05-01 18:17:45 -07:00
os-Linux [PATCH] uml: search from uml_net in a more reasonable PATH 2006-05-01 18:17:45 -07:00
scripts [PATCH] uml: support sparse for userspace files 2006-04-11 06:18:36 -07:00
sys-i386 [PATCH] uml: fix compilation and execution with hardened GCC 2006-05-01 18:17:45 -07:00
sys-ia64
sys-ppc
sys-x86_64 [PATCH] uml: fix compilation and execution with hardened GCC 2006-05-01 18:17:45 -07:00
config.release
defconfig [PATCH] uml: update defconfig 2006-05-01 18:17:44 -07:00
Kconfig [PATCH] uml: skas0 support for 2G/2G hosts 2006-05-01 18:17:43 -07:00
Kconfig.char
Kconfig.debug
Kconfig.i386 [PATCH] uml: skas0 support for 2G/2G hosts 2006-05-01 18:17:43 -07:00
Kconfig.net
Kconfig.scsi
Kconfig.x86_64 [PATCH] um: fix undefined reference to hweight32 2006-03-26 08:57:09 -08:00
Makefile [PATCH] uml: fix compilation and execution with hardened GCC 2006-05-01 18:17:45 -07:00
Makefile-i386 [PATCH] uml: fixups for "reuse i386 cpu-specific tuning" 2005-11-13 18:14:14 -08:00
Makefile-ia64
Makefile-os-Linux
Makefile-ppc
Makefile-skas [PATCH] uml makefiles sanitized 2005-09-29 08:46:26 -07:00
Makefile-tt
Makefile-x86_64 [PATCH] uml: eliminate symlinks to host arch 2006-03-31 12:18:50 -08:00