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:
29b6cd7
)
x86: kprobes bugfix
author
Masami Hiramatsu
<mhiramat@redhat.com>
Tue, 18 Dec 2007 17:05:58 +0000
(18:05 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 18 Dec 2007 17:05:58 +0000
(18:05 +0100)
Kprobes for x86-64 may cause a kernel crash if it inserted on "iret"
instruction. "call absolute" is invalid on x86-64, so we don't need
treat it.
- Change the processing order as same as x86-32.
- Add "iret"(0xcf) case.
- Remove next_rip local variable.
Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/kprobes_64.c
patch
|
blob
|
history
diff --cc
arch/x86/kernel/kprobes_64.c
Simple merge