commit | f1ef9167ca4494a8c6d71d0031c73e9c8841eadd | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Thu Jun 12 15:21:41 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jun 12 18:05:40 2008 -0700 |
tree | a4c5a1420501a54ddd5bcf44ff7224e3293e8d3e | |
parent | 14c8a77e1bbd693446dad297d2ae2dd22f187e4f [diff] |
uml: work around broken host PTRACE_SYSEMU Fedora broke PTRACE_SYSEMU again, and UML crashes as a result when it doesn't need to. This patch makes the PTRACE_SYSEMU check fail gracefully and makes UML fall back to PTRACE_SYSCALL. 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>