commit | 0d69a052d4d7c4085706b9ac0d1bd28ff90c9fca | [log] [tgz] |
---|---|---|
author | Gui,Jian <guij@cn.ibm.com> | Wed Nov 01 10:50:15 2006 +0800 |
committer | Paul Mackerras <paulus@samba.org> | Wed Nov 01 15:14:12 2006 +1100 |
tree | 8dada42c1c58e9450161e88e67d304c68917f3a8 | |
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>