From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH 01/35] lmb: prepare x86 to use lmb to replace early_res Date: Tue, 18 May 2010 08:02:29 +1000 Message-ID: <1274133749.21352.756.camel@pasglop> References: <1273796396-29649-1-git-send-email-yinghai@kernel.org> <1273796396-29649-2-git-send-email-yinghai@kernel.org> <1273803143.21352.353.camel@pasglop> <4BECEB8D.8070600@oracle.com> <1273824578.21352.579.camel@pasglop> <4BF18500.60105@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from gate.crashing.org ([63.228.1.57]:41354 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752381Ab0EQWEl (ORCPT ); Mon, 17 May 2010 18:04:41 -0400 In-Reply-To: <4BF18500.60105@zytor.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: "H. Peter Anvin" Cc: Yinghai , Ingo Molnar , Thomas Gleixner , Andrew Morton , David Miller , Linus Torvalds , Johannes Weiner , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org On Mon, 2010-05-17 at 11:03 -0700, H. Peter Anvin wrote: > On 05/14/2010 01:09 AM, Benjamin Herrenschmidt wrote: > > > > No. That is not the point. Read the rest of my email ! > > > > We need to -sanitize- those errors. _Maybe_ exposing LMB_ERROR is the > > right way to do so, but in that case, we need to make -all- function use > > the same error code. Right now, some fail with 0 and some with > > LMB_ERROR. > > > > Using errnos like the rest of the kernel seems like the right thing to > do, IMO. Maybe. The allocator/find functions return a physical address. If we all agree that a physical address between -PAGE_SIZE and 0 is never valid, then we can overlay the negative errno codes like we do for pointers. I'll have a look at that, it shouldn't be very hard. Cheers, Ben.