Re: [PATCH 13/17] prmem: linked list: disable layout randomization

From: Alexey Dobriyan
Date: Wed Oct 24 2018 - 09:43:50 EST


On Wed, Oct 24, 2018 at 12:35:00AM +0300, Igor Stoppa wrote:
> Some of the data structures used in list management are composed by two
> pointers. Since the kernel is now configured by default to randomize the
> layout of data structures soleley composed by pointers,

Isn't this true for function pointers?