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?