[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1271703833-20058-1-git-send-email-albin.tonnerre@free-electrons.com>
Date: Mon, 19 Apr 2010 21:03:51 +0200
From: Albin Tonnerre <albin.tonnerre@...e-electrons.com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, hpa@...or.com,
Albin Tonnerre <albin.tonnerre@...e-electrons.com>
Subject: [PATCH 0/2] Fix some initramfs-related LZO decompression issues
These 2 patches fix some issues with the current LZO decompressor code.
The first one (re-)enables the use of LZO-compressed external initramfs, which
has been broken for some time. The second one enables the use of in-kernel
initramfs compressed using LZO.
If that's possible, I'd like to get at least patch 1/2 in 2.6.34, since it
is an actual bug fix.
Albin Tonnerre (2):
lib: fix initramfs usage for the LZO decompressor
Add support for in-kernel initramfs compressed with LZO
lib/decompress_unlzo.c | 22 +++++++++++++++-------
scripts/gen_initramfs_list.sh | 1 +
usr/Makefile | 5 ++++-
usr/initramfs_data.lzo.S | 29 +++++++++++++++++++++++++++++
4 files changed, 49 insertions(+), 8 deletions(-)
create mode 100644 usr/initramfs_data.lzo.S
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists