]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/boot: Fix zImage TOC alignment
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 7 Mar 2017 05:14:49 +0000 (16:14 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 7 Mar 2017 23:39:32 +0000 (10:39 +1100)
commitadb14df4225ee443c6e8a9e321d7f87bac8b5080
tree1fc6fd4f091418625cf5bc13dd995aa3e21eaf2c
parent10d5c9bab7a4dc3cbaf74bfab5fafe7cbead94e0
powerpc/boot: Fix zImage TOC alignment

Recent toolchains force the TOC to be 256 byte aligned. We need to
enforce this alignment in the zImage linker script, otherwise pointers
to our TOC variables (__toc_start) could be incorrect. If the actual
start of the TOC and __toc_start don't have the same value we crash
early in the zImage wrapper.

Cc: stable@vger.kernel.org
Suggested-by: Alan Modra <amodra@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/boot/zImage.lds.S