Message ID | 20180110121142.18291-1-ard.biesheuvel@linaro.org |
---|---|
Headers | show |
Series | arm64: move literal data into .rodata section | expand |
On Wed, Jan 10, 2018 at 12:11:35PM +0000, Ard Biesheuvel wrote: > Prevent inadvertently creating speculative gadgets by moving literal data > into the .rodata section. > > Patch #1 enables this for C code, by reverting a change that disables the > GCC feature implementing this. Note that this conflicts with the mitigation > of erratum #843419 for Cortex-A53. Ard, which tree is this supposed to go through? Thanks, -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
On 18 January 2018 at 11:41, Herbert Xu <herbert@gondor.apana.org.au> wrote: > On Wed, Jan 10, 2018 at 12:11:35PM +0000, Ard Biesheuvel wrote: >> Prevent inadvertently creating speculative gadgets by moving literal data >> into the .rodata section. >> >> Patch #1 enables this for C code, by reverting a change that disables the >> GCC feature implementing this. Note that this conflicts with the mitigation >> of erratum #843419 for Cortex-A53. > > Ard, which tree is this supposed to go through? > Hi Herbert, I am going to drop that first patch, the remaining 6 patches can go through the crypto tree as they are independent. Thanks, Ard.
On Thu, Jan 18, 2018 at 11:46:07AM +0000, Ard Biesheuvel wrote: > On 18 January 2018 at 11:41, Herbert Xu <herbert@gondor.apana.org.au> wrote: > > On Wed, Jan 10, 2018 at 12:11:35PM +0000, Ard Biesheuvel wrote: > >> Prevent inadvertently creating speculative gadgets by moving literal data > >> into the .rodata section. > >> > >> Patch #1 enables this for C code, by reverting a change that disables the > >> GCC feature implementing this. Note that this conflicts with the mitigation > >> of erratum #843419 for Cortex-A53. > > > > Ard, which tree is this supposed to go through? > > > > Hi Herbert, > > I am going to drop that first patch, the remaining 6 patches can go > through the crypto tree as they are independent. Patches 2-7 applied. Thanks. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt