From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 379FC3BFE47 for ; Wed, 1 Jul 2026 08:04:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782893087; cv=none; b=A57Xg6wqBfED1zFn58eZZkh42Jrf6IpntI+pWBmtQik6czTVv2DrqTI98n4jXRIeOQDc4jVAKip+AAv61l34bP7hGC+665pLOyq7jEUlYZaPklLyGCWGAn4FmWVmOi92JCBTkZCkk7+1BteO541WBJvUb+5AqynoQ+UkKUu+OFY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782893087; c=relaxed/simple; bh=86072XdIW4Jkj6ecrAr4Z4tPcUoe31hMhgObFHTrb5o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HxtALUzmvlkKVaQc1CCXRXaEmghdNLOmk/wLEyiCCAjrG/vf8g81BN8280gqszBIERNvdZjInFuWNJCKYXhwiipuxcqAapq/bHUo1bSvvJCapOZDLj0QWFyzR8W9bRbtvyGo5Uli0IZR2F8R+jlY1wSRPKHN2ualR7lewIk+dXc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mV/b9bmH; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="mV/b9bmH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EF9B51F00A3A; Wed, 1 Jul 2026 08:04:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782893085; bh=BD1uqYg6aOus6UzpBzoWFf6c6yOuNtqvA/qB9gi/YIE=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=mV/b9bmHgphleSddekMxNHCHtOGt1uNOteQLYlTEG61lSZh0aMJyTO8J0STaLybev cLasn5JLPuMYFzlvUsl4aZg2+kkPH/IlEPlDi+tvpEwdmJWuv0zf+5y8ZvL1RpKNGc X3KK3zxD6cjUmKNVm/3Xhrxufst7WpENUEb5WCVMjTEDxtY/yQsgZJkPfBSxzrF/Yq 18Tum2cpJeNXOLghMBcW89LyiGrRQvYyfZmgiBgLRG1fAEz3ivFA4OMQdf2Rpb0+pE cjgIA0Vz93ACLoooaNeX14q+l1cZ8jxAlb6eNmlOUwNxJie4u35tmpPE/58scpVRMX 5j9hs9kZQH8hw== Date: Wed, 1 Jul 2026 09:04:33 +0100 From: Lorenzo Stoakes To: Andrew Morton Cc: Usama Arif , david@kernel.org, chrisl@kernel.org, kasong@tencent.com, ziy@nvidia.com, linux-mm@kvack.org, ying.huang@linux.alibaba.com, Baoquan He , willy@infradead.org, youngjun.park@lge.com, hannes@cmpxchg.org, riel@surriel.com, shakeel.butt@linux.dev, alex@ghiti.fr, kas@kernel.org, baohua@kernel.org, dev.jain@arm.com, baolin.wang@linux.alibaba.com, npache@redhat.com, "Liam R. Howlett" , ryan.roberts@arm.com, Vlastimil Babka , lance.yang@linux.dev, linux-kernel@vger.kernel.org, nphamcs@gmail.com, shikemeng@huaweicloud.com, kernel-team@meta.com Subject: Re: [PATCH 0/6] mm: preparatory patches for PMD level swap entries Message-ID: References: <20260630164143.1595669-1-usama.arif@linux.dev> <20260630125024.6c079ea708630d99708e26f6@linux-foundation.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260630125024.6c079ea708630d99708e26f6@linux-foundation.org> On Tue, Jun 30, 2026 at 12:50:24PM -0700, Andrew Morton wrote: > On Tue, 30 Jun 2026 09:34:37 -0700 Usama Arif wrote: > > > This is the preparatory part of the PMD page table swapin work. > > Thanks. > > This comes reasonably reviewed, so I'll queue it in mm-new. > > Why? > > - Human review coverage and AI review make me believe this isn't the > final version at all, but I do believe this is something we want in > 7.2, and getting it under test early will help to push it along. > > - Getting it in there early means that others will base their work on > material which will probably be upstreamed this cycle, so this gives > them a more accurate base against which to work. > > Sashiko did find a lot to talk about, some of it pre-existing so can > people who work on this code please take a look at > > https://sashiko.dev/#/patchset/20260630164143.1595669-1-usama.arif@linux.dev > > Hm, my understanding was that mm-new is where we take everything submitted for early testing? Did something change? Generally anything submitted early in the cycle is expected to land in the cycle unless there's significant adverse review or other reasons it can't be taken. Thanks, Lorenzo