From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 3C561222585 for ; Wed, 25 Mar 2026 15:30:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774452618; cv=none; b=Hsn+J+ccD4ZLCcKAv/KE0MZ3unHTJXQPJr7cWp/UDr/5+4n/BbaQk8Ik1EVsKadx+H/1WCtoygQ0UTPJjIw4RuS51jzYnwQPJXHQS5GC+C9aO73D5tsDsagTd62PWWSRVH3m2S5Xy7auyxi9R1V3GRJaxpOaP8i9acaufrobQhM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774452618; c=relaxed/simple; bh=ipt0qF+CvItlsG5F2muWd9cfvoSnSIi7qZEIATPqnBk=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=lf8GXPF6u2QEkOsMD346S4sDTd0pDhR+dt2CQvMNSeIxDvovq4GhZPqtkm4qjtmDjyCtKrBfI1ZWtQxn9Q58N1/mWwPAKpPj8bbMKaJ+ADLbM9xw8OAJ4sVHlR7in2fEd/M6tPIBR8VSDVC6lipKd74E67zNL83XjB/wQT+LAjw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=hg/tY5nc; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="hg/tY5nc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 47386C4CEF7; Wed, 25 Mar 2026 15:30:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1774452617; bh=ipt0qF+CvItlsG5F2muWd9cfvoSnSIi7qZEIATPqnBk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hg/tY5ncFUVkWwXBifZuAFbHCNb2uSb6fLwBzSq9v4Vq/c6E3Z4Y6MVkEn5ck4V1G 04hrNT6rzTHoPYKeRMOitF7vr5q3+6df2rnrVAzuH3rQM3W0mY/i8LLuqtWbxWF7f5 x+ZWu10/YhLx82NmzA2rS4bnS6g66aT0uS1R67R8= Date: Wed, 25 Mar 2026 08:30:16 -0700 From: Andrew Morton To: "Lorenzo Stoakes (Oracle)" Cc: "David Hildenbrand (Arm)" , Baolin Wang , Barry Song <21cnbao@gmail.com>, catalin.marinas@arm.com, will@kernel.org, lorenzo.stoakes@oracle.com, ryan.roberts@arm.com, Liam.Howlett@oracle.com, vbabka@suse.cz, rppt@kernel.org, surenb@google.com, mhocko@suse.com, riel@surriel.com, harry.yoo@oracle.com, jannh@google.com, willy@infradead.org, dev.jain@arm.com, linux-mm@kvack.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 1/5] mm: rmap: support batched checks of the references for large folios Message-Id: <20260325083016.a32095bea3f04488a7c9005a@linux-foundation.org> In-Reply-To: References: <12132694536834262062d1fb304f8f8a064b6750.1770645603.git.baolin.wang@linux.alibaba.com> <43831628-a00f-4292-9797-cb96a029bb00@kernel.org> <86f611cb-1292-44e4-b629-6503135d33ca@kernel.org> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Wed, 25 Mar 2026 15:06:26 +0000 "Lorenzo Stoakes (Oracle)" wrote: > > > Sorry unclear here - does the series need more work or does a follow up patch > > > need more work? > > > > Follow up! > > Ok good as in mm-stable now. Sadly means I don't get to review it but there we > go. Well, this was sent 6 weeks ago, at v6! But please go ahead. If review is very bad, there's git-rebase (happens sometimes) or some followup fix and a minor bisection hole (happens a bit more often). And those followup fixes will trickle in all the way out to 7.1-rc7, via the hotfixes path. This happens a great deal - about half(?) of hotfixes pertain to material we added in the current -rc cycle.