From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753256AbXJLCTT (ORCPT ); Thu, 11 Oct 2007 22:19:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753294AbXJLCTK (ORCPT ); Thu, 11 Oct 2007 22:19:10 -0400 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:54433 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752896AbXJLCTJ (ORCPT ); Thu, 11 Oct 2007 22:19:09 -0400 Date: Fri, 12 Oct 2007 11:18:14 +0900 From: Yasunori Goto To: Andrew Morton Subject: [Patch 000/002] Rearrange notifier of memory hotplug Cc: Christoph Lameter , Yasunori Goto , Hiroyuki KAMEZAWA , Linux Kernel ML , linux-mm X-Mailer-Plugin: BkASPil for Becky!2 Ver.2.068 Message-Id: <20071012111008.B995.Y-GOTO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.27 [ja] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hello. This patch set is to rearrange event notifier for memory hotplug, because the old notifier has some defects. For example, there is no information like new memory's pfn and # of pages for callback functions. Fortunately, nothing uses this notifier so far, there is no impact by this change. (SLUB will use this after this patch set to make kmem_cache_node structure). In addition, descriptions of notifer is added to memory hotplug document. This patch was a part of patch set to make kmem_cache_node of SLUB to avoid panic of memory online. But, I think this change becomes not only for SLUB but also for others. So, I extracted this from it. This patch set is for 2.6.23-rc8-mm2. I tested this patch on my ia64 box. Please apply. Bye. -- Yasunori Goto