mbox series

[GIT,PULL] arm64: fixes for 5.2

Message ID 20190701130212.ifn7d7p2mqvquq6u@willie-the-truck
State New
Headers show
Series [GIT,PULL] arm64: fixes for 5.2 | expand

Pull-request

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

Message

Will Deacon July 1, 2019, 1:02 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 3, 2019, 8:20 a.m. UTC | #1
The pull request you sent on Mon, 1 Jul 2019 14:02:12 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4b1fe9b58e9d20f23f6b07d1c2e0dbd921da67bf

Thank you!