[GIT PULL] arm64 fixes for 5.17

From: Catalin Marinas
Date: Wed Mar 09 2022 - 14:04:28 EST


Hi Linus,

Please pull the arm64 fixes below. I expect another pull request today
or tomorrow with a small fix for building BHB with clang LTO enabled
(some include order messing up defines).

Thanks.

The following changes since commit 4f6de676d94ee8ddfc2e7e7cd935fc7cb2feff3a:

arm64: Correct wrong label in macro __init_el2_gicv3 (2022-02-14 18:37:07 +0000)

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

arm64: kasan: fix include error in MTE functions (2022-03-09 15:27:21 +0000)

----------------------------------------------------------------
- Fix compilation of eBPF object files that indirectly include
mte-kasan.h.

- Fix test for execute-only permissions with EPAN (Enhanced Privileged
Access Never, ARMv8.7 feature).

----------------------------------------------------------------
Catalin Marinas (1):
arm64: Ensure execute-only permissions are not allowed without EPAN

Paul Semel (1):
arm64: kasan: fix include error in MTE functions

arch/arm64/Kconfig | 3 ---
arch/arm64/include/asm/mte-kasan.h | 1 +
arch/arm64/include/asm/pgtable-prot.h | 4 ++--
arch/arm64/include/asm/pgtable.h | 11 -----------
arch/arm64/mm/mmap.c | 17 +++++++++++++++++
5 files changed, 20 insertions(+), 16 deletions(-)

--
Catalin