From owner-freebsd-current@FreeBSD.ORG Wed Nov 4 22:37:18 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59D16106566C for ; Wed, 4 Nov 2009 22:37:18 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 147078FC1A for ; Wed, 4 Nov 2009 22:37:18 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N5oTb-0004kR-RJ for freebsd-current@freebsd.org; Wed, 04 Nov 2009 23:37:15 +0100 Received: from 207.155.204.151.ptr.us.xo.net ([207.155.204.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Nov 2009 23:37:15 +0100 Received: from atkin901 by 207.155.204.151.ptr.us.xo.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Nov 2009 23:37:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Mark Atkinson Date: Wed, 04 Nov 2009 14:36:46 -0800 Lines: 36 Message-ID: References: <20091031231545.493cee89@boiler.free.de> <867hu6gvou.fsf@ds4.des.no> <20091104163621.36943807@orwell.free.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 207.155.204.151.ptr.us.xo.net User-Agent: Thunderbird 2.0.0.23 (X11/20091009) In-Reply-To: Sender: news Subject: Re: 8.0RC2 amd64 - kernel panic running make buildworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 22:37:18 -0000 Mark Atkinson wrote: > Mark Atkinson wrote: >> Kai Gallasch wrote: >>> Am Wed, 04 Nov 2009 16:24:01 +0100 >>> schrieb Dag-Erling Smørgrav : >>> >>>> Kai Gallasch writes: >>>>> I installed 8.0RC2-amd64 on an 8-core opteron server a few days ago. >>>>> >>>>> When I try to do a make buildworld or make buildkernel the server >>>>> reboots without any message left in the logs. The same happens >>>>> when building bigger ports (for example ruby18 or perl58) >>>> Could it be related to this? What's your CPUID? >>> Found this in dmesg. Is this the CPUID? "Id = 0x100f23" >> That's generation 16 (0xf) model 2, stepping 3. This errata apparently >> only effects gen 15 (0xe) and some pre-release -- never released to >> public (0xf). I have the same processor in my system btw. > > sorry for the double wrong posting. I see several webpages refer to 15 > as f and 16 as f. usr/ports/misc/cpuid refers to it as 15. > > The pages referenced via the bugzilla entry in the commit refer to it as > 0xf but between 32 and 63. Does the model 2 correctly put us in the > range in the commit 0x20 and 0x3f? (i.e. stepping is included?) I'll answer my own question, no: http://support.amd.com/us/Processor_TechDocs/25481.pdf Although the some of the posts in http://bugzilla.kernel.org/show_bug.cgi?id=11305 indicate any model < 0x40. Someone must have actually narrowed the range.