public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add support for LZO-compressed kernel images
@ 2009-11-11 12:27 Albin Tonnerre
  2009-11-11 12:27 ` [PATCH v3 1/4] Add support for LZO-compressed kernels Albin Tonnerre
  2009-11-12 22:25 ` [PATCH v3 0/4] Add support for LZO-compressed kernel images Russell King
  0 siblings, 2 replies; 18+ messages in thread
From: Albin Tonnerre @ 2009-11-11 12:27 UTC (permalink / raw)
  To: akpm; +Cc: hpa, rmk, linux-kernel, Albin Tonnerre

This patch series adds generic support for creating and extracting
LZO-compressed kernel images, as well as support for using such images on the
x86 and ARM architectures, and support for creating and using LZO-compressed
initrd and initramfs images.

Changes in v2:
	- On ARM, compiling with -Os failed due to missing __aeabi_uidivmod.
	  Link using arch/arm/lib/lib1funcs.o which provides this symbol, and
	  define a dummy __div0 function in arch/arm/boot/compressed/misc.c, as
	  this symbol is required by lib1funcs.
	- lib/decompress_unlzo.c: include linux/decompress/unlzo.h only when
	  we're not compiling the pre-boot environment to prevent compile
	  issues
	- Formatting fixes

Changes in v3:
	- Add a couple missing semicolons to fix compile issues
	- Fix typos in {init,usr}/Kconfig

Andrew: since it used to be in -mm, can you pick this up again?

Russell: since I believe your initial concerns regarding the ARM part of the
patch got fixed, do I have your approval?

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-11-13 17:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-11 12:27 [PATCH v3 0/4] Add support for LZO-compressed kernel images Albin Tonnerre
2009-11-11 12:27 ` [PATCH v3 1/4] Add support for LZO-compressed kernels Albin Tonnerre
2009-11-11 12:27   ` [PATCH v3 2/4] Add support for LZO-compressed kernels for ARM Albin Tonnerre
2009-11-11 12:27     ` [PATCH v3 3/4] Add support for LZO-compressed kernels on x86 Albin Tonnerre
2009-11-11 12:27       ` [PATCH v3 4/4] Add LZO compression support for initramfs and old-style initrd Albin Tonnerre
2009-11-12 12:59     ` [PATCH v3 2/4] Add support for LZO-compressed kernels for ARM Martin Michlmayr
2009-11-13 14:29       ` Sebastian Andrzej Siewior
2009-11-13 14:50         ` Martin Michlmayr
2009-11-13 14:54           ` Albin Tonnerre
2009-11-13 15:21             ` Russell King
2009-11-13 15:52               ` Martin Michlmayr
2009-11-13 17:19                 ` Albin Tonnerre
2009-11-12 21:06     ` Martin Michlmayr
2009-11-11 14:11   ` [PATCH v3 1/4] Add support for LZO-compressed kernels Wu Zhangjin
2009-11-12 22:33   ` Andrew Morton
2009-11-12 22:43     ` Albin Tonnerre
2009-11-13 15:45   ` Russell King
2009-11-12 22:25 ` [PATCH v3 0/4] Add support for LZO-compressed kernel images Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox