commit | eec7d4593a0c922c2d12649a373825cfa65c17ea | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed Jan 10 12:11:39 2018 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jan 18 23:00:31 2018 +1100 |
tree | 958d548141b7c2e8a92996047d72ea8cb81d8359 | |
parent | 62c24708761aa41fcda5986170276b7aa2669798 [diff] |
crypto: arm64/crc32 - move literal data to .rodata section Move CRC32 literal data to the .rodata section where it is safe from being exploited by speculative execution. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>