From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 16 23:29:23 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 776A91065673; Fri, 16 Jul 2010 23:29:23 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4D76B8FC18; Fri, 16 Jul 2010 23:29:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6GNTN0r088729; Fri, 16 Jul 2010 23:29:23 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6GNTN7I088725; Fri, 16 Jul 2010 23:29:23 GMT (envelope-from linimon) Date: Fri, 16 Jul 2010 23:29:23 GMT Message-Id: <201007162329.o6GNTN7I088725@freefall.freebsd.org> To: jlanders@vmware.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/148698: [panic] Panic at boot due to integer overflow computing top->cg_mask in smp_topo_none() when mp_ncpus == 32 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2010 23:29:23 -0000 Old Synopsis: Panic at boot due to integer overflow computing top->cg_mask in smp_topo_none() when mp_ncpus == 32 New Synopsis: [panic] Panic at boot due to integer overflow computing top->cg_mask in smp_topo_none() when mp_ncpus == 32 State-Changed-From-To: open->suspended State-Changed-By: linimon State-Changed-When: Fri Jul 16 23:23:00 UTC 2010 State-Changed-Why: I think the answer right now is "unfortunately, you're right". IIRC there are people working on code to handle > 32 CPUs, but it's not ready to commit yet. But take this with a grain of salt -- I'm wearing a bugmeister hat as I type this, not a source developer hat. http://www.freebsd.org/cgi/query-pr.cgi?pr=148698