diff options
author | Gui,Jian <guij@cn.ibm.com> | 2006-11-01 10:50:15 +0800 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-11-01 15:14:12 +1100 |
commit | 0d69a052d4d7c4085706b9ac0d1bd28ff90c9fca (patch) | |
tree | 8dada42c1c58e9450161e88e67d304c68917f3a8 /arch/powerpc/kernel/traps.c | |
parent | 292f86f005e3867277b2126c2399eea3e773a4fc (diff) |
[POWERPC] Disallow kprobes on emulate_step and branch_taken
On powerpc, probing on emulate_step function will crash 2.6.18.1 when
it is triggered.
When kprobe is triggered, emulate_step() is on its kernel path and
will cause recursive kprobe fault. And branch_taken() is called
in emulate_step(). This disallows kprobes on both of them.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/traps.c')
0 files changed, 0 insertions, 0 deletions