Re: [PATCH v7 06/12] x86: pm-trace - Adapt assembly for PIE support

2019-06-10 Thread Kees Cook
On Mon, May 20, 2019 at 04:19:31PM -0700, Thomas Garnier wrote: > From: Thomas Garnier > > Change assembly to use the new _ASM_MOVABS macro instead of _ASM_MOV for > the assembly to be PIE compatible. > > Position Independent Executable (PIE) support will allow to extend the > KASLR randomizatio

[PATCH v7 06/12] x86: pm-trace - Adapt assembly for PIE support

2019-05-20 Thread Thomas Garnier
From: Thomas Garnier Change assembly to use the new _ASM_MOVABS macro instead of _ASM_MOV for the assembly to be PIE compatible. Position Independent Executable (PIE) support will allow to extend the KASLR randomization range below 0x8000. Signed-off-by: Thomas Garnier --- arch/x8