linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: crypto: x86/crct10dif-pcl - cleanup and optimizations
@ 2019-06-17 13:35 Sedat Dilek
  2019-06-17 18:06 ` Nick Desaulniers
  0 siblings, 1 reply; 9+ messages in thread
From: Sedat Dilek @ 2019-06-17 13:35 UTC (permalink / raw)
  To: Eric Biggers
  Cc: Herbert Xu, Ard Biesheuvel, linux-crypto, David S. Miller,
	Nick Desaulniers, Clang-Built-Linux ML

Hi,

while digging through a ClangBuiltLinux issue when linking with LLD
linker on x86-64 I checked the settings for...

.rodata.cst16 and .rodata.cst32

...in crypto tree and fell over this change in...

commit "crypto: x86/crct10dif-pcl - cleanup and optimizations":

-.section .rodata.cst16.SHUF_MASK, "aM", @progbits, 16
+.section .rodata.cst32.byteshift_table, "aM", @progbits, 32
.align 16

Is that a typo?
I would have expected...
.rodata.cst32.XXX -> .align 32
or
rodata.cst16.XXX -> .align 16

But I might be wrong as I am no expert for crypto and x86/asm.

Thanks in advance.

Regards,
- Sedat -

[1] https://github.com/ClangBuiltLinux/linux/issues/431
[2] https://bugs.llvm.org/show_bug.cgi?id=42289
[3] https://git.kernel.org/linus/0974037fc55c

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-07-08 18:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-17 13:35 crypto: x86/crct10dif-pcl - cleanup and optimizations Sedat Dilek
2019-06-17 18:06 ` Nick Desaulniers
2019-06-17 18:07   ` Nick Desaulniers
2019-06-17 18:22   ` Eric Biggers
2019-07-03 15:16     ` Sedat Dilek
2019-07-03 16:14       ` Eric Biggers
2019-07-03 18:52         ` Nick Desaulniers
2019-07-04  7:38           ` Sedat Dilek
2019-07-08 18:19           ` Nick Desaulniers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).