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 4205712F5A5 for ; Wed, 12 Nov 2025 00:24:04 +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=1762907049; cv=none; b=EMxlzhRC1/oNCRZOv/qZ9EVsc/eI7w0+C/eYaEiFW9NU52Z29jyhfRLTfpQ0og3VujsSFvEaFxt6KMd/quRNvqH00bFIpxk5YkWQ1QPVqEU8GeQnAsDNVBEpKHiOuYjRb8WeXRpkeKhpanXfE/9Dh66eJHcPYHVk6NB+q1DT0QM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762907049; c=relaxed/simple; bh=SHwmfGeuGTjCUqCzSp5HwAAZr/itWc/JkKrfpclEo40=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=J9JILD+m/Ri7/iTQiC6sYut5zkv40CTcaagVOkWxI/srmn/vvDJ7mssR8Z+LxQyIikJ2RVoEIgNHTC671z/Mc37ctsZtxfLk8ak+7J4bU5jo86yGbA2wF1Th+PL21jtBi1lFIpUDVr0Hxz0PdYuJ0n20bNqoOTNOgpo/BsGEbVA= 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=aCl3JADm; 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="aCl3JADm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D55E0C16AAE; Wed, 12 Nov 2025 00:24:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1762907044; bh=SHwmfGeuGTjCUqCzSp5HwAAZr/itWc/JkKrfpclEo40=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=aCl3JADmSiSYrQdxI6LUzS6jyRDkraXKUYntUlJPwUFYa2P+RhU8DMwHIHx+t45yP +yDYuI/RUCe5K1vYGZfphEVAMJd+hTGzRYC61rQOdjWrosqxViCOddNINFluErlfEj 8VlvR09zzuLOqrClaxzL69YE/LcNqQC2QlS1sSDM= Date: Tue, 11 Nov 2025 16:24:03 -0800 From: Andrew Morton To: Balbir Singh Cc: Matthew Brost , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mm@kvack.org, David Hildenbrand , Zi Yan , Joshua Hahn , Rakie Kim , Byungchul Park , Gregory Price , Ying Huang , Alistair Popple , Oscar Salvador , Lorenzo Stoakes , Baolin Wang , "Liam R. Howlett" , Nico Pache , Ryan Roberts , Dev Jain , Barry Song , Lyude Paul , Danilo Krummrich , David Airlie , Simona Vetter , Ralph Campbell , Mika =?ISO-8859-1?Q?Penttil=E4?= , Francois Dugast Subject: Re: [v7 00/16] mm: support device-private THP Message-Id: <20251111162403.709f37d86b67254765c7846b@linux-foundation.org> In-Reply-To: <7a0f2704-80b5-4cbd-8f3b-ac03692eefd3@nvidia.com> References: <20251001065707.920170-1-balbirs@nvidia.com> <20251008201740.d9507f4807a73058d4da23a8@linux-foundation.org> <20251111154326.bc48466a6962fbbffd8ebdd0@linux-foundation.org> <7a0f2704-80b5-4cbd-8f3b-ac03692eefd3@nvidia.com> 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, 12 Nov 2025 10:52:43 +1100 Balbir Singh wrote: > > https://lkml.kernel.org/r/62073ca1-5bb6-49e8-b8d4-447c5e0e582e@ > > > > I can't seem to open this https://lore.kernel.org/all/62073ca1-5bb6-49e8-b8d4-447c5e0e582e@nvidia.com/T/#u > > plus a general re-read of the > > mm-migrate_device-add-thp-splitting-during-migration.patch review > > discussion. > > > That's the patch I have > What I meant was - please re-read the review against that patch (it was fairly long) and double-check that everything was addressed.