mbox series

[GIT,PULL] arm64-fixes for 5.17

Message ID YjTQQvDwjwIYQ+Cx@arm.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64-fixes for 5.17 | expand

Pull-request

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

Message

Catalin Marinas March 18, 2022, 6:32 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 18, 2022, 7:38 p.m. UTC | #1
The pull request you sent on Fri, 18 Mar 2022 18:32:34 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/34e047aa16c0123bbae8e2f6df33e5ecc1f56601

Thank you!