[GIT PULL] arm64 fixes for 5.13-rc4
From: Catalin Marinas
Date: Thu May 27 2021 - 15:02:58 EST
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(-)
--
Catalin