From owner-freebsd-stable@FreeBSD.ORG Fri Jun 10 12:19:18 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0B5F16A41F; Fri, 10 Jun 2005 12:19:18 +0000 (GMT) (envelope-from marcolz@stack.nl) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F00C43D1F; Fri, 10 Jun 2005 12:19:18 +0000 (GMT) (envelope-from marcolz@stack.nl) Received: from hammer.stack.nl (hammer.stack.nl [IPv6:2001:610:1108:5010::153]) by mailhost.stack.nl (Postfix) with ESMTP id 8E9811F01C; Fri, 10 Jun 2005 14:19:17 +0200 (CEST) Received: by hammer.stack.nl (Postfix, from userid 333) id 6CF176722; Fri, 10 Jun 2005 14:19:17 +0200 (CEST) Date: Fri, 10 Jun 2005 14:19:17 +0200 From: Marc Olzheim To: Robert Watson Message-ID: <20050610121917.GC34994@stack.nl> References: <20050503150014.GG17096@stack.nl> <20050510131005.GA4083@stack.nl> <20050527124531.U727@fledge.watson.org> <20050527134441.GA94234@stack.nl> <20050527145757.GD94234@stack.nl> <20050530100559.GA52267@stack.nl> <20050530112102.L52379@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050530112102.L52379@fledge.watson.org> X-Operating-System: FreeBSD hammer.stack.nl 5.4-STABLE FreeBSD 5.4-STABLE X-URL: http://www.stack.nl/~marcolz/ User-Agent: Mutt/1.5.9i Cc: Marc Olzheim , freebsd-stable@freebsd.org, bug-followup@FreeBSD.org Subject: Re: kern/78824: race condition close()ing and read()ing the same socketpair on SMP. 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: Fri, 10 Jun 2005 12:19:19 -0000 On Mon, May 30, 2005 at 11:21:37AM +0100, Robert Watson wrote: > Great. I'll MFC this in a week or so assuming that there are no reports > of problems with the patch in HEAD. Thanks for the clear and concise bug > report, and sorry about taking so long to get this fixed! Haven't had any problems with this in the last two weekson RELENG_5. So the issue only remains in RELENG_5_4 now. Marc