mbox series

[GIT,PULL] arm64 fix for 6.3-rc6

Message ID ZC/peJ5jIi12hNpN@arm.com
State New
Headers show
Series [GIT,PULL] arm64 fix for 6.3-rc6 | expand

Pull-request

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

Message

Catalin Marinas April 7, 2023, 9:59 a.m. UTC
Hi Linus,

Please pull the arm64 fix below. Thanks.

The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:

  Linux 6.3-rc3 (2023-03-19 13:27:55 -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 32d85999680601d01b2a36713c9ffd7397c8688b:

  arm64: compat: Work around uninitialized variable warning (2023-04-05 17:51:47 +0100)

----------------------------------------------------------------
Fix uninitialised variable warning (from smatch) in the arm64 compat
alignment fixup code.

----------------------------------------------------------------
Ard Biesheuvel (1):
      arm64: compat: Work around uninitialized variable warning

 arch/arm64/kernel/compat_alignment.c | 32 ++++++++++++++------------------
 1 file changed, 14 insertions(+), 18 deletions(-)

Comments

pr-tracker-bot@kernel.org April 7, 2023, 8:56 p.m. UTC | #1
The pull request you sent on Fri, 7 Apr 2023 10:59:20 +0100:

> 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/d523dc7b16c4a3697700348d77a8a9bf37555e97

Thank you!