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 23121C021B8 for ; Wed, 26 Feb 2025 08:34:14 +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=wM68l4BJXmc8Ln8rqYpOtIxX9ShG/Tx6En0SpktWB1c=; b=x8ezXicS4fjAYP oEGIdOsEaclRf0A4ZoHcDwGGI6vqfhBCVRWjg93QG8XNIxdTG3LyNyvI1juYPnj8dll43P7YorYlq DhA5S6OTfwOhQ/Nxev7NNyoOPgUdl5p/cbpLomiYXzcrGfnK/3y6DlBJ9kE3Jua82FNlzwv2Tc6yo 6aCMoWgdodzwv+CJPqOh1UAt31aHFjNKn/BWVhgokHrZR2aFoObJlLNomoJW6Wc3BhXfIm4b4ILE0 bfNN2J7Tx/Kx8suitfLUIOMXfmc4Ymuct9Kkv4kjwpRIq8ouecczl7PKoHGYc5JY3tA1U3cvS9WpD CPmag82aH7tksuETdXLA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tnCrp-00000002uF9-2Qqg; Wed, 26 Feb 2025 08:34:09 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tnCqY-00000002toV-1uhW; Wed, 26 Feb 2025 08:32:51 +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 D78141516; Wed, 26 Feb 2025 00:33:05 -0800 (PST) Received: from [10.57.78.248] (unknown [10.57.78.248]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 37E3B3F673; Wed, 26 Feb 2025 00:32:42 -0800 (PST) Message-ID: <528335f4-0648-4d49-992b-10c4d1949d0c@arm.com> Date: Wed, 26 Feb 2025 09:32:40 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 6/6] mm: pgtable: remove tlb_remove_page_ptdesc() To: Qi Zheng , peterz@infradead.org, riel@surriel.com, vishal.moola@gmail.com, david@redhat.com, jannh@google.com, hughd@google.com, willy@infradead.org, yuzhao@google.com, muchun.song@linux.dev, akpm@linux-foundation.org, will@kernel.org, aneesh.kumar@kernel.org, npiggin@gmail.com, arnd@arndb.de, dave.hansen@linux.intel.com, rppt@kernel.org, alexghiti@rivosinc.com Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-csky@vger.kernel.org, linux-hexagon@vger.kernel.org, loongarch@lists.linux.dev, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, linux-openrisc@vger.kernel.org, linux-sh@vger.kernel.org, linux-um@lists.infradead.org, x86@kernel.org, linux-riscv@lists.infradead.org References: <3df04c8494339073b71be4acb2d92e108ecd1b60.1740454179.git.zhengqi.arch@bytedance.com> Content-Language: en-GB From: Kevin Brodsky In-Reply-To: <3df04c8494339073b71be4acb2d92e108ecd1b60.1740454179.git.zhengqi.arch@bytedance.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250226_003250_561286_01E54E6A X-CRM114-Status: UNSURE ( 5.39 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On 25/02/2025 04:45, Qi Zheng wrote: > The tlb_remove_ptdesc()/tlb_remove_table() is specially designed for page > table pages, and now all architectures have been converted to use it to > remove page table pages. So let's remove tlb_remove_page_ptdesc(), it > currently has no users and should not be used for page table pages. > > Signed-off-by: Qi Zheng > Suggested-by: Peter Zijlstra (Intel) Reviewed-by: Kevin Brodsky _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv