Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932319Ab2JQPbY (ORCPT ); Wed, 17 Oct 2012 11:31:24 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:41739 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932220Ab2JQPbU (ORCPT ); Wed, 17 Oct 2012 11:31:20 -0400 Message-ID: <507ECF49.7050003@gmail.com> Date: Wed, 17 Oct 2012 23:31:21 +0800 From: Wen Congyang User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Ni zhan Chen CC: wency@cn.fujitsu.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, rientjes@google.com, liuj97@gmail.com, len.brown@intel.com, benh@kernel.crashing.org, paulus@samba.org, minchan.kim@gmail.com, akpm@linux-foundation.org, kosaki.motohiro@jp.fujitsu.com, isimatu.yasuaki@jp.fujitsu.com Subject: Re: [PATCH v2 0/5] bugfix for memory hotplug References: <1350475735-26136-1-git-send-email-wency@cn.fujitsu.com> <507EA308.9090106@gmail.com> In-Reply-To: <507EA308.9090106@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2012 Lines: 55 At 2012/10/17 20:22, Ni zhan Chen Wrote: > On 10/17/2012 08:08 PM, wency@cn.fujitsu.com wrote: >> From: Wen Congyang >> >> Wen Congyang (5): >> memory-hotplug: skip HWPoisoned page when offlining pages >> memory-hotplug: update mce_bad_pages when removing the memory >> memory-hotplug: auto offline page_cgroup when onlining memory block >> failed >> memory-hotplug: fix NR_FREE_PAGES mismatch >> memory-hotplug: allocate zone's pcp before onlining pages > > Oops, why you don't write changelog? I forgot to add it. Here is the changelog: Patch 1: updated according to kosaki's suggestion Patch 2: new patch, and update mce_bad_pages when removing memory. Patch 4: new patch, and fix a NR_FREE_PAGES mismatch, and this bug cause oom in my test. Patch 5: new patch, and fix a new bug. When repeating to online/offline pages, the free pages will continue to decrease. > >> >> include/linux/page-isolation.h | 10 ++++++---- >> mm/memory-failure.c | 2 +- >> mm/memory_hotplug.c | 14 ++++++++------ >> mm/page_alloc.c | 37 ++++++++++++++++++++++++++++--------- >> mm/page_cgroup.c | 3 +++ >> mm/page_isolation.c | 27 ++++++++++++++++++++------- >> mm/sparse.c | 21 +++++++++++++++++++++ >> 7 files changed, 87 insertions(+), 27 deletions(-) >> >> -- >> 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: email@kvack.org >> > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/