[GIT PULL] arm64 fixes for -rc3

From: Will Deacon
Date: Fri May 19 2023 - 07:46:27 EST


Hi Linus,

Please pull these arm64 fixes for -rc3. Summary in the tag, but it's a
mixture of compiler/static checker resolutions and a couple of MTE fixes.

Cheers,

Will

--->8

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c4c597f1b367433c52c531dccd6859a39b4580fb:

arm64: mte: Do not set PG_mte_tagged if tags were not initialized (2023-05-16 14:59:16 +0100)

----------------------------------------------------------------
arm64 fixes for -rc3

- Avoid erroneously marking untagged pages with PG_mte_tagged

- Always reset KASAN tags for destination page in copy_page()

- Mark PMU header functions 'static inline'

- Fix some sparse warnings due to missing casts

----------------------------------------------------------------
Geert Uytterhoeven (2):
ARM: perf: Mark all accessor functions inline
arm64: perf: Mark all accessor functions inline

Linus Walleij (1):
arm64: vdso: Pass (void *) to virt_to_page()

Min-Hua Chen (1):
arm64/mm: mark private VM_FAULT_X defines as vm_fault_t

Peter Collingbourne (2):
arm64: Also reset KASAN tag if page is not PG_mte_tagged
arm64: mte: Do not set PG_mte_tagged if tags were not initialized

arch/arm/include/asm/arm_pmuv3.h | 6 +++---
arch/arm64/include/asm/arm_pmuv3.h | 6 +++---
arch/arm64/kernel/mte.c | 7 ++-----
arch/arm64/kernel/vdso.c | 2 +-
arch/arm64/mm/copypage.c | 5 +++--
arch/arm64/mm/fault.c | 4 ++--
6 files changed, 14 insertions(+), 16 deletions(-)