[GIT PULL] arm64: fixes for 5.2

From: Will Deacon
Date: Mon Jul 01 2019 - 09:02:19 EST


Hi Linus,

When you get a chance, please can you pull these two arm64 fixes for 5.2?
They fix a build failure with the LLVM linker and a module allocation
failure when KASLR is active.

Thanks,

Will

--->8

The following changes since commit 615c48ad8f4275b4d39fa57df68d4015078be201:

arm64/mm: don't initialize pgd_cache twice (2019-06-18 14:37:28 +0100)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes

for you to fetch changes up to aa69fb62bea15126e744af2e02acc0d6cf3ed4da:

arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitly (2019-06-26 11:40:20 +0100)

----------------------------------------------------------------
arm64 fixes for 5.2

- Fix module allocation when running with KASLR enabled

- Fix broken build due to bug in LLVM linker (ld.lld)

----------------------------------------------------------------
Ard Biesheuvel (1):
arm64: kaslr: keep modules inside module region when KASAN is enabled

Nathan Chancellor (1):
arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitly

arch/arm64/kernel/image.h | 6 +++++-
arch/arm64/kernel/module.c | 8 ++++++--
2 files changed, 11 insertions(+), 3 deletions(-)