From patchwork Fri Feb 11 18:53:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 12743761 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 175ACC433EF for ; Fri, 11 Feb 2022 18:54:15 +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=omkI+XIlRlC0pM82/HpjGNUZl7k6kT/CrrR3vnu9/1Y=; b=sKTZ2pN3zalMCA nal+zxdcWmagkFJEdyrk4hNfPQN70zSq2TTXzG9Oy/vE3xrBVi1Ru5CaqN/YYnaQtZ3n+r0wzAwBg g3I5I/xlv6hRrlMcNhMzP0OFw9W7KW78vZIgMve10u87yExSn+52kkGQtDAE7pYhFiBG43Ntdsguw YN3sFstT1n8wvtECXHLZgKQJe8MT/22U+IcJc5oewc4jGuGHMVFrZegl2jrxzUhOo9w+aviaNpycX qtqw887D3Bt8CHcCMlBiGwBoqq7wm/RwiOumb7LKZmOfNBWZ3agwNqnmhU3nWVilyNmPwYvkhw6rZ Jx1JtnupspIHIMdMBmQg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nIb2d-008Tbz-II; Fri, 11 Feb 2022 18:53:11 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nIb2Z-008TaU-77 for linux-arm-kernel@lists.infradead.org; Fri, 11 Feb 2022 18:53:09 +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 1140461F07; Fri, 11 Feb 2022 18:53:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D46DC340E9; Fri, 11 Feb 2022 18:53:04 +0000 (UTC) Date: Fri, 11 Feb 2022 18:53:00 +0000 From: Catalin Marinas To: Linus Torvalds Cc: Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] arm64 fixes for 5.17-rc4 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-20220211_105307_338113_6F6C7603 X-CRM114-Status: GOOD ( 11.32 ) 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 fixes below. Thanks. The following changes since commit 297ae1eb23b04c5a46111ab53c8d0f69af43f402: arm64: cpufeature: List early Cortex-A510 parts as having broken dbm (2022-01-28 16:15:46 +0000) 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 da5fb9e1ad3fbf632dce735f1bdad257ca528499: ACPI/IORT: Check node revision for PMCG resources (2022-02-09 18:16:22 +0000) ---------------------------------------------------------------- arm64 fixes: - Enable Cortex-A510 erratum 2051678 by default as we do with other errata. - arm64 IORT: Check the node revision for PMCG resources to cope with old firmware based on a broken revision of the spec that had no way to describe the second register page (when an implementation is using the recommended RELOC_CTRS feature). ---------------------------------------------------------------- Mark Brown (1): arm64: Enable Cortex-A510 erratum 2051678 by default Robin Murphy (1): ACPI/IORT: Check node revision for PMCG resources arch/arm64/Kconfig | 1 + drivers/acpi/arm64/iort.c | 14 +++++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-)