commit | f0f2d6536e3515b5b1b7ae97dc8f176860c8c2ce | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Mon Jun 26 13:56:34 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jun 26 10:48:15 2006 -0700 |
tree | 6d26714a540c0b77e1573522b46c5b74989c4950 | |
parent | f5adc9c79d3a15478c0028139c54453ff3900488 [diff] |
[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>