From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753526AbYIEUAv (ORCPT ); Fri, 5 Sep 2008 16:00:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751412AbYIEUAn (ORCPT ); Fri, 5 Sep 2008 16:00:43 -0400 Received: from one.firstfloor.org ([213.235.205.2]:45041 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751013AbYIEUAm (ORCPT ); Fri, 5 Sep 2008 16:00:42 -0400 Date: Fri, 5 Sep 2008 22:04:01 +0200 From: Andi Kleen To: Gary Hade Cc: Andi Kleen , linux-mm@kvack.org, Andrew Morton , Yasunori Goto , Badari Pulavarty , Mel Gorman , Chris McDermott , linux-kernel@vger.kernel.org, x86@kernel.org, Ingo Molnar Subject: Re: [PATCH] [RESEND] x86_64: add memory hotremove config option Message-ID: <20080905200401.GA18288@one.firstfloor.org> References: <20080905172132.GA11692@us.ibm.com> <87ej3yv588.fsf@basil.nowhere.org> <20080905195314.GE11692@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080905195314.GE11692@us.ibm.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > The inability to offline all non-primary node memory sections > certainly needs to be addressed. The pgdat removal work that > Yasunori Goto has started will hopefully continue and help resolve > this issue. You make it sound like it's just some minor technical hurdle that needs to be addressed. But from all analysis of these issues I've seen so far it's extremly hard and all possible solutions have serious issues. So before doing some baby steps there should be at least some general idea how this thing is supposed to work in the end. > We have only just started thinking about issues related > to resources other that CPUs and memory that will need to be released > in preparation for node removal (e.g. memory and i/o resources > assigned to PCI devices on a node targeted for removal). That's the easy stuff. The hard parts are all the kernel objects that you cannot move. -Andi