mbox series

[GIT,PULL] arm64 fixes for -rc3

Message ID 20230519114617.GA2588@willie-the-truck (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64 fixes for -rc3 | expand

Pull-request

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

Message

Will Deacon May 19, 2023, 11:46 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 19, 2023, 6:32 p.m. UTC | #1
The pull request you sent on Fri, 19 May 2023 12:46:18 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4ffd96c9621fcec3b84f3f997e036cc7077ec465

Thank you!