Re: [Suspend2][ 00/13] Compression support.

From: Pavel Machek
Date: Tue Jun 27 2006 - 10:00:18 EST


Hi!

> Patches which implement support for compressing the image. We use
> cryptoapi. A separate patch adds an LZF compression module, which
> is much faster than gzip.

This is diffstat of compression/encryption patches:

b/kernel/power/compression.c | 43 +++
b/kernel/power/encryption.c | 49 +++
kernel/power/compression.c | 559 +++++++++++++++++++++++++++++++++++++++++--
kernel/power/encryption.c | 517 +++++++++++++++++++++++++++++++++++++--
4 files changed, 1115 insertions(+), 53 deletions(-)

..so we add 1000 lines of code for feature that can very well live in
userspace. All the filewriters/etc can live in userspace, too.

Could we improve suspend.sf.net code instead of trying to merge awful
lot of code that does not really belong into kernel?

I counted over 300 patches in this series....
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/