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 69D3D2DF132 for ; Thu, 18 Jun 2026 14:34:12 +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=1781793253; cv=none; b=XHftS/sd1ZT456y5yFoLsKei2n39fyvvXp/jTVooMIdcwZ3+qZ8vhVHuhfFtHc5dYI++uJPzw57YjbK5uqZXjEUwlPe6JW7qyGUfeoPKrc2VZA9sfh+IwIW0pa1rJk7wV94rfkGe2tZohiDKwMjTqVIxzjc0f6Z9N5YkpfRT/cg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781793253; c=relaxed/simple; bh=E6q94yea7fFNH/J8mh/QoFHRvXIsMnsNC6J4EmqlFMA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CwkWTDV9wbV2GQKlpV4irLbLSi2l1UBuQiS90qaWgNmeZP64rzk874p5FtLMnfh4LBBCehevuF8R9qMIFMEAkhiMr8u2THFtLi1KWyqTJIh+EuIh8Qj0Q5EURaUqPUPzuKZ3m83AFsCc3Axika29PsAHXfASC1cByx1UfijTLPU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WxZkEKCV; 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="WxZkEKCV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 549E21F000E9; Thu, 18 Jun 2026 14:34:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781793252; bh=E6q94yea7fFNH/J8mh/QoFHRvXIsMnsNC6J4EmqlFMA=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=WxZkEKCVPRjJre7oSFwazwbU+kCx3+Ay0lgV6vHyj1ufAPJjpR7g0hHc/7WmZHVIq X3r84xvjmLmi9pXdwhGhQh3IEIiTJ8GOEvdfpyGJJOc+/XaJYhwrkc1ckr2XzAvmnw Kbdl/kuOJfYmlPUKqHuL12ToiuW4BjEZ9nOKOV8uVh+lH0qfc7i00WWBWKk3X61MJf IoaX073AjCP8SlOXsnlFGxoBe4sgJuMBZccnVdLLz4LDsseBg0HZxvnr2q6UrkXNdi +bmELUJWOi2IR+SQf1wL4/SeNKlJsp/SHF4GBEcgO2N5YIr5vPnoJ24TyjY/kaB6Ml /aOLW+8pr2JZQ== Date: Thu, 18 Jun 2026 15:34:05 +0100 From: Lorenzo Stoakes To: Nico Pache Cc: Lance Yang , akpm@linux-foundation.org, ziy@nvidia.com, baolin.wang@linux.alibaba.com, Liam.Howlett@oracle.com, ryan.roberts@arm.com, dev.jain@arm.com, baohua@kernel.org, richard.weiyang@gmail.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, david@kernel.org Subject: Re: [PATCH mm-new v3 3/3] mm/khugepaged: merge PTE scanning logic into a new helper Message-ID: References: <20260618131024.69667-1-lance.yang@linux.dev> 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, Jun 18, 2026 at 07:19:41AM -0600, Nico Pache wrote: > > I have a work-in-progress series to address a number of cleanups, the > code should be ready at the start of next week. I just want to test > and verify things first, and it's best not to post at the end of the > week :) Woo! Thanks :) Cleanups very welcome. But yeah best to send on week of -rc1 please. I'm holding off on a pretty large series myself and we need to get into the habit of treating the merge window as quiet time. I think Andrew is not taking anything atm anyway and asking people to resend in -rc1 anyway. (There's a debate as to - send early, get early feedback, resend in -rc1 vs. tidal wave in -rc1, but I'm kinda in favour of the tidal wave, as it at least gives some breathing space. I am very very far behind on review rn :) Thanks, Lorenzo