Re: [PATCH] ARM: asm: setjmp: add missing .pop_section

2022-03-28 Thread Sascha Hauer
On Sat, Mar 19, 2022 at 08:43:35AM +0100, Ahmad Fatoum wrote: > This fixes a mismatched .push_section. This had no effect, because the > file ended after the follow-up .push_section. > > Signed-off-by: Ahmad Fatoum > --- > arch/arm/lib32/setjmp.S | 1 + > 1 file changed, 1 insertion(+) Applied,

[PATCH] ARM: asm: setjmp: add missing .pop_section

2022-03-19 Thread Ahmad Fatoum
This fixes a mismatched .push_section. This had no effect, because the file ended after the follow-up .push_section. Signed-off-by: Ahmad Fatoum --- arch/arm/lib32/setjmp.S | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/lib32/setjmp.S b/arch/arm/lib32/setjmp.S index 626d915da183..c