Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132220
b: refs/heads/master
c: 86d6f2b
h: refs/heads/master
v: v3
  • Loading branch information
Renzo Davoli authored and Linus Torvalds committed Mar 12, 2009
1 parent 533234a commit 1040d82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f1c7404e37a8970bd58cc10a6d96534d42b9aac6
refs/heads/master: 86d6f2bf61eb2a28fa63c0a19330d36226426477
5 changes: 5 additions & 0 deletions trunk/arch/um/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
ret = poke_user(child, addr, data);
break;

case PTRACE_SYSEMU:
case PTRACE_SYSEMU_SINGLESTEP:
ret = -EIO;
break;

/* continue and stop at next (return from) syscall */
case PTRACE_SYSCALL:
/* restart after signal. */
Expand Down

0 comments on commit 1040d82

Please sign in to comment.