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 D3EF2378D9C for ; Fri, 5 Jun 2026 10:07:32 +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=1780654053; cv=none; b=lVGL2JvPdSRFQ3KsAsAlegJ/0aU2QGH/EW5d4CtYfHtyVpKILoFJP1zj3hDldZ5R1HjMfLfr9bMnOMtRCrsAnRYA7VOImZMj7qji8+0eF4Z87j6DzrSrmKMPn33kwKDrGlLbhr/hw5lw3fUBy9XF7zQVg9UzbHLh3bc5Xkd84mY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780654053; c=relaxed/simple; bh=QDWfEtj/uv2UeI4MSIT6eBgOcKQg5g0Z1Ndc4JZpq2Q=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ji7o1l+IGN2PtodNa+6lm6VweZIvacmoGOmT2o1PsfbfkJdndOsmmM0OfWiifub06lJUxH39dPgHLYsszefP3Gt+O9/sXI+CBSc7QVMnGcGjR1AVQII5V1FaBKoXNXlLddhOspHyRQo8INWEnEbHbYWoUs03+pNXvqnuWdlca/A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gfHC/39l; 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="gfHC/39l" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 670F01F00893; Fri, 5 Jun 2026 10:07:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780654052; bh=QDWfEtj/uv2UeI4MSIT6eBgOcKQg5g0Z1Ndc4JZpq2Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=gfHC/39lBZlUSNCckLLDS7HF46/GQxX19IkSby2aUztDE8K7hPG+MuXxXId4/Rz/l 9lnIb5AZxQyVxYh/5z/3cMSjEhKE4Guo1tNieJQxhbfkWj52SWhz3J1sg+8o2/QcVj 1n8G9Cj6Eyq0NQQtaYaMoHl1iHdWvrRYvUzcjA49Rzm+B4k6P/nsugJHIYzPS2ClQ1 dJvTr0Oz7PrylhrISfdyaJzJBirjDYk+uy0yLImiFtuC5BefElHO/7pmhVR1IgU/n3 8bJB7UbQQvHgnlDDzA052a4Qb34uEK1uK9ADMffVc3MmR5SqEZh+1upTkzpo+BDhhV QhA0H9SveSkKg== Date: Fri, 5 Jun 2026 11:07:26 +0100 From: Lorenzo Stoakes To: Dev Jain Cc: Andrew Morton , David Hildenbrand , Zi Yan , Baolin Wang , "Liam R . Howlett" , Nico Pache , Ryan Roberts , Barry Song , Lance Yang , SeongJae Park , Balbir Singh , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH mm-hotfixes] mm/huge_memory: use correct flags for device private PMD entry Message-ID: References: <20260601083044.57132-1-ljs@kernel.org> <73762983-d48d-486f-ad5f-78015e6f95ee@arm.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: <73762983-d48d-486f-ad5f-78015e6f95ee@arm.com> By the way, I think maybe the reason you didn't hit this in your work on the spurious warning stuff for hmm-tests is that I also had to set CONFIG_DEVICE_PRIVATE (as well as CONFIG_TEST_HMM) to get this to trigger. I think the reason others maybe didn't see it is because the self tests will just skip the hmm tests if CONFIG_TEST_HMM is not set. Cheers, Lorenzo