Re: [PATCH 1/1] arch/powerpc: Don't assume start_text & head_end align

2022-09-07 Thread Christophe Leroy
Le 13/03/2019 à 04:38, Alastair D'Silva a écrit : From: Alastair D'Silva When building LTO kernels, the start_text symbol is not guaranteed to mark the end of the head section. Instead, look explicitly for __head_end. Could you please give more details ? Have you encountered a problem ?

[PATCH 1/1] arch/powerpc: Don't assume start_text & head_end align

2019-03-12 Thread Alastair D'Silva
From: Alastair D'Silva When building LTO kernels, the start_text symbol is not guaranteed to mark the end of the head section. Instead, look explicitly for __head_end. Signed-off-by: Alastair D'Silva --- arch/powerpc/tools/head_check.sh | 10 +- 1 file changed, 5 insertions(+), 5 dele