commit | cf6acedbeac17dea1c1eed85048a72e188f3f768 | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Wed May 23 13:57:40 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 23 20:14:12 2007 -0700 |
tree | d5c1b4e5b9a5e8c22198bc92839c80305641cb09 | |
parent | da90fa8ff671a0139772ec3b3e82c06077e82122 [diff] |
uml: improve PTRACE_SYSEMU checking Make the PTRACE_SYSEMU checking more robust. It will make sure that system call numbers are reported correctly. If there is a problem, it will disable PTRACE_SYSEMU use and use PTRACE_SYSCALL instead. Thanks to Balaji G for helping reproduce this problem. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>