From: Kees Cook Date: Mon, 10 Feb 2020 01:06:06 +0000 (+0100) Subject: ARM: 8959/1: Remove unused .fixup section in boot stub X-Git-Tag: v5.7-rc1~109^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c14fe70be3ed2224f8bbd70506dbf0c8a17de02;p=thirdparty%2Fkernel%2Flinux.git ARM: 8959/1: Remove unused .fixup section in boot stub The boot stub does not emit a .fixup section at all anymore, so remove it. Link: https://lore.kernel.org/lkml/202002080058.FD1DDB1@keescook/ Suggested-by: Nick Desaulniers Signed-off-by: Kees Cook Reviewed-by: Ard Biesheuvel Reviewed-by: Nick Desaulniers Signed-off-by: Russell King --- diff --git a/arch/arm/boot/compressed/vmlinux.lds.S b/arch/arm/boot/compressed/vmlinux.lds.S index fc7ed03d8b932..b247f399de711 100644 --- a/arch/arm/boot/compressed/vmlinux.lds.S +++ b/arch/arm/boot/compressed/vmlinux.lds.S @@ -36,7 +36,6 @@ SECTIONS *(.start) *(.text) *(.text.*) - *(.fixup) *(.gnu.warning) *(.glue_7t) *(.glue_7)