The patch titled s390: kprobes compile fix has been added to the -mm tree. Its filename is ia64-kprobe-invalidate-icache-of-jump-buffer-s390-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: s390: kprobes compile fix From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Add missing flush_insn_slot define to let kprobes compile on s390. Cc: bibo,mao <bibo.mao@xxxxxxxxx> Cc: Michael Grundy <grundym@xxxxxxxxxx> Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-s390/kprobes.h | 3 +++ 1 file changed, 3 insertions(+) diff -puN include/asm-s390/kprobes.h~ia64-kprobe-invalidate-icache-of-jump-buffer-s390-fix include/asm-s390/kprobes.h --- a/include/asm-s390/kprobes.h~ia64-kprobe-invalidate-icache-of-jump-buffer-s390-fix +++ a/include/asm-s390/kprobes.h @@ -96,6 +96,9 @@ void arch_remove_kprobe(struct kprobe *p void kretprobe_trampoline(void); int is_prohibited_opcode(kprobe_opcode_t *instruction); void get_instruction_type(struct arch_specific_insn *ainsn); + +#define flush_insn_slot(p) do { } while (0) + #endif /* _ASM_S390_KPROBES_H */ #ifdef CONFIG_KPROBES _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are origin.patch git-klibc.patch ia64-kprobe-invalidate-icache-of-jump-buffer-s390-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html