Re: [PATCH v10 00/11] x86: PIE support to extend KASLR randomization

From: Peter Zijlstra
Date: Thu Dec 19 2019 - 08:35:59 EST


On Wed, Dec 04, 2019 at 04:09:37PM -0800, Thomas Garnier wrote:
> Minor changes based on feedback and rebase from v9.
>
> 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.

ISTR suggestion you add an objtool pass that verifies there are no
absolute text references left. Otherwise we'll forever be chasing that
last one..