git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ca97c6
)
[PATCH] x86_64: Don't do syscall exit tracing twice
author
Andi Kleen
<ak@suse.de>
Tue, 30 May 2006 20:48:03 +0000
(22:48 +0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 31 May 2006 03:31:06 +0000
(20:31 -0700)
int_ret_from_syscall already does syscall exit tracing, so
no need to do it again in the caller.
This caused problems for UML and some other special programs doing
syscall interception.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found