From: H. Peter Anvin Date: Fri, 3 Oct 2008 20:00:56 +0000 (-0700) Subject: x86 setup: correct segfault in generation of 32-bit reloc kernel X-Git-Tag: v2.6.27-rc9~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc65f1ec192dc54de57483194502e9fa00934c39;p=pandora-kernel.git x86 setup: correct segfault in generation of 32-bit reloc kernel Impact: segfault on build of a 32-bit relocatable kernel When converting arch/x86/boot/compressed/relocs.c to support unlimited sections, the computation of sym_strtab in walk_relocs() was done incorrectly. This causes a segfault for some people when building the relocatable 32-bit kernel. Pointed out by Anonymous . Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed