From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80DD5C6FD1D for ; Fri, 7 Apr 2023 09:59:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240159AbjDGJ71 (ORCPT ); Fri, 7 Apr 2023 05:59:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229437AbjDGJ7Z (ORCPT ); Fri, 7 Apr 2023 05:59:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 008F47ED8 for ; Fri, 7 Apr 2023 02:59:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9325E6503C for ; Fri, 7 Apr 2023 09:59:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2C3BFC433D2; Fri, 7 Apr 2023 09:59:23 +0000 (UTC) Date: Fri, 7 Apr 2023 10:59:20 +0100 From: Catalin Marinas To: Linus Torvalds Cc: Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] arm64 fix for 6.3-rc6 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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