The patch titled Subject: oprofile-reduce-mmap_sem-hold-for-mm-exe_file-fix has been removed from the -mm tree. Its filename was oprofile-reduce-mmap_sem-hold-for-mm-exe_file-fix.patch This patch was dropped because it was folded into oprofile-reduce-mmap_sem-hold-for-mm-exe_file.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: oprofile-reduce-mmap_sem-hold-for-mm-exe_file-fix export get_mm_exe_file for arch/x86/oprofile/oprofile.ko Cc: Davidlohr Bueso <dave@xxxxxxxxxxxx> Cc: Davidlohr Bueso <dbueso@xxxxxxx> Cc: Robert Richter <rric@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/fork.c | 1 + 1 file changed, 1 insertion(+) diff -puN kernel/fork.c~oprofile-reduce-mmap_sem-hold-for-mm-exe_file-fix kernel/fork.c --- a/kernel/fork.c~oprofile-reduce-mmap_sem-hold-for-mm-exe_file-fix +++ a/kernel/fork.c @@ -752,6 +752,7 @@ struct file *get_mm_exe_file(struct mm_s rcu_read_unlock(); return exe_file; } +EXPORT_SYMBOL(get_mm_exe_file); /** * get_task_mm - acquire a reference to the task's mm _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch lib-find__bit-reimplementation.patch checkpatch-match-more-world-writable-permissions.patch binfmt_misc-simplify-entry_status.patch rtc-driver-for-conexant-digicolor-cx92755-on-chip-rtc.patch fs-fat-remove-unnecessary-includes.patch kernel-forkc-avoid-division-by-zero.patch doc-sysctl-kerneltxt-document-threads-max.patch mm-rcu-protected-get_mm_exe_file.patch affs-kstrdup-memory-handling.patch kconfig-use-macros-which-are-already-defined.patch lib-kconfig-fix-up-have_arch_bitreverse-help-text.patch oprofile-reduce-mmap_sem-hold-for-mm-exe_file.patch tomoyo-reduce-mmap_sem-hold-for-mm-exe_file.patch documentation-spi-spidev_testc-fix-warning.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