]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] swsusp: remove encryption
authorRafael J. Wysocki <rjw@sisk.pl>
Fri, 6 Jan 2006 08:12:24 +0000 (00:12 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:40 +0000 (08:33 -0800)
commit6aeb676dda37ee69bd89dbcb07c2ceb5f198ecf5
tree2b8909cf8024413134785cba06df858c0ede4bca
parent9ea3fb25149c571895b86fd361755f119702a9b5
[PATCH] swsusp: remove encryption

This patch removes the image encryption that is only used by swsusp instead of
zeroing the image after resume in order to prevent someone from reading some
confidential data from it in the future and it does not protect the image from
being read by an unauthorized person before resume.  The functionality it
provides should really belong to the user space and will possibly be
reimplemented after the swap-handling functionality of swsusp is moved to the
user space.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/power/swsusp.c