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 E523C200110 for ; Tue, 28 Jul 2026 14:46:56 +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=1785250017; cv=none; b=Qd4mKedax9kSMVTk7JXVde8xLMt2FDQzZ7Bb+YyCWgAWGODdrm3XOknVXrWuP3QcWnVTj1e8Rg6MTscpMyVVZE4p9Mw2mxbYLBB4nYxLmBce5NqkglGleJryIVJ9GZXt0jpp+tDBeYTwLzQBZcnh0oUqA6EDhAoMl0DaT/MQEkw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785250017; c=relaxed/simple; bh=T/PYqlUQvMrIaurasbg8b4ywEHZqwHL+68ciOIACLtc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=PBNuxAWRN6lbB3Z8SFWwNwHyhUKk4HMPBcut4ijW7BZuCmWn7FO+AvOJzUtsc9N84fE8VZEdetVaAIjTJ2iNelz4ciAU1GPzSk5ieHo29hrsYblswhWhZaa2hi8x4Zh9Im+mE18qsfaJJ0vlCPXiX2/yJQ6S1IoyPdC7IZt+oPE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UGgRF5u1; 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="UGgRF5u1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 432E91F000E9; Tue, 28 Jul 2026 14:46:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785250016; bh=T/PYqlUQvMrIaurasbg8b4ywEHZqwHL+68ciOIACLtc=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=UGgRF5u1U4by0nLiLfP39GKxGfrY7/hLGmK3WsMwoAaxmz1Fr6XPKj1wsg6TTfQfs Ntv5ZVCPucM9jmAhFxWIwH6CJpg+GLiafzUgJ1/ysZdzaCTCFDK/IGk+GsZfqnFYDU 9LLK5jbSEQZzqOHLO4UrgX19H4VoBgOD4YMnnTlfXSGfHxlfm3MWby92Q973JjdxjV iVuIIjLsNdBXjKN5Ugww82/wqm0/oP/jitDWlvdPLFY17CFds3DggIWMbXk1gJo0Mt SEw6Yh8abyfigH9ahxFFA7UticnT8QAUKjyvQ2YuAR6BtEMbpP4HN8DdCU5YYodK49 ESnjBAIorlCCA== Date: Tue, 28 Jul 2026 15:46:36 +0100 From: "Lorenzo Stoakes (ARM)" To: Matthew Brost Cc: intel-xe@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Christian Koenig , Huang Rui , Matthew Auld , Andrew Morton , David Hildenbrand , Zi Yan , Baolin Wang , "Liam R. Howlett" , Nico Pache , Ryan Roberts , Dev Jain , Barry Song , Lance Yang , Tvrtko Ursulin , Dave Airlie , Matthew Wilcox Subject: Re: [PATCH 1/3] mm/huge_memory: add folio_split_driver_managed() Message-ID: References: <20260722044220.1110278-1-matthew.brost@intel.com> 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 Tue, Jul 28, 2026 at 03:40:55PM +0100, Lorenzo Stoakes (ARM) wrote: > I know different people have different approaches but PLEASE cc- everybody > on the whole series for context :) > > You may annoy the odd few who want less mail > context but that's the best > way I think. OK sorry either I wasn't paying attention, the mail sent slow, or I am blind :P but I see I'm cc'd on the rest. Apologies! Cheers, Lorenzo