]> Pileus Git - ~andy/linux/commit
[PATCH] i386: Fix places where using %gs changes the usermode ABI
authorJeremy Fitzhardinge <jeremy@goop.org>
Thu, 7 Dec 2006 01:14:02 +0000 (02:14 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:02 +0000 (02:14 +0100)
commit66e10a44d724f1464b5e8b5a3eae1e2cbbc2cca6
tree0d2a1a1d5edaf98506ef7cb271cad62f5644268e
parentf95d47caae5302a63d92be9a0292abc90e2a14e1
[PATCH] i386: Fix places where using %gs changes the usermode ABI

There are a few places where the change in struct pt_regs and the use of %gs
affect the userspace ABI.  These are primarily debugging interfaces where
thread state can be inspected or extracted.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Chuck Ebbert <76306.1226@compuserve.com>
Cc: Zachary Amsden <zach@vmware.com>
Cc: Jan Beulich <jbeulich@novell.com>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
arch/i386/kernel/process.c
arch/i386/kernel/ptrace.c
include/asm-i386/elf.h
include/asm-i386/unwind.h