On 28 July 2016 at 11:24, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
 
The 4.7 release contains some updates and improvements to the KASLR code.
I pushed them onto a lsk-v4.4 branch here:
https://git.linaro.org/people/ard.biesheuvel/linux-arm.git/shortlog/refs/heads/arm64-kaslr-v4.4

That appears to be directly on top of the latest LSK rather than the KASLR topic branch v4.4/topic/mm-kaslr - can you rebase on top of the topic branch please or are there other dependencies that make that problematic?

Please when pointing to git repositories post references that are usable with git rather than something that requires a bunch of manual fiddling - usually that's repo and tag so for this:

   https://git.linaro.org/people/ard.biesheuvel/linux-arm.git arm64-kaslr-v4.4

Please also provide a diffstat and log, that's really helpful when pulling changes as it provides a quick way to check that what's being pulled is what was expected in case things didn't get pushed that should've been or similar. Using "git request-pull" to generate the request is a good way to cover all these bases.