mbox series

[GIT,PULL] arm64 fixes for 5.3-rc5

Message ID 20190816172411.GA36979@arrakis.emea.arm.com (mailing list archive)
State Mainlined
Commit e60329c97b9cc07ce15e3c39fc42e57bf14add92
Headers show
Series [GIT,PULL] arm64 fixes for 5.3-rc5 | expand

Pull-request

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

Message

Catalin Marinas Aug. 16, 2019, 5:24 p.m. UTC
Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit 30e235389faadb9e3d918887b1f126155d7d761d:

  arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64 (2019-08-08 18:38:20 +0100)

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 b6143d10d23ebb4a77af311e8b8b7f019d0163e6:

  arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side (2019-08-16 17:40:03 +0100)

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

- Don't taint the kernel if CPUs have different sets of page sizes
  supported (other than the one in use).

- Issue I-cache maintenance for module ftrace trampoline.

----------------------------------------------------------------
Will Deacon (2):
      arm64: cpufeature: Don't treat granule sizes as strict
      arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side

 arch/arm64/kernel/cpufeature.c | 14 +++++++++++---
 arch/arm64/kernel/ftrace.c     | 22 +++++++++++++---------
 2 files changed, 24 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 16, 2019, 6 p.m. UTC | #1
The pull request you sent on Fri, 16 Aug 2019 18:24:13 +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/b7e7c85dc7b0ea5ff821756c331489e3b151eed1

Thank you!