On 29 July 2016 at 22:38, Mark Brown broonie@linaro.org wrote:
On 29 July 2016 at 18:09, Ard Biesheuvel ard.biesheuvel@linaro.org wrote:
The following changes since commit 5dd612ebfad71f5463d89ff92d1bc307cd286b5d:
parisc: Use generic extable search and sort routines (2016-05-12 09:05:25 +0800)
are available in the git repository at:
git://git.linaro.org/people/ard.biesheuvel/linux-arm.git arm64-kaslr-v4.4
for you to fetch changes up to 5808d4c65215bcb6a3fa145965fa9ed0bb3d8f5f:
arm64: kaslr: increase randomization granularity (2016-07-29 18:59:49 +0200)
Thanks, pulled & pushed.
Hi,
Another two cleanup patches related to KASLR that were pulled into v4.8-rc1. The first one fixes a potential build failure with newer (as yet unreleased) binutils. The second one gets rid of some absolute symbol based relocations, which actually don't hurt in this case (unlike in the EFI stub case), but removing them results in a cleaner binary and simpler relocation code in the early boot path.