+1
−5
arch/powerpc/xmon/xmon_bpts.S
0 → 100644
+9
−0
arch/powerpc/xmon/xmon_bpts.h
0 → 100644
+14
−0
Loading
The instructions for xmon's breakpoint are stored bpt_table[] which is in the data section. This is problematic as the data section may be marked as no execute. Move bpt_table[] to the text section. Signed-off-by:Jordan Niethe <jniethe5@gmail.com> Signed-off-by:
Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200506034050.24806-4-jniethe5@gmail.com