From mboxrd@z Thu Jan 1 00:00:00 1970 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 6DC1DC4829B for ; Fri, 9 Feb 2024 23:53:03 +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:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3oOUYDfFK6eTNHoO1A6NqOMs6FQUePJQxBWZoRA5+Lk=; b=CX9SoM76cZ/v2y 6jSODSDXTxDMQMoMc/ByPpBTp1xGX+U4GilaRKLLSGOdoyihuH7mKSU17ov4jYJBlh6A9E4LaTSFS /azHTy5HPplEfmndEHCwCUof2ZJ5fq6PYjbF4IxzdSayAwjIDNTPXCIxm2cb7loxPhouQCOot7egD 941A+4EA/1aFcVG8N+iqqcO3myaVExCqKcxWKfxfnIVQtwdxiJjJfKU7yg1NHWSprSM8JKvm7OVfm CtO+IewUuuLi8J9DjZuCsLmzcHopc9FU6hpgQPq0tq6g5IYNBWsd59/BaYwOyU+lNjLaqA9dxUgVO MFm+nVPdPU0oNjzTQltA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYafn-00000000tWe-1etH; Fri, 09 Feb 2024 23:52:47 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYafj-00000000tR2-10bA for linux-arm-kernel@lists.infradead.org; Fri, 09 Feb 2024 23:52:45 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B35F0DA7; Fri, 9 Feb 2024 15:53:15 -0800 (PST) Received: from [10.57.78.75] (unknown [10.57.78.75]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id F327E3F5A1; Fri, 9 Feb 2024 15:52:29 -0800 (PST) Message-ID: <633af0a7-0823-424f-b6ef-374d99483f05@arm.com> Date: Fri, 9 Feb 2024 23:52:28 +0000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v5 00/25] Transparent Contiguous PTEs for User Mappings Content-Language: en-GB To: David Hildenbrand , Mark Rutland Cc: Catalin Marinas , Will Deacon , Ard Biesheuvel , Marc Zyngier , James Morse , Andrey Ryabinin , Andrew Morton , Matthew Wilcox , Kefeng Wang , John Hubbard , Zi Yan , Barry Song <21cnbao@gmail.com>, Alistair Popple , Yang Shi , Nicholas Piggin , Christophe Leroy , "Aneesh Kumar K.V" , "Naveen N. Rao" , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" , linux-arm-kernel@lists.infradead.org, x86@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <20240202080756.1453939-1-ryan.roberts@arm.com> <3ba54c94-8e44-4dd6-9a25-2cf81b07336f@arm.com> <216aa113-dc3f-45d4-964f-98f80969a927@redhat.com> From: Ryan Roberts In-Reply-To: <216aa113-dc3f-45d4-964f-98f80969a927@redhat.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240209_155243_350095_193470FB X-CRM114-Status: UNSURE ( 8.98 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 09/02/2024 22:16, David Hildenbrand wrote: >>> 1) Convert READ_ONCE() -> ptep_get() >>> 2) Convert set_pte_at() -> set_ptes() >>> 3) All the "New layer" renames and addition of the trivial wrappers >> >> Yep that makes sense. I'll start prepping that today. I'll hold off reposting >> until I have your comments on 19-25. I'm also hoping that David will repost the >> zap series today so that it can get into mm-unstable by mid-next week. Then I'll >> repost on top of that, hopefully by end of next week, folding in all your >> comments. This should give planty of time to soak in linux-next. > > Just sent out v2. Will review this series (early) next week. > > Have a great weekend! Cheers, David - you too! > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel