Re: [PATCH v7 00/12] x86: PIE support to extend KASLR randomization

2019-06-10 Thread Kees Cook
On Mon, May 20, 2019 at 04:19:25PM -0700, Thomas Garnier wrote: > Splitting the previous serie in two. This part contains assembly code > changes required for PIE but without any direct dependencies with the > rest of the patchset. Thanks for doing this! It should be easier to land the "little"

[PATCH v7 00/12] x86: PIE support to extend KASLR randomization

2019-05-20 Thread Thomas Garnier
Splitting the previous serie in two. This part contains assembly code changes required for PIE but without any direct dependencies with the rest of the patchset. Changes: - patch v7 (assembly): - Split patchset and reorder changes. - patch v6: - Rebase on latest changes in jump tables and