commit | 325f562d8f4a2047c26705b9788ce38a099225ed | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed Jan 10 12:11:40 2018 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jan 18 23:00:31 2018 +1100 |
tree | 447ea0b5f277119c93f094dc4d629a1e2cb7a142 | |
parent | eec7d4593a0c922c2d12649a373825cfa65c17ea [diff] |
crypto: arm64/crct10dif - move literal data to .rodata section Move the CRC-T10DIF 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>