[GIT PULL] arm64-fixes for 5.17

From: Catalin Marinas
Date: Fri Mar 18 2022 - 14:38:01 EST


Hi Linus,

Please pull the fixes below for 5.17 (nothing serious, compiler
warnings). Thanks.

The following changes since commit 09688c0166e76ce2fb85e86b9d99be8b0084cdf9:

Linux 5.17-rc8 (2022-03-13 13:23:37 -0700)

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 316e46f65a5497839857db08b6fbf60f568b165a:

arm64: errata: avoid duplicate field initializer (2022-03-18 14:09:18 +0000)

----------------------------------------------------------------
Fix two compiler warnings introduced by recent commits: pointer
arithmetic and double initialisation of struct field.

----------------------------------------------------------------
Arnd Bergmann (2):
arm64: fix clang warning about TRAMP_VALIAS
arm64: errata: avoid duplicate field initializer

arch/arm64/include/asm/vectors.h | 4 ++--
arch/arm64/kernel/cpu_errata.c | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)

--
Catalin