From patchwork Fri Apr 12 17:57:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 13628208 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 06D8AC4345F for ; Fri, 12 Apr 2024 17:57:34 +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=/y0C7U0Pi/vQSy4ZCiCZbI1nTNVCjR4hGmbldz9G+yA=; b=PnWrLWpCm5X1Kt PHdKCKEttX0WyxAqFhYO4Od+fBJ5sKS1OWyOcUbfWtXY50lQ3Jk39pWgU0glvgR+hHC44XuolUljP d6uNS+kPEfhB0Fqvyksj1fWgfKhrwquauKYBh85WQ6vYxFTZkvEzSaujKmMwNJA9g6sVPvYhBbXgo /xCSEaaG4eIp9qE5YbIl0TR4wqjmhokV32bp7l98a58yzG4P90rSsTHBFLLEoD+sc67v8vU2caSYZ ucdDMaeGv6F0+vhsDKfnpt4akUjdXHn4NEY1vWGM54HSrxpBgYzGlzo9CdTSWnpB79NYBDYoEbRbM H96l/TPts+uB+OnBKyUA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rvL9P-00000000l3E-3SY8; Fri, 12 Apr 2024 17:57:23 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rvL9N-00000000l2W-17sO for linux-arm-kernel@lists.infradead.org; Fri, 12 Apr 2024 17:57:22 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id A3D0E611C6; Fri, 12 Apr 2024 17:57:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4AFA7C113CC; Fri, 12 Apr 2024 17:57:18 +0000 (UTC) Date: Fri, 12 Apr 2024 18:57:16 +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.9-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-20240412_105721_382147_D8836565 X-CRM114-Status: UNSURE ( 7.45 ) 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 fec50db7033ea478773b159e0e2efb135270e3b7: Linux 6.9-rc3 (2024-04-07 13:22:46 -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 e3ba51ab24fddef79fc212f9840de54db8fd1685: arm64: tlb: Fix TLBI RANGE operand (2024-04-10 18:22:28 +0100) ---------------------------------------------------------------- Fix the TLBI RANGE operand calculation causing live migration under KVM/arm64 to miss dirty pages due to stale TLB entries. ---------------------------------------------------------------- Gavin Shan (1): arm64: tlb: Fix TLBI RANGE operand arch/arm64/include/asm/tlbflush.h | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-)