Re: [PATCH] crypto: crc32c-pclmul: use .rodata instead of .rotata

2015-09-21 Thread Herbert Xu
On Sun, Sep 20, 2015 at 04:42:36PM +0200, Nicolas Iooss wrote: > Module crc32c-intel uses a special read-only data section named .rotata. > This section is defined for K_table, and its name seems to be a spelling > mistake for .rodata. > > Fixes: 473946e674eb ("crypto: crc32c-pclmul - Shrink

[PATCH] crypto: crc32c-pclmul: use .rodata instead of .rotata

2015-09-20 Thread Nicolas Iooss
Module crc32c-intel uses a special read-only data section named .rotata. This section is defined for K_table, and its name seems to be a spelling mistake for .rodata. Fixes: 473946e674eb ("crypto: crc32c-pclmul - Shrink K_table to 32-bit words") Signed-off-by: Nicolas Iooss