Re: [PATCH 0/5] x86, boot: clean up KASLR code (step 2)

2016-04-22 Thread Kees Cook
On Fri, Apr 22, 2016 at 12:43 AM, Ingo Molnar wrote: > > Another small request, I've been doing this to the previous patches: > > sed -i 's/x86, KASLR: /x86\/KASLR: /g' > sed -i 's/x86, boot: /x86\/boot: /g' > > Could you please apply the regular x86/subsys title format for future patches? Ah

Re: [PATCH 0/5] x86, boot: clean up KASLR code (step 2)

2016-04-22 Thread Ingo Molnar
Another small request, I've been doing this to the previous patches: sed -i 's/x86, KASLR: /x86\/KASLR: /g' sed -i 's/x86, boot: /x86\/boot: /g' Could you please apply the regular x86/subsys title format for future patches? Thanks! Ingo

[PATCH 0/5] x86, boot: clean up KASLR code (step 2)

2016-04-20 Thread Kees Cook
This is the next step in various clean-ups and small improvements of the KASLR code. We're now moving past refactorings and have started making small changes to code along with some related clean-ups. After this series, the more major changes are coming. If there are other things that are worth cl