From owner-freebsd-stable@FreeBSD.ORG Tue Sep 22 02:08:22 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9616F106566C; Tue, 22 Sep 2009 02:08:22 +0000 (UTC) (envelope-from hiyorin@gmail.com) Received: from mail-bw0-f227.google.com (mail-bw0-f227.google.com [209.85.218.227]) by mx1.freebsd.org (Postfix) with ESMTP id E1A918FC16; Tue, 22 Sep 2009 02:08:21 +0000 (UTC) Received: by bwz27 with SMTP id 27so2242661bwz.43 for ; Mon, 21 Sep 2009 19:08:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=Jl8fG/CORVMttZZzsTlnymvn/kdK25m1XJO71SPLvYg=; b=sUvAjA3XMRMWEMV/jCmo3R6OH538g64WVpmsOv5/mfwRrWtvU7IGf6iKOSUFIn19Ku XkNTLPMGNCg/XrBjRM581irwAY+f+gqL2P1rcg8+SvGA6mOYZRgMBu2f4lMdacGmfB68 ege6PAM9k7HVzM39eNdq+FzJDRFPJSuGKQCMY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=FwDh2/yzfM/70Y3dfHE4g9AUlRBMGw19XVnuFaQfMN6iNXDfeoEWzTQaWJC3lLIt+E 43/eUSRIzWqVhx1lrwWjtEQJOH0QTnjzZ9ysi2k4G1louE2PU5pdgKQppEEvE8Ls+eu0 We8jq9JLsGVbAqGGaj79xsQ1OoKT64penTY+E= Received: by 10.204.160.90 with SMTP id m26mr305818bkx.63.1253585300320; Mon, 21 Sep 2009 19:08:20 -0700 (PDT) Received: from ?10.130.10.181? ([202.82.159.125]) by mx.google.com with ESMTPS id k29sm1095747fkk.23.2009.09.21.19.08.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 21 Sep 2009 19:08:18 -0700 (PDT) Message-ID: <4AB8318D.5000404@gmail.com> Date: Tue, 22 Sep 2009 10:08:13 +0800 From: "C. C. Tang" User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Attilio Rao References: <3bbf2fe10909121432x7bd4f7es497e9431c4e520d6@mail.gmail.com> <4AB1A838.2040406@gmail.com> <3bbf2fe10909170216u29d994aj55c21efdfbc26ba5@mail.gmail.com> <4AB21005.6040104@gmail.com> <4AB36E1F.6080401@gmail.com> <3bbf2fe10909191224m6061d325h8bc1a389e195aa30@mail.gmail.com> In-Reply-To: <3bbf2fe10909191224m6061d325h8bc1a389e195aa30@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-STABLE Mailing List , Dan Naumov Subject: Re: 7.2-release/amd64: panic, spin lock held too long X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2009 02:08:22 -0000 >>>>> >>>>> >>> I have patched the sched_ule.c and did a make buildkernel & make >>> installkernel (is buildworld and installworld necessary?), rebooted and the >>> machine is running now. >>> I will post here again if there is any update. My server is up for 3.5 days now with HyperThreading & powerd enabled. No panic occured yet. C.C.