linux/export: Ensure natural alignment of kcrctab array
authorHelge Deller <deller@gmx.de>
Thu, 28 Dec 2023 10:36:03 +0000 (11:36 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 28 Dec 2023 16:25:58 +0000 (01:25 +0900)
commit753547de0daecbdbd1af3618987ddade325d9aaa
treea808668fe440b417dfb9bf205bcd3deeed8b620e
parentc1a8627164dbe8b92958aea10c7c0848105a3d7f
linux/export: Ensure natural alignment of kcrctab array

The ___kcrctab section holds an array of 32-bit CRC values.
Add a .balign 4 to tell the linker the correct memory alignment.

Fixes: f3304ecd7f06 ("linux/export: use inline assembler to populate symbol CRCs")
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
include/linux/export-internal.h