[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#100657: marked as done (sysdeps/powerpc/memset.S optimizations fail on power3 CPUs)



Your message dated Sat, 21 Dec 2002 14:10:29 -0500
with message-id <20021221191029.GA12850@nevyn.them.org>
and subject line Bug#100657: Power3 Memset optimisation
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Jun 2001 02:10:14 +0000
>From rjain@photino.sid.rice.edu Tue Jun 12 21:10:14 2001
Return-path: <rjain@photino.sid.rice.edu>
Received: from mtiwmhc23.worldnet.att.net [::ffff:204.127.131.48] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15A06o-0004Ko-00; Tue, 12 Jun 2001 21:10:14 -0500
Received: from 27.newark-16-17rs.nj.dial-access.att.net ([12.89.134.27])
          by mtiwmhc23.worldnet.att.net
          (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP
          id <20010613021001.JQBG1777.mtiwmhc23.worldnet.att.net@27.newark-16-17rs.nj.dial-access.att.net>
          for <submit@bugs.debian.org>; Wed, 13 Jun 2001 02:10:01 +0000
Received: from photino.sid.rice.edu (rjain@localhost [127.0.0.1])
        by localhost (8.12.0.Beta10/8.12.0.Beta10/Debian 8.12.0.Beta10-1) with ESMTP id f5D2A0L4003251
        for <submit@bugs.debian.org>; Tue, 12 Jun 2001 22:10:00 -0400
Received: (from rjain@localhost)
        by photino.sid.rice.edu (8.12.0.Beta10/8.12.0.Beta10/Debian 8.12.0.Beta10-1) id f5D29xNN003249
        for submit@bugs.debian.org; Tue, 12 Jun 2001 22:09:59 -0400
Date: Tue, 12 Jun 2001 22:09:59 -0400
From: Rahul Jain <rahul@rice.edu>
To: submit@bugs.debian.org
Subject: sysdeps/powerpc/memset.S optimizations fail on power3 CPUs
Message-ID: <20010612220959.A3239@rice.edu>
Reply-To: Rahul Jain <rahul@rice.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.18i
X-Debbugs-CC: debian-powerpc@lists.debian.org
Delivered-To: submit@bugs.debian.org



Package: libc6
Severity: critical

The optimization for whole cache-line clearing in memset used on the powerpc
arch should not be used on the power3 CPU. The simple fix is to not use the
memset.S file at all. This bug renders debian uninstallable on power3 systems
without some serious gymnastics.

There have been a few discussions about this issue on the debian-powerpc list,
which is also included in the X-Debbugs-CC header.

---------------------------------------
Received: (at 100657-done) by bugs.debian.org; 21 Dec 2002 19:09:21 +0000
>From drow@false.org Sat Dec 21 13:09:21 2002
Return-path: <drow@false.org>
Received: from crack.them.org [65.125.64.184] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18Pozx-0004DU-00; Sat, 21 Dec 2002 13:09:21 -0600
Received: from nevyn.them.org ([66.93.61.169] ident=mail)
	by crack.them.org with asmtp (Exim 3.12 #1 (Debian))
	id 18PqsR-0005yL-00; Sat, 21 Dec 2002 15:09:43 -0600
Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian))
	id 18Pp13-0003Ns-00; Sat, 21 Dec 2002 14:10:29 -0500
Date: Sat, 21 Dec 2002 14:10:29 -0500
From: Daniel Jacobowitz <dan@debian.org>
To: Jeff Bailey <jbailey@nisa.net>, 100657-submitter@bugs.debian.org,
	100657-done@bugs.debian.org
Subject: Re: Bug#100657: Power3 Memset optimisation
Message-ID: <20021221191029.GA12850@nevyn.them.org>
References: <[🔎] 20021221175631.GE27986@nisa.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 20021221175631.GE27986@nisa.net>
User-Agent: Mutt/1.5.1i
Delivered-To: 100657-done@bugs.debian.org
X-Spam-Status: No, hits=-16.0 required=5.0
	tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,
	      SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT,
	      USER_AGENT_MUTT
	version=2.41
X-Spam-Level: 

On Sat, Dec 21, 2002 at 09:56:31AM -0800, Jeff Bailey wrote:
> At a very quick glance, it looks like the ChangeLog entry:
> 
> 2002-08-22 Steven Munroe <sjmunroe@us.ibm.com>
> 
>         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
>         value to select the correct stride for dcbz.
> 
> might solve this bug.  Can you confirm whether it does or not?

It does, for Power3.  It doesn't work for the 860 but I don't know
anyone trying to run Debian on one of those.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



Reply to: