Re: [RFC PATCH 08/11] x86: Add support for finer grained KASLR

From: Peter Zijlstra
Date: Thu Feb 06 2020 - 05:38:43 EST


On Wed, Feb 05, 2020 at 02:39:47PM -0800, Kristen Carlson Accardi wrote:
> +static long __start___ex_table_addr;
> +static long __stop___ex_table_addr;
> +static long _stext;
> +static long _etext;
> +static long _sinittext;
> +static long _einittext;

Should you not also adjust __jump_table, __mcount_loc,
__kprobe_blacklist and possibly others that include text addresses?