mbox series

[GIT,PULL] arm64 fixes for 5.1-rc7

Message ID 20190426171251.GA24143@arrakis.emea.arm.com
State New
Headers show
Series [GIT,PULL] arm64 fixes for 5.1-rc7 | expand

Pull-request

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

Message

Catalin Marinas April 26, 2019, 5:12 p.m. UTC
Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit 085b7755808aa11f78ab9377257e1dad2e6fa4bb:

  Linux 5.1-rc6 (2019-04-21 10:45:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4e69ecf4da1ee0b2ac735e1f1bb13935acd5a38d:

  arm64/module: ftrace: deal with place relative nature of PLTs (2019-04-23 13:35:00 +0100)

----------------------------------------------------------------
arm64 fixes:

- keep the tail of an unaligned initrd reserved

- adjust ftrace_make_call() to deal with the relative nature of PLTs

----------------------------------------------------------------
Ard Biesheuvel (1):
      arm64/module: ftrace: deal with place relative nature of PLTs

Bjorn Andersson (1):
      arm64: mm: Ensure tail of unaligned initrd is reserved

 arch/arm64/kernel/ftrace.c | 9 +++++++--
 arch/arm64/mm/init.c       | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org April 26, 2019, 6:40 p.m. UTC | #1
The pull request you sent on Fri, 26 Apr 2019 18:12:53 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/857e17c2ee7c426c1f8998ccd48e2d5a7542148d

Thank you!