Re: [11/12] powerpc: Check prom_init for disallowed sections
From: Michael Ellerman <hidden> Date: 2018-10-19 03:13:32
On Mon, 2018-10-15 at 02:49:59 UTC, Benjamin Herrenschmidt wrote:
prom_init.c must not modify the kernel image outside
of the .bss.prominit section. Thus make sure that
prom_init.o doesn't have anything in any of these:
.data
.bss
.init.data
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>