From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e32.co.us.ibm.com (e32.co.us.ibm.com [32.97.110.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e32.co.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 212FFDE173 for ; Thu, 27 Mar 2008 08:00:23 +1100 (EST) Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e32.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id m2QKwiHI008640 for ; Wed, 26 Mar 2008 16:58:44 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m2QL0FCK111606 for ; Wed, 26 Mar 2008 15:00:15 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m2QL0EoK002703 for ; Wed, 26 Mar 2008 15:00:15 -0600 Date: Wed, 26 Mar 2008 15:57:32 -0500 From: Josh Boyer To: Roland McGrath Subject: Re: PPC upstream kernel ignored DABR bug Message-ID: <20080326155732.6b01240f@zod.rchland.ibm.com> In-Reply-To: <20080313014745.DE97826F992@magilla.localdomain> References: <20071126220224.GA5606@host0.dyn.jankratochvil.net> <200803101501.34439.jens@de.ibm.com> <1205344272.2272.45.camel@gargoyle> <200803122330.36905.jens@de.ibm.com> <20080313014745.DE97826F992@magilla.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Arnd Bergmann , Jan, linuxppc-dev@ozlabs.org, Paul Mackerras , Kratochvil List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 12 Mar 2008 18:47:45 -0700 (PDT) Roland McGrath wrote: > The only machine I have at home for testing powerpc is an Apple G5, > supplied to me by IBM. It says: > cpu : PPC970FX, altivec supported > revision : 3.0 (pvr 003c 0300) > so I am guessing this document applies to the chips I have. Since I can't > test on other chips myself, it is plausible from what I've seen that there > is no mysterious kernel problem and only this hardware problem. The > description of the hardware problem would not make me think that it would > behave this way, but it is not very detailed or precise, or at least does > not seem so to a reader not expert on powerpc. I ran the testcase on my older G5 today with: cpu : PPC970, altivec supported revision : 2.2 (pvr 0039 0202) and it also failed after a few iterations. This was with 2.6.25-0.121.rc5.git4.fc9 as the kernel, which is fairly close to mainline. At the least, this doesn't seem to be 970FX related. I'll try building a vanilla 2.6.25-rc7 later this evening to see if that makes a difference. josh