mbox series

[GIT,PULL] arm64 fixes for -rc7

Message ID 20220513165233.GA32168@willie-the-truck
State New
Headers show
Series [GIT,PULL] arm64 fixes for -rc7 | expand

Pull-request

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

Message

Will Deacon May 13, 2022, 4:52 p.m. UTC
Hi Linus,

Please pull these three arm64 fixes for -rc7. The summary is in the tag
but it's all pretty straightforward.

Thanks,

Will

--->8

The following changes since commit c35fe2a68f29a0bda15ae994154cacaae5f69791:

  elf: Fix the arm64 MTE ELF segment name and value (2022-04-28 11:37:06 +0100)

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 51f559d66527e238f9a5f82027bff499784d4eac:

  arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs (2022-05-12 13:15:38 +0100)

----------------------------------------------------------------
arm64 fixes for -rc7

- TLB invalidation workaround for Qualcomm Kryo-4xx "gold" CPUs

- Fix broken dependency in the vDSO Makefile

- Fix pointer authentication overrides in ISAR2 ID register

----------------------------------------------------------------
Joey Gouly (1):
      arm64: vdso: fix makefile dependency on vdso.so

Kristina Martsenko (1):
      arm64: cpufeature: remove duplicate ID_AA64ISAR2_EL1 entry

Shreyas K K (1):
      arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs

 Documentation/arm64/silicon-errata.rst | 3 +++
 arch/arm64/kernel/Makefile             | 4 ++++
 arch/arm64/kernel/cpu_errata.c         | 2 ++
 arch/arm64/kernel/cpufeature.c         | 3 +--
 arch/arm64/kernel/vdso/Makefile        | 3 ---
 arch/arm64/kernel/vdso32/Makefile      | 3 ---
 6 files changed, 10 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org May 13, 2022, 5:30 p.m. UTC | #1
The pull request you sent on Fri, 13 May 2022 17:52:35 +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/91bdba8536b87b25adbbf79ab9dc661840bccc4a

Thank you!