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 2780633689F for ; Thu, 2 Jul 2026 17:08:26 +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=1783012108; cv=none; b=MYaZgvdgYocq2Zvf+uRMQ2gBqvUU1a3XbkUjsukxccr3kuDeT8Rpxmzo8yZInOwQLL8oNPDfX6QqpVxhge4kSYqhQI0/+sJCxQwQ76KJLYo9LGntTu5hcZIXpZT7BcsJt/b2F167zweqEapGcP4CohQNeiREO2UPxQbpDse7LcA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783012108; c=relaxed/simple; bh=7jJqNVr8Hsvf3MHzFCrbJPOq4Wm5FEZqt3fAIHQW0gg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ie6udFpYfpVrsSijzQAUAfslNuM/bAnOJv3Exq338UQ69i0uAz5QcYssx6NBqeE2rGqa3oDtB9QNfhHMfhD+p6EnBOPC7rFLP6h84KbiRSe2b3503OlVCUjE4eq/aCA066mumAJPFH5alaoAhlfiEdnfg/MDzm+0VMHX0x4DZDE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SRMRTBVo; 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="SRMRTBVo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A29F11F000E9; Thu, 2 Jul 2026 17:08:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783012106; bh=7jJqNVr8Hsvf3MHzFCrbJPOq4Wm5FEZqt3fAIHQW0gg=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=SRMRTBVoa4lAT6KM7k3eRzm4Lw9ObAh/DvE28AvilZEGwxOUA98Nu63MsdDL2ewHd 2uMvJU5Ajx0JsTOrm+0bOC6enU25l80IK1JYxuXsOZIM8OdMGOrncG60+YmHpJbqiI aq32UkRTzMoFpFVmx66QG8R1lsuRhzQmQnFzDi8eB0axutL6Oxazrd0JQq8/r9TveC Rvcl1+cSYZnij5A3tufnG5ayqqJ1PEZR6jbaybNwmp7MDYlH9XIKMGZAH3yEB/wqe2 LerkJ8MTtjGI08geMp3REBEXlecU6sDPo65xJiIqlBkYtX2VSE1EXcOkbgbqWJFsNe MZ2HrMOS9s4yg== Date: Thu, 2 Jul 2026 18:08:13 +0100 From: Lorenzo Stoakes To: Mark Brown Cc: Mike Rapoport , Andrew Morton , 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> <20260701164613.008aa13cb6187ec9597bf652@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: On Thu, Jul 02, 2026 at 05:57:34PM +0100, Mark Brown wrote: > On Thu, Jul 02, 2026 at 05:53:48PM +0100, Lorenzo Stoakes wrote: > > On Thu, Jul 02, 2026 at 04:08:03PM +0300, Mike Rapoport wrote: > > > > I can't say that CI I run has a great coverage. I don't know what coverage > > > mm-new has though > > > Well we're very grateful for what coverage it has :) and that's nice to have it > > work with email like that also, makes life simpler. > > > Mark - are you running tests based on mm-new? I'm not sure where things stand on > > that? > > I currently test -next, mainline and stable plus my own stuff. Ack thanks! I guess in the long run then we can figure out a way to not necessarily even require mm-new at all, and instead let our CI try to handle as much as it can before -> linux-next :) As that'd be the nicest way and help reduce confusion about branches for mm-next. Cheers, Lorenzo