The patch titled x86: fix do_fork_idle section mismatch has been added to the -mm tree. Its filename is x86-fix-do_fork_idle-section-mismatch.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 The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: x86: fix do_fork_idle section mismatch From: Thomas Gleixner <tglx@xxxxxxxxxxxxx> With CPU_HOTPLUG=n: WARNING: vmlinux.o(.text+0x104f8): Section mismatch: reference to .init.text:fork_idle (between 'do_fork_idle' and 'lapic_timer_broadcast') do_fork_idle() needs to be __cpuinit. It can be static as well. Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/kernel/smpboot_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/x86/kernel/smpboot_64.c~x86-fix-do_fork_idle-section-mismatch arch/x86/kernel/smpboot_64.c --- a/arch/x86/kernel/smpboot_64.c~x86-fix-do_fork_idle-section-mismatch +++ a/arch/x86/kernel/smpboot_64.c @@ -526,7 +526,7 @@ struct create_idle { int cpu; }; -void do_fork_idle(struct work_struct *work) +static void __cpuinit do_fork_idle(struct work_struct *work) { struct create_idle *c_idle = container_of(work, struct create_idle, work); _ Patches currently in -mm which might be from tglx@xxxxxxxxxxxxx are x86-fix-do_fork_idle-section-mismatch.patch futex-prevent-stale-futex-owner-when-interrupted-timeout.patch timerfd-v3-introduce-a-new-hrtimer_forward_now-function.patch timerfd-v3-new-timerfd-api.patch timerfd-v3-new-timerfd-api-make-hrtimer_forward-to-return-a-u64.patch timerfd-v3-new-timerfd-api-make-the-returned-time-to-be-the-remaining-time-till-the-next-expiration.patch timerfd-v3-new-timerfd-api-make-the-returned-time-to-be-the-remaining-time-till-the-next-expiration-checkpatch-fixes.patch timerfd-v3-new-timerfd-api-update-sys_nic-with-the-new-timerfd-syscalls.patch timerfd-v3-wire-the-new-timerfd-api-to-the-x86-family.patch timerfd-v3-un-break-config_timerfd.patch git-arm.patch git-hrt.patch revert-git-hrt.patch pci-disable-decoding-during-sizing-of-bars.patch git-sched.patch arch-x86-makefile-revert-git-kvm-change.patch git-x86.patch arch-x86-makefile-reapply-git-kvm-change.patch git-x86-fix-doubly-merged-patch.patch iommu-sg-merging-x86-make-pci-gart-iommu-respect-the-segment-size-limits.patch iommu-sg-x86-convert-calgary-iommu-to-use-the-iommu-helper.patch iommu-sg-x86-convert-gart-iommu-to-use-the-iommu-helper.patch iommu-sg-kill-__clear_bit_string-and-find_next_zero_string.patch git-cryptodev-fixup.patch fix-rtc_aie-with-config_hpet_emulate_rtc.patch i386-resolve-dependency-of-asm-i386-pgtableh-on-highmemh.patch i386-resolve-dependency-of-asm-i386-pgtableh-on-highmemh-checkpatch-fixes.patch read_current_time-cleanups.patch printk-trivial-optimizations.patch time-fix-sysfs_show_availablecurrent_clocksources-buffer-overflow-problem.patch proc-loadavg-reading-race.patch fix-__const_udelay-declaration-and-definition-mismatches.patch calibrate_delay-must-be-__cpuinit.patch idle_regs-must-be-__cpuinit.patch avoid-overflows-in-kernel-timec.patch make-sys_poll-wait-at-least-timeout-ms.patch system-timer-fix-crash-in-100hz-system-timer.patch asic3-driver.patch asic3-driver-update.patch unexport-asm-userh-and-linux-userh.patch unexport-asm-pageh.patch sanitize-the-type-of-struct-useru_ar0.patch add-cmpxchg64-and-cmpxchg64_local-to-x86_64.patch modules-fold-percpu_modcopy-into-modulec-and-get-rid-of-the-macro-from-hell.patch itimer_real-convert-to-use-struct-pid.patch clocksource-remove-redundant-code.patch clockevent-simplify-list-operations.patch timekeeping-rename-timekeeping_is_continuous-to-timekeeping_valid_for_hres.patch time-fix-typo-in-comments.patch time-delete-comments-that-refer-to-noexistent-symbols.patch aout-suppress-aout-library-support-if-config_arch_supports_aout-vs-git-x86.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