]> Pileus Git - ~andy/linux/commit
[PATCH] x86_64: Implement compat functions for PTRACE_SETSIGINFO/GETSIGINFO
authorAndi Kleen <ak@suse.de>
Mon, 26 Jun 2006 11:56:34 +0000 (13:56 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 17:48:15 +0000 (10:48 -0700)
commitf0f2d6536e3515b5b1b7ae97dc8f176860c8c2ce
tree6d26714a540c0b77e1573522b46c5b74989c4950
parentf5adc9c79d3a15478c0028139c54453ff3900488
[PATCH] x86_64: Implement compat functions for PTRACE_SETSIGINFO/GETSIGINFO

Previously we would just silently provide 64 bit services
for this to 32bit processes.

I also added all the other cases explicitely to the ptrace
compat wrapper to make sure this doesn't happen again.

And removed one bogus check in the wrapper.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/ia32/ptrace32.c