Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
x86 setup: correct segfault in generation of 32-bit reloc kernel

+1 -1
+1 -1
arch/x86/boot/compressed/relocs.c
··· 492 492 continue; 493 493 } 494 494 sh_symtab = sec_symtab->symtab; 495 - sym_strtab = sec->link->strtab; 495 + sym_strtab = sec_symtab->link->strtab; 496 496 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Rel); j++) { 497 497 Elf32_Rel *rel; 498 498 Elf32_Sym *sym;