Hi Ralf, Here is a set of 4 patches for MIPS kprobes. The first two are addressing a couple of baseline issues and the remaining two are the 2nd attempt for allowing kprobes on jump and branch instructions based on the comments I got earlier https://lkml.org/lkml/2011/10/13/106 1) Fix OOPS in arch_prepare_kprobe for MIPS 2) Deny probes on ll sc instructions for MIPS 3) Refactoring Branch emulation 4) Support for branch instructions probing (v2) Thanks Maneesh