From owner-svn-src-all@FreeBSD.ORG Tue Sep 27 13:44:06 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0D78106564A; Tue, 27 Sep 2011 13:44:06 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3AA1F8FC0C; Tue, 27 Sep 2011 13:44:05 +0000 (UTC) Received: by wyj26 with SMTP id 26so5550221wyj.13 for ; Tue, 27 Sep 2011 06:44:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=v0PRbDPGE+RtcSCMJWtGgimLMMb8Cr0goiu7RjYPK4s=; b=roUb8UBurz3kMykQNhc2r4JamdwPjJYi0AFq+9Hr2NGRILsWDZyLuJ8GuJjCCf8+6C XpyccCulgyk7/BNKJgWCIG/viEswwIStI5tN9VCRxdGdg/Vs0nv4PnVd7IaUQWz+EzUF itOY91urYYTdHdWyirh+RuDPeNL9FqvFKK9bs= MIME-Version: 1.0 Received: by 10.227.5.193 with SMTP id 1mr7286242wbw.57.1317131045120; Tue, 27 Sep 2011 06:44:05 -0700 (PDT) Sender: asmrookie@gmail.com Received: by 10.216.179.78 with HTTP; Tue, 27 Sep 2011 06:44:05 -0700 (PDT) In-Reply-To: <201109271342.p8RDgBIx025993@svn.freebsd.org> References: <201109271342.p8RDgBIx025993@svn.freebsd.org> Date: Tue, 27 Sep 2011 15:44:05 +0200 X-Google-Sender-Auth: _O-lPEeSLdeBW7k4HDy5EAox4II Message-ID: From: Attilio Rao To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: svn commit: r225794 - head/sys/kern X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2011 13:44:07 -0000 2011/9/27 Attilio Rao : > Author: attilio > Date: Tue Sep 27 13:42:11 2011 > New Revision: 225794 > URL: http://svn.freebsd.org/changeset/base/225794 > > Log: > =C2=A0Revert r225372: > =C2=A0wdog_kern_pat() acquires eventhandler mutex, thus it cannot work in > =C2=A0kernel context (from where kdb_trap() runs). > > =C2=A0The right way to fix this is both offering the > =C2=A0cpu-stop-on-panic-and-skip-locking logic and also a context for KDB > =C2=A0to officially run. We can re-enable this (or a similar) improvement > =C2=A0when these 2 patches hit the tree. > > =C2=A0Sponsored by: Sandvine Incorporated > =C2=A0Discussed with: =C2=A0 =C2=A0 =C2=A0 emaste, rstone > =C2=A0MFC after: =C2=A0 =C2=A0immediately Forgot to mention: Reported by: pho Attilio --=20 Peace can only be achieved by understanding - A. Einstein