[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220513165233.GA32168@willie-the-truck>
Date: Fri, 13 May 2022 17:52:35 +0100
From: Will Deacon <will@...nel.org>
To: torvalds@...ux-foundation.org
Cc: catalin.marinas@....com, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, kernel-team@...roid.com
Subject: [GIT PULL] arm64 fixes for -rc7
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(-)
Powered by blists - more mailing lists