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:
c06fec5
)
x86: make traps on 'iret' be debuggable in user space
author
Linus Torvalds
<torvalds@ppc970.osdl.org>
Fri, 29 Apr 2005 16:38:44 +0000
(09:38 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Fri, 29 Apr 2005 16:38:44 +0000
(09:38 -0700)
This makes a trap on the 'iret' that returns us to user space
cause a nice clean SIGSEGV, instead of just a hard (and silent)
exit.
That way a debugger can actually try to see what happened, and
we also properly notify everybody who might be interested about
us being gone.
This loses the error code, but tells the debugger what happened
with ILL_BADSTK in the siginfo.
No differences found