kernel-ark/arch/x86/boot/compressed
H. Peter Anvin 908ec7afac x86: remove arbitrary ELF section limit in i386 relocatable kernel
Impact: build failure in maximal configurations

The 32-bit x86 relocatable kernel requires an auxilliary host program
to process the relocations.  This program had a hard-coded arbitrary
limit of a 100 ELF sections.  Instead of a hard-coded limit, allocate
the structures dynamically.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
2008-06-30 20:22:58 -07:00
..
.gitignore i386: move boot 2007-10-11 11:16:43 +02:00
head_32.S x86: cleanup boot-heap usage 2008-04-19 19:19:54 +02:00
head_64.S x86: cleanup: change _end to end_before_pgt 2008-04-19 19:19:55 +02:00
Makefile x86: use ELF format in compressed images. 2008-04-17 17:40:46 +02:00
misc.c x86: Honor 'quiet' command line option in real mode boot decompressor. 2008-05-30 17:00:47 -07:00
relocs.c x86: remove arbitrary ELF section limit in i386 relocatable kernel 2008-06-30 20:22:58 -07:00
vmlinux_32.lds x86: switch to .rodata.compressed in arch/x86/boot/compressed/vmlinux_??.scr 2008-01-30 13:33:38 +01:00
vmlinux_64.lds x86: cleanup: change _end to end_before_pgt 2008-04-19 19:19:55 +02:00
vmlinux.scr x86: unify arch/x86/boot/compressed/vmlinux_??.scr 2008-01-30 13:33:38 +01:00