From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id F2780B70AC for ; Tue, 19 Jun 2012 06:40:14 +1000 (EST) Message-ID: <1340051997.2372.27.camel@pasglop> Subject: Re: [PATCH] PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit ptr/64-bit rsrcs From: Benjamin Herrenschmidt To: Bjorn Helgaas Date: Tue, 19 Jun 2012 06:39:57 +1000 In-Reply-To: References: <4DC27253-67FC-4A55-8C78-7782D9D0CF53@servergy.com> <1338959744.7150.153.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linuxppc-dev@lists.ozlabs.org, Paul Mackerras , Ben Collins List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2012-06-18 at 09:23 -0600, Bjorn Helgaas wrote: > Ooh, sorry about that. Who's going to push this fix? I don't see it > in Linus' tree yet. If you want me to, please forward me the original > patch. I want to double check something. We are still printing something wrong in the kernel log, so it looks like we have some incorrect carry in some arithmetic happening somewhere. Cheers, Ben.