]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Since kernel modules can now contain sections of type SHT_AMD64_UNWIND,
authordim <dim@FreeBSD.org>
Sun, 6 Mar 2016 15:57:43 +0000 (15:57 +0000)
committerdim <dim@FreeBSD.org>
Sun, 6 Mar 2016 15:57:43 +0000 (15:57 +0000)
commitdad90af48902731a920169292dc39a19d544fd49
tree8785f56cda593f8f093990645de0cc7905456686
parent6a7e3d9c509d7992fc2c8f519ded322715c0d0da
Since kernel modules can now contain sections of type SHT_AMD64_UNWIND,
the boot loader should not skip over these anymore while loading images.
Otherwise the kernel can still panic when it doesn't find the .eh_frame
section belonging to the .rela.eh_frame section.

Unfortunately this will require installing boot loaders from sys/boot
before attempting to boot with a new kernel.

Reviewed by: kib
MFC after: 2 weeks
X-MFC-With: r296419
sys/boot/common/load_elf_obj.c