]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
crypto: arm64/poly1305 - move data to rodata section
authorJia He <justin.he@arm.com>
Mon, 15 Jul 2024 07:20:23 +0000 (07:20 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 2 Aug 2024 13:11:20 +0000 (21:11 +0800)
When objtool gains support for ARM in the future, it may encounter issues
disassembling the following data in the .text section:
> .Lzeros:
> .long   0,0,0,0,0,0,0,0
> .asciz  "Poly1305 for ARMv8, CRYPTOGAMS by \@dot-asm"
> .align  2

Move it to .rodata which is a more appropriate section for read-only data.

Signed-off-by: Jia He <justin.he@arm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/poly1305-armv8.pl

index cbc980fb02e3357feb25aad8f93c1ec86c11247d..bcb70c9541e9dd1fc58f1e8f57ec90c0b406a75d 100644 (file)
@@ -885,10 +885,13 @@ poly1305_blocks_neon:
        ret
 .size  poly1305_blocks_neon,.-poly1305_blocks_neon
 
+.pushsection .rodata
 .align 5
 .Lzeros:
 .long  0,0,0,0,0,0,0,0
 .asciz "Poly1305 for ARMv8, CRYPTOGAMS by \@dot-asm"
+.popsection
+
 .align 2
 #if !defined(__KERNEL__) && !defined(_WIN64)
 .comm  OPENSSL_armcap_P,4,4