The patch titled remove unwind exports has been added to the -mm tree. Its filename is fix-x86_64-mm-unwinder.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: remove unwind exports From: Adrian Bunk <bunk@xxxxxxxxxx> On Wed, Aug 22, 2007 at 02:06:48AM -0700, Andrew Morton wrote: >... > Changes since 2.6.23-rc2-mm2: >... > +x86_64-mm-unwinder.patch >... > x86 tree updates >... This patch removes the unused unwind exports. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Cc: Jan Beulich <jbeulich@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/unwind.c | 4 ---- 1 file changed, 4 deletions(-) diff -puN kernel/unwind.c~fix-x86_64-mm-unwinder kernel/unwind.c --- a/kernel/unwind.c~fix-x86_64-mm-unwinder +++ a/kernel/unwind.c @@ -1243,7 +1243,6 @@ int unwind(struct unwind_frame_info *fra #undef CASES #undef FRAME_REG } -EXPORT_SYMBOL(unwind); int unwind_init_frame_info(struct unwind_frame_info *info, struct task_struct *tsk, @@ -1255,7 +1254,6 @@ int unwind_init_frame_info(struct unwind return 0; } -EXPORT_SYMBOL(unwind_init_frame_info); /* * Prepare to unwind a blocked task. @@ -1269,7 +1267,6 @@ int unwind_init_blocked(struct unwind_fr return 0; } -EXPORT_SYMBOL(unwind_init_blocked); /* * Prepare to unwind the currently running thread. @@ -1284,5 +1281,4 @@ int unwind_init_running(struct unwind_fr return arch_unwind_init_running(info, callback, arg); } -EXPORT_SYMBOL(unwind_init_running); _ Patches currently in -mm which might be from bunk@xxxxxxxxxx are git-dvb.patch git-kbuild.patch pass-g-to-assembler-under-config_debug_info-fix.patch fix-ide-ide-hook-acpi-psx-method-to-ide-power-on-off.patch fix-ide-ide-remove-ide-dma-check.patch drivers-mtd-mtdbdic-is-no-longer-an-own-module.patch git-nfsd.patch fix-x86_64-mm-unwinder.patch file-capabilities-clear-fcaps-on-inode-change-fix.patch security-cleanups.patch make-kernel-power-maincsuspend_enter-static.patch uml-fix-inlines.patch kconfig-syntax-cleanups.patch kernel-time-timekeepingc-cleanups.patch make-fs-libfscsimple_commit_write-static.patch allow-disabling-dnotify-without-embedded.patch use-erestart_restartblock-if-poll-is-interrupted-by-a-signal-fix.patch remove-fs-ext2-balloccreserve_blocks.patch pm3fb-mtrr-support-and-noaccel-option-make-pm3fb_init-static-again.patch sysctl-parport-remove-binary-paths-fix.patch sysctl-error-on-bad-sysctl-tables-kernel-sysctl_checkc-must-include-linux-stringh.patch reiser4-cryptcompress-misc-fixups-make-3-functions-static.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