Masami Hiramatsu 0b0122faf4 x86: kprobes bugfix
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>
2007-12-18 18:05:58 +01:00
..
2007-12-17 19:28:16 -08:00
2007-11-28 01:24:04 +09:00
2007-11-26 19:15:31 -08:00
2007-11-05 12:18:17 +09:00
2007-12-05 05:38:00 -08:00
2007-10-20 01:24:05 +02:00
2007-12-18 18:05:58 +01:00