The patch titled AVR32: kprobes compile fix has been removed from the -mm tree. Its filename is avr32-kprobes-compile-fix.patch This patch was dropped because it was folded into avr32-arch.patch ------------------------------------------------------ Subject: AVR32: kprobes compile fix From: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Add dummy flush_insn_slot define required by kprobes. Signed-off-by: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-avr32/kprobes.h | 2 ++ 1 files changed, 2 insertions(+) diff -puN include/asm-avr32/kprobes.h~avr32-kprobes-compile-fix include/asm-avr32/kprobes.h --- a/include/asm-avr32/kprobes.h~avr32-kprobes-compile-fix +++ a/include/asm-avr32/kprobes.h @@ -29,4 +29,6 @@ struct arch_specific_insn { extern int kprobe_exceptions_notify(struct notifier_block *self, unsigned long val, void *data); +#define flush_insn_slot(p) do { } while (0) + #endif /* __ASM_AVR32_KPROBES_H */ _ Patches currently in -mm which might be from hskinnemoen@xxxxxxxxx are origin.patch avr32-arch.patch avr32-kprobes-compile-fix.patch avr32-asm-ioh-should-include-asm-byteorderh.patch avr32-fix-output-constraints-in-asm-bitopsh.patch avr32-standardize-pxx_page-macros-fix.patch avr32-rename-at32stk100x-atstk100x.patch avr32-dont-leave-dbe-set-when-resetting-cpu.patch avr32-make-prot_write-prot_exec-imply-prot_read.patch avr32-remove-set_wmb.patch avr32-use-parse_early_param.patch avr32-fix-exported-headers.patch avr32-fix-__const_udelay-overflow-bug.patch remove-zone_dma-remains-from-avr32.patch avr32-mtd-static-memory-controller-driver-try-2.patch avr32-mtd-at49bv6416-platform-device-for-atstk1000.patch directed-yield-cpu_relax-variants-for-spinlocks-and-rw-locks.patch generic-ioremap_page_range-implementation.patch generic-ioremap_page_range-implementation-fix.patch generic-ioremap_page_range-implementation-nommu-fix.patch generic-ioremap_page_range-flush_cache_vmap.patch generic-ioremap_page_range-alpha-conversion.patch generic-ioremap_page_range-avr32-conversion.patch generic-ioremap_page_range-cris-conversion.patch generic-ioremap_page_range-i386-conversion.patch generic-ioremap_page_range-i386-conversion-fix.patch generic-ioremap_page_range-m32r-conversion.patch generic-ioremap_page_range-mips-conversion.patch generic-ioremap_page_range-mips-conversion-fix.patch generic-ioremap_page_range-parisc-conversion.patch generic-ioremap_page_range-s390-conversion.patch generic-ioremap_page_range-sh-conversion.patch generic-ioremap_page_range-sh64-conversion.patch generic-ioremap_page_range-x86_64-conversion.patch generic-ioremap_page_range-x86_64-conversion-fix.patch avr32-implement-kernel_execve.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