[GIT PULL] arm64 fix for 6.3-rc6

From: Catalin Marinas
Date: Fri Apr 07 2023 - 05:59:28 EST


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(-)

--
Catalin