linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* vmemmap_verify() BUGs during memory hotplug (4.2-rc1 regression)
@ 2015-07-27 15:32 David Vrabel
  2015-07-27 15:41 ` Mel Gorman
  0 siblings, 1 reply; 3+ messages in thread
From: David Vrabel @ 2015-07-27 15:32 UTC (permalink / raw)
  To: Mel Gorman; +Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org

Mel,

As of commit 8a942fdea560d4ac0e9d9fabcd5201ad20e0c382 (mm: meminit: make
__early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid)
vmemmap_verify() will BUG_ON() during memory hotplug because of its use
of early_pfn_to_nid().  Previously, it would have reported bogus (or
failed to report valid) warnings.

I believe this does not affect memory hotplug on most x86 systems
because vmemmap_populate() would normally call
vmemmap_populate_hugepages() which avoids calling vmemmap_verify() in
the common case (no existing mappings covering the new area).

I'm triggering the early_pfn_to_nid() BUG_ON() with the Xen balloon
driver in a PV guest which will always call vmemmap_populate_basepages()
(since Xen PV guests lack superpage support).

Not really sure what the best way to resolve this is.  Presumably
vmmemmap_verify() needs to switch to using pfn_to_nid() after the
initial initialization but there doesn't appear to be anything suitable
to distinguish between the early and hotplug cases.

David

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: vmemmap_verify() BUGs during memory hotplug (4.2-rc1 regression)
  2015-07-27 15:32 vmemmap_verify() BUGs during memory hotplug (4.2-rc1 regression) David Vrabel
@ 2015-07-27 15:41 ` Mel Gorman
  2015-07-28 17:09   ` David Vrabel
  0 siblings, 1 reply; 3+ messages in thread
From: Mel Gorman @ 2015-07-27 15:41 UTC (permalink / raw)
  To: David Vrabel; +Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org

On Mon, Jul 27, 2015 at 04:32:45PM +0100, David Vrabel wrote:
> Mel,
> 
> As of commit 8a942fdea560d4ac0e9d9fabcd5201ad20e0c382 (mm: meminit: make
> __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid)
> vmemmap_verify() will BUG_ON() during memory hotplug because of its use
> of early_pfn_to_nid().  Previously, it would have reported bogus (or
> failed to report valid) warnings.
> 

Please test "mm, meminit: Allow early_pfn_to_nid to be used during
runtime"

-- 
Mel Gorman
SUSE Labs

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: vmemmap_verify() BUGs during memory hotplug (4.2-rc1 regression)
  2015-07-27 15:41 ` Mel Gorman
@ 2015-07-28 17:09   ` David Vrabel
  0 siblings, 0 replies; 3+ messages in thread
From: David Vrabel @ 2015-07-28 17:09 UTC (permalink / raw)
  To: Mel Gorman; +Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org

On 27/07/15 16:41, Mel Gorman wrote:
> On Mon, Jul 27, 2015 at 04:32:45PM +0100, David Vrabel wrote:
>> Mel,
>>
>> As of commit 8a942fdea560d4ac0e9d9fabcd5201ad20e0c382 (mm: meminit: make
>> __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid)
>> vmemmap_verify() will BUG_ON() during memory hotplug because of its use
>> of early_pfn_to_nid().  Previously, it would have reported bogus (or
>> failed to report valid) warnings.
>>
> 
> Please test "mm, meminit: Allow early_pfn_to_nid to be used during
> runtime"

That fixed the BUG_ON() thanks.  But I still can't only the new sections
because their first page is not reserved, but I've not had time to
investigate why this is yet.

David

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-28 17:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27 15:32 vmemmap_verify() BUGs during memory hotplug (4.2-rc1 regression) David Vrabel
2015-07-27 15:41 ` Mel Gorman
2015-07-28 17:09   ` David Vrabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).