Your message dated Sat, 21 Dec 2002 14:10:29 -0500
with message-id <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED] Tue Jun 12 21:10:14 2001
Return-path: <[EMAIL PROTECTED]>
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 
<[EMAIL PROTECTED]>
          for <[EMAIL PROTECTED]>; 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 <[EMAIL PROTECTED]>; 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 [EMAIL PROTECTED]; Tue, 12 Jun 2001 22:09:59 -0400
Date: Tue, 12 Jun 2001 22:09:59 -0400
From: Rahul Jain <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: sysdeps/powerpc/memset.S optimizations fail on power3 CPUs
Message-ID: <[EMAIL PROTECTED]>
Reply-To: Rahul Jain <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.18i
X-Debbugs-CC: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]



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 [EMAIL PROTECTED] Sat Dec 21 13:09:21 2002
Return-path: <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
To: Jeff Bailey <[EMAIL PROTECTED]>, [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Subject: Re: Bug#100657: Power3 Memset optimisation
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.1i
Delivered-To: [EMAIL PROTECTED]
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 <[EMAIL PROTECTED]>
> 
>         * 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to