All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhu Guihua <zhugh.fnst@cn.fujitsu.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, vbabka@suse.cz,
	rientjes@google.com, n-horiguchi@ah.jp.nec.com,
	zhenzhang.zhang@huawei.com, wangnan0@huawei.com, fabf@skynet.be
Subject: Re: [PATCH] mm/memory hotplug: print the last vmemmap region at the end of hot add memory
Date: Tue, 9 Jun 2015 11:41:28 +0800	[thread overview]
Message-ID: <55766068.9090809@cn.fujitsu.com> (raw)
In-Reply-To: <20150608163053.c481d9a5057513130f760910@linux-foundation.org>


On 06/09/2015 07:30 AM, Andrew Morton wrote:
> On Mon, 8 Jun 2015 14:44:41 +0800 Zhu Guihua <zhugh.fnst@cn.fujitsu.com> wrote:
>
>> When hot add two nodes continuously, we found the vmemmap region info is a
>> bit messed. The last region of node 2 is printed when node 3 hot added,
>> like the following:
>> Initmem setup node 2 [mem 0x0000000000000000-0xffffffffffffffff]
>>   On node 2 totalpages: 0
>>   Built 2 zonelists in Node order, mobility grouping on.  Total pages: 16090539
>>   Policy zone: Normal
>>   init_memory_mapping: [mem 0x40000000000-0x407ffffffff]
>>    [mem 0x40000000000-0x407ffffffff] page 1G
>>    [ffffea1000000000-ffffea10001fffff] PMD -> [ffff8a077d800000-ffff8a077d9fffff] on node 2
>>    [ffffea1000200000-ffffea10003fffff] PMD -> [ffff8a077de00000-ffff8a077dffffff] on node 2
>> ...
>>    [ffffea101f600000-ffffea101f9fffff] PMD -> [ffff8a074ac00000-ffff8a074affffff] on node 2
>>    [ffffea101fa00000-ffffea101fdfffff] PMD -> [ffff8a074a800000-ffff8a074abfffff] on node 2
>> Initmem setup node 3 [mem 0x0000000000000000-0xffffffffffffffff]
>>   On node 3 totalpages: 0
>>   Built 3 zonelists in Node order, mobility grouping on.  Total pages: 16090539
>>   Policy zone: Normal
>>   init_memory_mapping: [mem 0x60000000000-0x607ffffffff]
>>    [mem 0x60000000000-0x607ffffffff] page 1G
>>    [ffffea101fe00000-ffffea101fffffff] PMD -> [ffff8a074a400000-ffff8a074a5fffff] on node 2 <=== node 2 ???
>>    [ffffea1800000000-ffffea18001fffff] PMD -> [ffff8a074a600000-ffff8a074a7fffff] on node 3
>>    [ffffea1800200000-ffffea18005fffff] PMD -> [ffff8a074a000000-ffff8a074a3fffff] on node 3
>>    [ffffea1800600000-ffffea18009fffff] PMD -> [ffff8a0749c00000-ffff8a0749ffffff] on node 3
>> ...
>>
>> The cause is the last region was missed at the and of hot add memory, and
>> p_start, p_end, node_start were not reset, so when hot add memory to a new
>> node, it will consider they are not contiguous blocks and print the
>> previous one. So we print the last vmemmap region at the end of hot add
>> memory to avoid the confusion.
>>
>> ...
>>
>> --- a/mm/memory_hotplug.c
>> +++ b/mm/memory_hotplug.c
>> @@ -513,6 +513,7 @@ int __ref __add_pages(int nid, struct zone *zone, unsigned long phys_start_pfn,
>>   			break;
>>   		err = 0;
>>   	}
>> +	vmemmap_populate_print_last();
>>   
>>   	return err;
>>   }
> vmemmap_populate_print_last() is only available on x86_64, when
> CONFIG_SPARSEMEM_VMEMMAP=y.  Are you sure this won't break builds?

I tried this on i386 and on x86_64 when CONFIG_SPARSEMEM_VMEMMAP=n ,
it builds ok.

Thanks,
Zhu

>
> .
>

--
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>

WARNING: multiple messages have this Message-ID (diff)
From: Zhu Guihua <zhugh.fnst@cn.fujitsu.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: <linux-mm@kvack.org>, <linux-kernel@vger.kernel.org>,
	<vbabka@suse.cz>, <rientjes@google.com>,
	<n-horiguchi@ah.jp.nec.com>, <zhenzhang.zhang@huawei.com>,
	<wangnan0@huawei.com>, <fabf@skynet.be>
Subject: Re: [PATCH] mm/memory hotplug: print the last vmemmap region at the end of hot add memory
Date: Tue, 9 Jun 2015 11:41:28 +0800	[thread overview]
Message-ID: <55766068.9090809@cn.fujitsu.com> (raw)
In-Reply-To: <20150608163053.c481d9a5057513130f760910@linux-foundation.org>


On 06/09/2015 07:30 AM, Andrew Morton wrote:
> On Mon, 8 Jun 2015 14:44:41 +0800 Zhu Guihua <zhugh.fnst@cn.fujitsu.com> wrote:
>
>> When hot add two nodes continuously, we found the vmemmap region info is a
>> bit messed. The last region of node 2 is printed when node 3 hot added,
>> like the following:
>> Initmem setup node 2 [mem 0x0000000000000000-0xffffffffffffffff]
>>   On node 2 totalpages: 0
>>   Built 2 zonelists in Node order, mobility grouping on.  Total pages: 16090539
>>   Policy zone: Normal
>>   init_memory_mapping: [mem 0x40000000000-0x407ffffffff]
>>    [mem 0x40000000000-0x407ffffffff] page 1G
>>    [ffffea1000000000-ffffea10001fffff] PMD -> [ffff8a077d800000-ffff8a077d9fffff] on node 2
>>    [ffffea1000200000-ffffea10003fffff] PMD -> [ffff8a077de00000-ffff8a077dffffff] on node 2
>> ...
>>    [ffffea101f600000-ffffea101f9fffff] PMD -> [ffff8a074ac00000-ffff8a074affffff] on node 2
>>    [ffffea101fa00000-ffffea101fdfffff] PMD -> [ffff8a074a800000-ffff8a074abfffff] on node 2
>> Initmem setup node 3 [mem 0x0000000000000000-0xffffffffffffffff]
>>   On node 3 totalpages: 0
>>   Built 3 zonelists in Node order, mobility grouping on.  Total pages: 16090539
>>   Policy zone: Normal
>>   init_memory_mapping: [mem 0x60000000000-0x607ffffffff]
>>    [mem 0x60000000000-0x607ffffffff] page 1G
>>    [ffffea101fe00000-ffffea101fffffff] PMD -> [ffff8a074a400000-ffff8a074a5fffff] on node 2 <=== node 2 ???
>>    [ffffea1800000000-ffffea18001fffff] PMD -> [ffff8a074a600000-ffff8a074a7fffff] on node 3
>>    [ffffea1800200000-ffffea18005fffff] PMD -> [ffff8a074a000000-ffff8a074a3fffff] on node 3
>>    [ffffea1800600000-ffffea18009fffff] PMD -> [ffff8a0749c00000-ffff8a0749ffffff] on node 3
>> ...
>>
>> The cause is the last region was missed at the and of hot add memory, and
>> p_start, p_end, node_start were not reset, so when hot add memory to a new
>> node, it will consider they are not contiguous blocks and print the
>> previous one. So we print the last vmemmap region at the end of hot add
>> memory to avoid the confusion.
>>
>> ...
>>
>> --- a/mm/memory_hotplug.c
>> +++ b/mm/memory_hotplug.c
>> @@ -513,6 +513,7 @@ int __ref __add_pages(int nid, struct zone *zone, unsigned long phys_start_pfn,
>>   			break;
>>   		err = 0;
>>   	}
>> +	vmemmap_populate_print_last();
>>   
>>   	return err;
>>   }
> vmemmap_populate_print_last() is only available on x86_64, when
> CONFIG_SPARSEMEM_VMEMMAP=y.  Are you sure this won't break builds?

I tried this on i386 and on x86_64 when CONFIG_SPARSEMEM_VMEMMAP=n ,
it builds ok.

Thanks,
Zhu

>
> .
>


  reply	other threads:[~2015-06-09  3:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-08  6:44 [PATCH] mm/memory hotplug: print the last vmemmap region at the end of hot add memory Zhu Guihua
2015-06-08  6:44 ` Zhu Guihua
2015-06-08  8:52 ` Naoya Horiguchi
2015-06-08  8:52   ` Naoya Horiguchi
2015-06-08 23:30 ` Andrew Morton
2015-06-08 23:30   ` Andrew Morton
2015-06-09  3:41   ` Zhu Guihua [this message]
2015-06-09  3:41     ` Zhu Guihua
2015-06-09 20:29     ` Andrew Morton
2015-06-09 20:29       ` Andrew Morton
2015-06-11 10:41       ` Zhu Guihua
2015-06-11 10:41         ` Zhu Guihua

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55766068.9090809@cn.fujitsu.com \
    --to=zhugh.fnst@cn.fujitsu.com \
    --cc=akpm@linux-foundation.org \
    --cc=fabf@skynet.be \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=n-horiguchi@ah.jp.nec.com \
    --cc=rientjes@google.com \
    --cc=vbabka@suse.cz \
    --cc=wangnan0@huawei.com \
    --cc=zhenzhang.zhang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.