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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c9fcb2b65c2849e8ff3be23fd8828312fb68dc19;p=linux.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 58694d1989c23..548051b0b4aff 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)