OSDN Git Service

powerpc/boot: Fix zImage TOC alignment
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 7 Mar 2017 05:14:49 +0000 (16:14 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 26 Mar 2017 10:13:19 +0000 (12:13 +0200)
commitb24473976b985fd1c1d57a9ea934f9792bf654cc
treee2c7d1ba683d076fd13c35f608cb7c30059a710e
parent09875d1393d4589bcdfeeba8747a12dd69810cc9
powerpc/boot: Fix zImage TOC alignment

commit 97ee351b50a49717543533cfb85b4bf9d88c9680 upstream.

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.

Suggested-by: Alan Modra <amodra@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/boot/zImage.lds.S