commit | 2f62c94176af875f22ecd01887a550d5d48092fc | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Oct 17 18:04:34 2007 +0200 |
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | Wed Oct 17 20:15:34 2007 +0200 |
tree | a88a4a31dc1b5ea55d93835897624dca1c36eb77 | |
parent | f68fd5f480248ca49e20e30a8e2387bc54694580 [diff] |
x86_64: Fix compat emulation of PTRACE_GET/SET_THREAD_AREA Since the 64bit kernel has different indexes for this TLS segments the address needs to be adjusted in the ptrace 32bit emulation. [ tglx: arch/x86 adaptation ] Reported-by: Amnon Shiloh Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>