Re: [PATCH v5 00/10] Function Granular KASLR

2020-09-29 Thread Kees Cook
On Wed, Sep 23, 2020 at 10:38:54AM -0700, Kristen Carlson Accardi wrote: > This patch set is an implementation of finer grained kernel address space > randomization. It rearranges your kernel code at load time > on a per-function level granularity, with only around a second added to > boot time.

Re: [PATCH v5 00/10] Function Granular KASLR

2020-09-28 Thread Kristen Carlson Accardi
Hi, On Fri, 2020-09-25 at 15:06 +0200, Miroslav Benes wrote: > Hi Kristen, > > On Wed, 23 Sep 2020, Kristen Carlson Accardi wrote: > > > Function Granular Kernel Address Space Layout Randomization > > (fgkaslr) > > - > > > >

Re: [PATCH v5 00/10] Function Granular KASLR

2020-09-25 Thread Miroslav Benes
Hi Kristen, On Wed, 23 Sep 2020, Kristen Carlson Accardi wrote: > Function Granular Kernel Address Space Layout Randomization (fgkaslr) > - > > This patch set is an implementation of finer grained kernel address space >