20 Feb, 2009
1 commit
- 
Impact: Bugfix, avoids kernels which build but panic on boot
Fix a bug in decompress.c : only scanned until the first
non-configured compressor (with disastrous result especially if that
was gzip.)Signed-off-by: Alain Knaff
Signed-off-by: H. Peter Anvin 
13 Jan, 2009
1 commit
- 
Instead of failing to identify a compressed image with a decompressor
that we don't have compiled in, identify it and fail with a
comprehensible panic message.Signed-off-by: H. Peter Anvin
 
09 Jan, 2009
1 commit
- 
Centralize the compression format detection to a common routine in the
lib directory, and use it for both initramfs and initrd.Signed-off-by: H. Peter Anvin