[PATCH] AES & GCM: copy look-up tables from .rodata section to .data

Ian Goldberg ian at cypherpunks.ca
Fri May 31 01:42:26 CEST 2019


On Thu, May 30, 2019 at 08:17:37PM +0300, Jussi Kivilinna wrote:
> +      /* Copy look-up tables from .rodata section to .data to avoid
> +       * sharing physical memory between processes. */

Are you keeping some unique data on the same page to avoid kernel
same-page merging?



More information about the Gcrypt-devel mailing list