From owner-freebsd-stable@FreeBSD.ORG Tue May 3 15:00:22 2005 Return-Path: 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 20A9516A4D0; Tue, 3 May 2005 15:00:22 +0000 (GMT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 949E943D62; Tue, 3 May 2005 15:00:21 +0000 (GMT) (envelope-from marcolz@stack.nl) Received: from snail.stack.nl (snail.stack.nl [IPv6:2001:610:1108:5010::131]) by mailhost.stack.nl (Postfix) with ESMTP id 1CB761F3F2; Tue, 3 May 2005 17:00:15 +0200 (CEST) Received: by snail.stack.nl (Postfix, from userid 333) id 0F9EE22899; Tue, 3 May 2005 17:00:15 +0200 (CEST) Date: Tue, 3 May 2005 17:00:14 +0200 From: Marc Olzheim To: bug-followup@FreeBSD.org, rwatson@freebsd.org Message-ID: <20050503150014.GG17096@stack.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i cc: freebsd-stable@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.1 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, 03 May 2005 15:00:22 -0000 Is this going to be fixed before 5.4 ? It still breaks on today's 5.4-STABLE. Marc