From owner-svn-src-all@FreeBSD.ORG Tue Feb 10 11:36:38 2009 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 D3F26106564A; Tue, 10 Feb 2009 11:36:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id AEB008FC2C; Tue, 10 Feb 2009 11:36:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTPS id 4EEA846B42; Tue, 10 Feb 2009 06:36:38 -0500 (EST) Date: Tue, 10 Feb 2009 11:36:38 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org In-Reply-To: <200902092323.n19NN0QL074633@svn.freebsd.org> Message-ID: References: <200902092323.n19NN0QL074633@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: svn commit: r188425 - stable/6/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, 10 Feb 2009 11:36:41 -0000 On Mon, 9 Feb 2009, Robert Watson wrote: > Author: rwatson > Date: Mon Feb 9 23:23:00 2009 > New Revision: 188425 > URL: http://svn.freebsd.org/changeset/base/188425 > > Log: > In unp_connect(), don't unlock the global UNIX domain socket lock when > UNP_CONNECTING is set, as the caller will do that. > > (Due to significantly different locking in 7.0 and later, this fix > applies only to stable/7). This should have read "stable/6" -- the bug in question isn't present in the finer-grained UNIX domain socket locking introduced in the 7.x series. Robert N M Watson Computer Laboratory University of Cambridge