From patchwork Fri Mar 18 18:32:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 12785780 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 AC8FDC433F5 for ; Fri, 18 Mar 2022 18:39:06 +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=j3pP4Is9ZJWaNEuxgmLWLEGFVu2AQQ285zEt4nDVeBw=; b=X7qggNN4hCnBYJ Y4O+rf3wZ2CQv/z7OfLSfDGG9yHDLOnfFPhW1AMu8sYPGOk7nv38sL9eXW1QPVf4UMjRmlddoxVK9 7038gAQ7fjQil4LWX4pgS07Gs82A8WuFfVMrdvETRvgqQ4jrj/oYEGxaAYz5fs7ZQcL4vrNNy0kZj udxu6fKeRuQVGQVE3zL0+LVsnb05Rmdntl7gnXFuK82Ghl5YFb7uTScX2nNJmb4Ph12UDW9w8uOCI hF4N3QdvuCRllwC8ed+LqNPnHJsDfo9MCiVm0jC6VcFwLl4YB1golwJRfFZPm5ezJa2gyKTTbFops 8llNW8diilY4IO+EgQQQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nVHPk-002ctX-7f; Fri, 18 Mar 2022 18:33:28 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nVHPW-002ctE-Cv for linux-arm-kernel@lists.infradead.org; Fri, 18 Mar 2022 18:33:25 +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 sin.source.kernel.org (Postfix) with ESMTPS id 60159CE2B7F; Fri, 18 Mar 2022 18:32:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98B33C340E8; Fri, 18 Mar 2022 18:32:37 +0000 (UTC) Date: Fri, 18 Mar 2022 18:32:34 +0000 From: Catalin Marinas To: Linus Torvalds Cc: Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Arnd Bergmann Subject: [GIT PULL] arm64-fixes for 5.17 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-20220318_113314_653676_1B2041AC X-CRM114-Status: GOOD ( 10.70 ) 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 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(-)