From patchwork Fri Jul 1 17:33:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 12903604 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 1B20DC433EF for ; Fri, 1 Jul 2022 17:34:48 +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=pdv8LX2vCaGD7Kll1g3lqOhldMHuWXd/Qt7fyggOr6U=; b=dM6rSY1AyiBfDD cvdEokGWR9qBrzSUy95Lw/A8UjlS3wGOf9vEJdrTv7tHtCZ+l1d4bnQ4cD04CsrdvQkyvtc534SHz 7ctwTagXIf/XB1FCLYXX0ZLBkbwR3oYGHSO2STNHpOhNely+l6uhCuvj9KqqTyfRdEsIWXAZ9nW97 N/yOaYcQXbfddY1dhISzt1tsXGIIHmfWGM31hP+2AWqmdxo1285d4g2MYr7wrx2sLTTqCD7IP5QhT 1wJfAr9UC0oc+iLLaJ6Hk+Krpi8mte0xT9mzearYd6zuBi0BGiv7BE2JRQE6Ytnn4F7E5aylL+R2q aQqKTRCD2D55ip7L3B3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o7KWe-006EpC-B4; Fri, 01 Jul 2022 17:33:52 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o7KWa-006EoB-Rg for linux-arm-kernel@lists.infradead.org; Fri, 01 Jul 2022 17:33:50 +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 ams.source.kernel.org (Postfix) with ESMTPS id 4996CB83106; Fri, 1 Jul 2022 17:33:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16463C3411E; Fri, 1 Jul 2022 17:33:44 +0000 (UTC) Date: Fri, 1 Jul 2022 18:33:41 +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 5.19-rc5 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-20220701_103349_079835_ABF38131 X-CRM114-Status: UNSURE ( 8.86 ) 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 c50f11c6196f45c92ca48b16a5071615d4ae0572: arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer (2022-06-17 19:06:06 +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 410982303772993a86bb7a9cfa7ece34522b2636: arm64: hugetlb: Restore TLB invalidation for BBM on contiguous ptes (2022-07-01 18:29:26 +0100) ---------------------------------------------------------------- arm64 fix: restore TLB invalidation for the 'break-before-make' rule on contiguous ptes (missed in a recent clean-up). ---------------------------------------------------------------- Will Deacon (1): arm64: hugetlb: Restore TLB invalidation for BBM on contiguous ptes arch/arm64/mm/hugetlbpage.c | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-)