The patch titled remove obsolete swsusp_encrypt has been added to the -mm tree. Its filename is remove-obsolete-swsusp_encrypt.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: remove obsolete swsusp_encrypt From: Pavel Machek <pavel@xxxxxx> Remove SWSUSP_ENCRYPT config option; it is no longer implemented. Signed-off-by: Pavel Machek <pavel@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/power/Kconfig | 12 ------------ 1 file changed, 12 deletions(-) diff -puN kernel/power/Kconfig~remove-obsolete-swsusp_encrypt kernel/power/Kconfig --- a/kernel/power/Kconfig~remove-obsolete-swsusp_encrypt +++ a/kernel/power/Kconfig @@ -100,18 +100,6 @@ config PM_STD_PARTITION suspended image to. It will simply pick the first available swap device. -config SWSUSP_ENCRYPT - bool "Encrypt suspend image" - depends on SOFTWARE_SUSPEND && CRYPTO=y && (CRYPTO_AES=y || CRYPTO_AES_586=y || CRYPTO_AES_X86_64=y) - default "" - ---help--- - To prevent data gathering from swap after resume you can encrypt - the suspend image with a temporary key that is deleted on - resume. - - Note that the temporary key is stored unencrypted on disk while the - system is suspended. - config SUSPEND_SMP bool depends on HOTPLUG_CPU && X86 && PM _ Patches currently in -mm which might be from pavel@xxxxxx are origin.patch fix-broken-dubious-driver-suspend-methods.patch pm-define-pm_event_prethaw.patch pm-pci-and-ide-handle-pm_event_prethaw.patch pm-video-drivers-and-pm_event_prethaw.patch pm-usb-hcds-use-pm_event_prethaw.patch pm-usb-hcds-use-pm_event_prethaw-fix.patch pm-issue-pm_event_prethaw.patch fix-sco-on-some-bluetooth-adapters-2.patch remove-obsolete-swsusp_encrypt.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