From patchwork Fri Jul 28 15:50:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 13332078 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 39E34C001DE for ; Fri, 28 Jul 2023 15:51:16 +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=3z9KgidMAWskIUe+gyyB5so6YrNBn/EztcxiRkGSJFg=; b=RIAPi00ScsmejE nOrPA0RRe843NMTYlShEKRad+6GxQMj/XnHaqGxQGXUC+i0MwtstSA5nY7WzdccIP58ear0Lfj5h/ RiMryry5RLManbhNzuG6Gnmz8BibROXSl9k/vfm88H3y2pk/yClPu4I4zv1bK9LSbLPDTpwCJ4ga4 KZt4pWh1S7Y31F2xWRTxNdbDi4N4WpPrJXoKAVggk9jiR63KsmIKeqxk7iHOFJ/1Op/H6WJZQJG2h 52BG2kNMafL79ekvamALyl4Cz/bAN50z2y4ZxYOAxtVuyzY/O7hCBXdkqiiM155RGqT2H0Yw5NckC SLQjPZeTmKR+a4D4oC7Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qPPk1-003uea-21; Fri, 28 Jul 2023 15:50:57 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qPPjz-003udV-0l for linux-arm-kernel@lists.infradead.org; Fri, 28 Jul 2023 15:50:56 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B76D062184; Fri, 28 Jul 2023 15:50:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 29AEBC433C7; Fri, 28 Jul 2023 15:50:53 +0000 (UTC) Date: Fri, 28 Jul 2023 16:50:50 +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 fixes for 6.5-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-20230728_085055_315278_5C24C69F X-CRM114-Status: GOOD ( 11.08 ) 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/ACPI fixes below. Thanks. The following changes since commit d4d5be94a87872421ea2569044092535aff0b886: arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes (2023-07-21 11:11:09 +0100) 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 003e6b56d780095a9adc23efc9cb4b4b4717169b: ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info() (2023-07-28 14:50:50 +0100) ---------------------------------------------------------------- A couple of SME updates for recent fixes (one of which went to stable): reverting the flushing of the SME hardware state along with the thread flushing and making sure we have the correct vector length before reallocating. An ACPI/IORT fix to avoid skipping ID mappings whose "number of IDs" is 0 (the spec reports the number of IDs in the mapping range minus 1). ---------------------------------------------------------------- Guanghui Feng (1): ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info() Mark Brown (2): arm64/fpsimd: Don't flush SME register hardware state along with thread arm64/sme: Set new vector length before reallocating arch/arm64/kernel/fpsimd.c | 5 ++--- drivers/acpi/arm64/iort.c | 3 --- 2 files changed, 2 insertions(+), 6 deletions(-)