From patchwork Fri Apr 7 09:59:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 13204633 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 30D20C6FD1D for ; Fri, 7 Apr 2023 10:00:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=T0EQsqJEb9pkGumjCRyLnaOKVvrRaLRiiXoBtQrktqY=; b=yNCADioJEmL6a3 aTmdkqJbOKDuv49xfbt/3avF5F715OohrLk2zMCXzifRhdoBIib8Oy4pNqeuxh9AtfqGa0LbFqWty xMMpUAODMjCkIm3Z9Df071jgYMgJ8r6KlIz1gHVD2YennqmPpkiyb84wrrXipCa18cgYg4ojIjHUY U9y+/LmDBvWcHgJsKssYcUd4Yux1i8vg5m1GD62ixmHdtpQdlhXpnVSkM+8bzWya9jeszpjpDYiUl 3CgbsX09uMxLrPvu+4ajGiOPdmpTEKTZG1wbx1flDuc/Y9AohhYAowoxR1TyTFW94h2mxzSVirZJy sLcPYd90HO5amjtcFNXQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pkisV-009jxS-1s; Fri, 07 Apr 2023 09:59:31 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pkisP-009jw0-1R for linux-arm-kernel@lists.infradead.org; Fri, 07 Apr 2023 09:59:26 +0000 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 8CABA64B8E; 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-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230407_025925_560364_FAA4C8DE X-CRM114-Status: UNSURE ( 8.79 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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(-)