From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw02.freescale.net (de01egw02.freescale.net [192.88.165.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 63C7CDDE16 for ; Fri, 20 Jul 2007 04:57:07 +1000 (EST) Subject: Re: [PATCH] Treat ISI faults as read faults on classic 32-bit PowerPC From: Jon Loeliger To: Segher Boessenkool In-Reply-To: <5B45DD7F-1916-4E92-B0F6-6D1C11EF391B@kernel.crashing.org> References: <11847726193856-git-send-email-segher@kernel.crashing.org> <5d56173bee3f9ea0050aa508e7f27cc932af7229.1184104284.git.segher@kernel.crashing.org> <18078.43412.493174.590540@cargo.ozlabs.ibm.com> <1184863497.16820.8.camel@ld0161-tx32> <5B45DD7F-1916-4E92-B0F6-6D1C11EF391B@kernel.crashing.org> Content-Type: text/plain Message-Id: <1184871420.16820.15.camel@ld0161-tx32> Mime-Version: 1.0 Date: Thu, 19 Jul 2007 13:57:00 -0500 Cc: "linuxppc-dev@ozlabs.org" , Johannes Berg , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2007-07-19 at 12:16, Segher Boessenkool wrote: > > Tested on 8641HPCN. > > Which glibc versions? glibc-2.4 and newer are fine without the > patch already, glibc-2.3 seems to get away by accident; but 2.2 > (and before) are the problematic ones. > > No other userland program has been identified as needing this > fix, btw -- thankfully, or the testing matrix would be _huge_. > > > Segher Segher, Needless to say, one that showed the problem beforehand. :-) But to be precise: [root:~] ls -lsa /usr/lib/libglib* 0 lrwxrwxrwx 1 18005314 24012 21 Aug 15 2005 /usr/lib/libglib-1.2.so.0 -> libglib-1.2.so.0.0.10* 536 -rwxrwxr-x 1 18005314 24012 540931 Apr 8 2003 /usr/lib/libglib-1.2.so.0.0.10* 1064 -rw-rw-r-- 1 18005314 24012 1084256 Apr 8 2003 /usr/lib/libglib.a 4 -rwxrwxr-x 1 18005314 24012 662 Apr 8 2003 /usr/lib/libglib.la* 0 lrwxrwxrwx 1 18005314 24012 21 Aug 15 2005 /usr/lib/libglib.so -> libglib-1.2.so.0.0.10* Thanks, jdl