Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755502AbYKZNrs (ORCPT ); Wed, 26 Nov 2008 08:47:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754820AbYKZNpC (ORCPT ); Wed, 26 Nov 2008 08:45:02 -0500 Received: from mtagate1.de.ibm.com ([195.212.17.161]:52157 "EHLO mtagate1.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754807AbYKZNpA (ORCPT ); Wed, 26 Nov 2008 08:45:00 -0500 In-Reply-To: References: <200806061835.43802.fenkes@de.ibm.com> <48499C11.7030504@gmail.com> <200811251358.06729.fenkes@de.ibm.com> To: Roland Dreier Cc: Alexander Schmidt1 , Christoph Raisch , OF-EWG , OF-General , Hoang-Nam Nguyen , LKML , LinuxPPC-Dev , Roland Dreier , Stefan Roscher MIME-Version: 1.0 Subject: Re: [PATCH] IB/ehca: Change misleading error message X-KeepSent: DC616681:53A831E8-C125750D:0046F124; type=4; name=$KeepSent X-Mailer: Lotus Notes Release 8.0.1 HF105 April 10, 2008 From: Joachim Fenkes Message-ID: Date: Wed, 26 Nov 2008 14:44:56 +0100 X-MIMETrack: Serialize by Router on D12ML064/12/M/IBM(Release 8.0.1|February 07, 2008) at 26/11/2008 14:44:57, Serialize complete at 26/11/2008 14:44:57 Content-Type: text/plain; charset="US-ASCII" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 842 Lines: 19 Roland Dreier wrote on 26.11.2008 00:13:51: > That's too bad... I applied this patch but out of curiousity, why > doesn't the hot-remove/hot-add work? I would have thought that > re-registering all of memory after the hot-add would do the right thing. That's right, but right now, we simply try to register all of memory from KERNELBASE to high_memory, which works right until we have memory holes in the middle; then the hypervisor will reject our page registrations. Same goes for huge (16GB) pages, by the way. We're working on a solution to this. Cheers, Joachim -- 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/