From owner-svn-src-head@FreeBSD.ORG Wed Nov 4 16:06:02 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA77C106568B; Wed, 4 Nov 2009 16:06:02 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 08F988FC29; Wed, 4 Nov 2009 16:06:01 +0000 (UTC) Received: by bwz5 with SMTP id 5so9259480bwz.3 for ; Wed, 04 Nov 2009 08:06:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=2e/aYQ0xPnNW12fqq95fTDx7cEwhTpjXUb+dO74/qCw=; b=XPPxqErEH8NACQE3yyPlNQEA9zhjwtxvOzrTkF3vq6c8jhKd3Q5kRYA1w2kjl7mPkR EwxGE2ru4bW79IaD7dLEdN6mwU4leUt/MC+VjvEua9ixonVXKkYg1IUaeIvXr8nSF0qX PDpHzm14GXn0gS+YlR3WTKEsswwO6FFPWdHwU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=g92b3sBLUeApJDHn9KunGyI+TSGZqf1nYZI+tP69JYxJzeXoueKlNtsxDZeu8MMTn4 dy/F0FcxSVN4OFvkhN/BF78HkLwpdqoBr5pC4JLrbD0suJcy7MMnvvxY71hELuB1z7e1 Am7eWBwBqc3Z9bJMNXAgKcR+oSKaTcQDzyQAk= MIME-Version: 1.0 Sender: asmrookie@gmail.com Received: by 10.223.4.137 with SMTP id 9mr245686far.95.1257350760732; Wed, 04 Nov 2009 08:06:00 -0800 (PST) In-Reply-To: <863a4ugvmi.fsf@ds4.des.no> References: <200911040132.nA41WxtQ012750@svn.freebsd.org> <863a4ugvmi.fsf@ds4.des.no> Date: Wed, 4 Nov 2009 17:06:00 +0100 X-Google-Sender-Auth: 369e3cebfc72c5eb Message-ID: <3bbf2fe10911040806l7293ab6l99cce51ea9d7a64c@mail.gmail.com> From: Attilio Rao To: =?UTF-8?Q?Dag=2DErling_Sm=C3=B8rgrav?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r198868 - in head/sys: amd64/amd64 i386/i386 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 16:06:02 -0000 2009/11/4, Dag-Erling Sm=C3=B8rgrav : > Attilio Rao writes: > > Log: > > Opteron rev E family of processor expose a bug where, in very rare > > ocassions, memory barriers semantic is not honoured by the hardware > > itself. As a result, some random breakage can happen in uninvestigabl= e > > ways (for further explanation see at the content of the commit itself= ). > > According to the reference you gave, OpenSolaris has a workaround for > this issue. Perhaps we should adopt it? IIRC, based on what I readed on-line, it could be still a WARNING msg, but I didn't double-check for it. On the other side, a possible complete solution would involve a boot-time patching mechanism, but we don't have it right now (differently from Linux) or disabling the SMP support, but it seems mostly a too heavy loss of performance due to the rarely appearence of the bug itself. I think the WARNING msg is a good compromise to all these other approaches. Attilio --=20 Peace can only be achieved by understanding - A. Einstein