parisc: Mark ex_table entries 32-bit aligned in uaccess.h
authorHelge Deller <deller@gmx.de>
Mon, 20 Nov 2023 14:39:03 +0000 (15:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Dec 2023 07:52:19 +0000 (08:52 +0100)
commitb8ee167df9e7d3f510908bfaf85333c1f8b34102
tree9ebc60a23726ebb0a2a3160dcf86cc81176f1d11
parentbf2040129110724ca59cb552f02a78b1ac12c60b
parisc: Mark ex_table entries 32-bit aligned in uaccess.h

commit a80aeb86542a50aa8521729ea4cc731ee7174f03 upstream.

Add an align statement to tell the linker that all ex_table entries and as
such the whole ex_table section should be 32-bit aligned in vmlinux and modules.

Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # v6.0+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/include/asm/uaccess.h