Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d989306d authored by Andi Kleen's avatar Andi Kleen Committed by Chris Wright
Browse files

[PATCH] x86_64: Don't do syscall exit tracing twice


This fixes a regression from the earlier DOS fix for non canonical
IRET addresses. It broke UML.

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: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarChris Wright <chrisw@sous-sol.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d0252619
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment