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 36C64C55838 for ; Thu, 6 Aug 2026 07:59:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=6Qdw3rPKOE/bqfzieoBLsN+JJCKDj8Yo0JXPMaKeuak=; b=3PTaiOtd9Gif9j588Xt4KPjzGo atg6PnbyYE7VkYvVqh6JVI/RmGocu/xDgy0YbpPtTtQ5Oi+pLdslN2AevL/xMLqzLr5zuVZQKidly dh2G1iMCeVsg9Do0+WWuPicOmifr2nu/Zn8SrXi7eATuocAfqS2peVDmdCRdR8rEBoUaqWPg0GIsu BuKvxPN+pcbnQclZT0BEjssrcNIyt6MijJK2q5tUMUEfzZl3ZDP56ZAG9Xtwn9xkMaZvWnuf3RFR/ Ut0JGlTyaZNzjrfH607wO3z5K0SjgcvvOXM7PXV6zqSy3vYEnKLPC1H4ZFu2Bv42e7v737bZdNZES ByYi8hnQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wrt08-00000005BEl-3vp1; Thu, 06 Aug 2026 07:58:52 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wrt07-00000005BES-2MVh; Thu, 06 Aug 2026 07:58:51 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id B7C0A60A8C; Thu, 6 Aug 2026 07:58:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3C0881F000E9; Thu, 6 Aug 2026 07:58:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786003130; bh=6Qdw3rPKOE/bqfzieoBLsN+JJCKDj8Yo0JXPMaKeuak=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=J8YD+KrbFok+1fwrI0iVh4vH26ewld4lv4yE4DFBk81pY0lZdIVyTtOduja1KQ1L3 BV958JiLuPY/ayW+tVLF8iavvaLcHpcaNd+5HKEnzG/wxP5fw0xcGz5ZrCF96Ga3rQ ckARtxPyCWzm/OG4zer/hsYuw61JO3TxKyA3pb1bv+sVmLiolZQc9VE6T8be16/0Lj pxPY2tkmJr0KqCi8N0/leBGXsiRewNbRPX/Jt8LHaJlHqqSX8Ocp0sZRGKAA/snYwu kWb5phclr88l1FQHh0l1AcAt9lBb+HtlHoWI3czYHgwuZFMhavmOxmga44ZQ7ZyAHq m/0hJeUVeZY+Q== Date: Thu, 6 Aug 2026 08:58:32 +0100 From: "Lorenzo Stoakes (ARM)" To: Yunhui Cui Cc: linux-riscv@lists.infradead.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, kvm-riscv@lists.infradead.org, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-efi@vger.kernel.org, linux-perf-users@vger.kernel.org, kasan-dev@googlegroups.com, David Hildenbrand Subject: Re: [PATCH v2 00/15] riscv: add Svnapot PTE folding support Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 I already commented on you failing to cc- anybody here (!) I am guessing you did the core bits in response to David's request ([0]), but in general - if you're changing core mm to suit an arch change, you really need to send it as an RFC and then it'd make sense to send the core mm changes separately as an RFC with an explanation as to why you need them. [0]:https://lore.kernel.org/all/62c418bc-082b-4ae2-a889-f63dd2b7f503@kernel.org/ Thanks, Lorenzo