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 8B542C55ABF for ; Thu, 6 Aug 2026 08:01:11 +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:MIME-Version:References: 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: List-Owner; bh=d4asWuChK+eM1kiGapmMNoGD29ma1Jk76XtKSCRyl+4=; b=Re23+0J2SpYkeV 3gAhxv5y8pcbV1RUoOoaxCf82adz9YphyC73ihfMWaIISymZF2CaMuHAe0LoOzkk/hPDzUAbZzCcz Rt6igUnGf+HWcI6Qyo10VD2rFdfOSfZJWiCAJdV9cQpJOhzo/hWwg9cElZnO13zcl1R22q7O7paHV /T87LMs5k8O1owlc2zBNHKiZSjWuVILuZK+Eg4WrmQoil/+TMGsNcw1tJFGX/+CTM3G4qoh/6J+en XFjqoI/0YA67RrqO0CpK/EamlOT+7oVxq8A/EyhUkkhXFnBuC0dEFJ0huAiy8nWrYGbrwfkPHHzAh RPAITmdqKJ+LujwvKZjg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wrt09-00000005BEq-06V7; Thu, 06 Aug 2026 07:58:53 +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-Disposition: inline In-Reply-To: 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 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 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv