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 42C513A63FB for ; Thu, 9 Apr 2026 08:36:29 +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=1775723790; cv=none; b=c+Kj9XPsqvO1Fvknaw472/1/R08RiX5+2wDM4Q7MF/Yy96GE+8u4sG78gbicsXSgwayeAPPc0yPRj8mZgPRD8zJmkYl8Qpc6x3K4UNycRuQ97mPnhhprwD1hY645sVHyESeoEr2P8OncpC7VUQJzmztsMddAMMs6RCUsob/jBMs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775723790; c=relaxed/simple; bh=jMkv+mgCgcR9rRmK7GcFhCNd85ZDpJdYYggBPjgGx78=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=bGEwIW7QEUX0j1CAuWsNchhf65W3YC6EvgPTvxBg3UCdtPGmuCyd7ldJMuqS1NIaOTFC9CViYBLMMX/imiGwlJg9RjUoJDr+BaJl4yWBKHwNr6LtpVSqBrEBKZ5s+2O4ZCJs8hNMt7v/DyCl1z5JxctSvIBZ97utaFrIhO+sfO0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=U32qiGaf; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="U32qiGaf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0FC9BC4CEF7; Thu, 9 Apr 2026 08:36:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775723789; bh=jMkv+mgCgcR9rRmK7GcFhCNd85ZDpJdYYggBPjgGx78=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=U32qiGafV0CDdRkJTCFoIhQD8V2gB3CvOoRNIBiaHw8zhNYGu7/+Ldgu7bPiEGUmS ROSXqs64WcqXXJXncQFUDu8+gfpIGinDwbl3wdsCl02Gg5fvjOzz8NnY74Y3GJt5rF YGOyTE/niqquA9dWPhugXTeehe/wo/lu2XOoJZp2p1KPG3mPRh7CyOotqOSiScZ5ye yC4ZzR8IyEtq14/49eWtpfD7ojNgvA1VNpu4Agr3+RwLyEsCVIKnGL9fsHn3C2Wvig ausVLSgKPG9245zUhPrsExJzmM+cVXi4yynUWl27B2jtYViAKRod9s5lqU6SxgjLf0 ao5aMjgPJ7Xng== Date: Thu, 9 Apr 2026 09:36:24 +0100 From: Lorenzo Stoakes To: Lance Yang Cc: luizcap@redhat.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, david@kernel.org, baolin.wang@linux.alibaba.com, ryan.roberts@arm.com, akpm@linux-foundation.org, ziy@nvidia.com, Liam.Howlett@oracle.com, npache@redhat.com, dev.jain@arm.com Subject: Re: [PATCH v3 00/10] mm: thp: always enable mTHP support Message-ID: References: <20260409082936.50302-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: <20260409082936.50302-1-lance.yang@linux.dev> On Thu, Apr 09, 2026 at 04:29:36PM +0800, Lance Yang wrote: > +Cc THP > > Some folks seem to be missing from CC for this series. Please run > scripts/get_maintainer.pl; it's your friend :) Please also use ljs@kernel.org for me, I'm now ignoring mails that are sent to my old address, so you won't get replies if you send it to the wrong one :) (My upstream bandwidth is dramatically reduced and I can't justify checking both places.) I will try to take a look at this when I get time, but really this is something to queue up for next cycle clearly at this point! I really do appreciate work that pays down technical debt however, so just to be clear, I'm glad you're doing that :>) Cheers, Lorenzo