The patch titled move do_suspend_lowlevel to correct segment has been removed from the -mm tree. Its filename is move-do_suspend_lowlevel-to-correct-segment.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: move do_suspend_lowlevel to correct segment From: Shaohua Li <shaohua.li@xxxxxxxxx> Move do_suspend_lowlevel to correct segment. If it is in the same hugepage with ro data, mark_rodata_ro will make it unexecutable. Signed-off-by: Shaohua Li <shaohua.li@xxxxxxxxx> Cc: Len Brown <len.brown@xxxxxxxxx> Cc: Pavel Machek <pavel@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/acpi/wakeup.S | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff -puN arch/i386/kernel/acpi/wakeup.S~move-do_suspend_lowlevel-to-correct-segment arch/i386/kernel/acpi/wakeup.S --- a/arch/i386/kernel/acpi/wakeup.S~move-do_suspend_lowlevel-to-correct-segment +++ a/arch/i386/kernel/acpi/wakeup.S @@ -265,11 +265,6 @@ ENTRY(acpi_copy_wakeup_routine) movl $0x12345678, saved_magic ret -.data -ALIGN -ENTRY(saved_magic) .long 0 -ENTRY(saved_eip) .long 0 - save_registers: leal 4(%esp), %eax movl %eax, saved_context_esp @@ -304,7 +299,11 @@ ret_point: call restore_processor_state ret +.data ALIGN +ENTRY(saved_magic) .long 0 +ENTRY(saved_eip) .long 0 + # saved registers saved_gdt: .long 0,0 saved_idt: .long 0,0 _ Patches currently in -mm which might be from shaohua.li@xxxxxxxxx are origin.patch x86-nmi-fix.patch x86-nmi-fix-2.patch x86-cpu_init-avoid-gfp_kernel-allocation-while-atomic.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