The patch titled PM: Fix swsusp debug mode testproc has been removed from the -mm tree. Its filename was pm-fix-swsusp-debug-mode-testproc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: PM: Fix swsusp debug mode testproc From: "Rafael J. Wysocki" <rjw@xxxxxxx> The 'testproc' swsusp debug mode thaws tasks twice in a row, which is _very_ confusing. Fix that. Signed-off-by: Rafael J. Wysocki <rjw@xxxxxxx> Acked-by: Pavel Machek <pavel@xxxxxx> Cc: <stable@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/power/disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/power/disk.c~pm-fix-swsusp-debug-mode-testproc kernel/power/disk.c --- a/kernel/power/disk.c~pm-fix-swsusp-debug-mode-testproc +++ a/kernel/power/disk.c @@ -151,7 +151,7 @@ int pm_suspend_disk(void) return error; if (pm_disk_mode == PM_DISK_TESTPROC) - goto Thaw; + return 0; suspend_console(); error = device_suspend(PMSG_FREEZE); _ Patches currently in -mm which might be from rjw@xxxxxxx are origin.patch git-acpi.patch md-change-lifetime-rules-for-md-devices.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