Re: [PATCH v8 0/4] KASLR feature to randomize each loadable module

2018-11-07 Thread Edgecombe, Rick P
On Tue, 2018-11-06 at 13:04 -0800, Andrew Morton wrote: > On Fri, 2 Nov 2018 12:25:16 -0700 Rick Edgecombe > wrote: > > > This is V8 of the "KASLR feature to randomize each loadable module" > > patchset. > > The purpose is to increase the randomization and also to make the modules > > randomized

Re: [PATCH v8 0/4] KASLR feature to randomize each loadable module

2018-11-06 Thread Andrew Morton
On Fri, 2 Nov 2018 12:25:16 -0700 Rick Edgecombe wrote: > This is V8 of the "KASLR feature to randomize each loadable module" patchset. > The purpose is to increase the randomization and also to make the modules > randomized in relation to each other instead of just the base, so that if one > m

[PATCH v8 0/4] KASLR feature to randomize each loadable module

2018-11-02 Thread Rick Edgecombe
Hi, This is V8 of the "KASLR feature to randomize each loadable module" patchset. The purpose is to increase the randomization and also to make the modules randomized in relation to each other instead of just the base, so that if one module leaks the location of the others can't be inferred. This