Files
android_kernel_xiaomi_sm8450/arch/powerpc/kernel
Ananth N Mavinakayanahalli 0ccde0a290 [PATCH] powerpc/kprobes: fix singlestep out-of-line
We currently single-step inline if the instruction on which a kprobe is
inserted is a trap variant.

- variants (such as tdnei, used by BUG()) typically evaluate a condition
  and cause a trap only if the condition is satisfied.
- kprobes uses the unconditional "trap" (0x7fe00008) and single-stepping
  again on this instruction, resulting in another trap without
  evaluating the condition is obviously incorrect.

Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-05-03 23:06:41 +10:00
..
2005-11-18 14:39:23 +11:00
2005-10-13 13:40:54 +10:00
2006-01-09 14:49:06 +11:00
2006-01-09 14:49:06 +11:00
2006-04-04 14:49:48 +10:00
2006-01-09 15:06:03 +11:00
2006-04-02 16:01:58 -05:00
2006-03-31 12:19:01 -08:00
2006-03-17 12:01:19 +11:00
2005-11-09 11:35:26 +11:00
2006-03-29 13:44:15 +11:00
2006-04-28 21:04:59 +10:00
2006-03-29 13:44:15 +11:00