From: Helge Deller Date: Sat, 25 Nov 2023 08:16:02 +0000 (+0100) Subject: parisc: Ensure 32-bit alignment on parisc unwind section X-Git-Tag: v6.7-rc3~2^2~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c9fcb2b65c2849e8ff3be23fd8828312fb68dc19;p=linux-block.git parisc: Ensure 32-bit alignment on parisc unwind section Make sure the .PARISC.unwind section will be 32-bit aligned. Signed-off-by: Helge Deller Cc: stable@vger.kernel.org # v6.0+ --- diff --git a/arch/parisc/kernel/vmlinux.lds.S b/arch/parisc/kernel/vmlinux.lds.S index 58694d1989c2..548051b0b4af 100644 --- a/arch/parisc/kernel/vmlinux.lds.S +++ b/arch/parisc/kernel/vmlinux.lds.S @@ -130,6 +130,7 @@ SECTIONS RO_DATA(8) /* unwind info */ + . = ALIGN(4); .PARISC.unwind : { __start___unwind = .; *(.PARISC.unwind)