mbox series

[GIT,PULL] arm64 fixes for 5.13-rc4

Message ID 20210527190230.GA4576@arm.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64 fixes for 5.13-rc4 | expand

Pull-request

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

Message

Catalin Marinas May 27, 2021, 7:02 p.m. UTC
Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

  Linux 5.13-rc2 (2021-05-16 15:27:44 -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 e69012400b0cb42b2070748322cb72f9effec00f:

  arm64: mm: don't use CON and BLK mapping if KFENCE is enabled (2021-05-25 14:04:38 +0100)

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

- Don't use contiguous or block mappings for the linear map when KFENCE
  is enabled.

- Fix link in the arch_counter_enforce_ordering() comment.

----------------------------------------------------------------
Catalin Marinas (1):
      arm64: Fix stale link in the arch_counter_enforce_ordering() comment

Jisheng Zhang (1):
      arm64: mm: don't use CON and BLK mapping if KFENCE is enabled

 arch/arm64/include/asm/barrier.h | 2 +-
 arch/arm64/mm/mmu.c              | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org May 27, 2021, 10:04 p.m. UTC | #1
The pull request you sent on Thu, 27 May 2021 20:02:32 +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/3c856a3180daf38d33166c0c98da921841588019

Thank you!