From owner-cvs-all@FreeBSD.ORG Sun Jun 1 01:47:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BAC51065673; Sun, 1 Jun 2008 01:47:02 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4918C8FC19; Sun, 1 Jun 2008 01:47:02 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m511l2RW035828; Sun, 1 Jun 2008 01:47:02 GMT (envelope-from jb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m511l2QS035827; Sun, 1 Jun 2008 01:47:02 GMT (envelope-from jb@repoman.freebsd.org) Message-Id: <200806010147.m511l2QS035827@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jb@repoman.freebsd.org using -f From: John Birrell Date: Sun, 1 Jun 2008 01:46:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/dtrace dtrace.c src/sys/cddl/contrib/opensolaris/uts/common/sys dtrace_impl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 01:47:02 -0000 jb 2008-06-01 01:47:02 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/dtrace dtrace.c sys/cddl/contrib/opensolaris/uts/common/sys dtrace_impl.h Log: SVN rev 179469 on 2008-06-01 01:46:37Z by jb Merge a recent change from the OpenSolaris source tree. (Don't ask for a vendor import of this yet, we're in the early days of svn) Instead of using cyclic timers to call the state clean and deadman callbacks, use a callout on FreeBSD to avoid the deadlock on FreeBSD due to trying to send interprocessor interrupts with interrupts disabled. Reported by: ps, jhb, peter, thompsa Revision Changes Path 1.4 +89 -13 src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c 1.3 +7 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h