Received: by mail.netbsd.org (Postfix, from userid 605) id 4ABE819CE86; Wed, 5 Jan 2011 22:57:03 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7A9CF19CE31 for ; Wed, 5 Jan 2011 22:57:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6ECEB175DD; Wed, 5 Jan 2011 22:57:02 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 5 Jan 2011 22:57:02 +0000 From: "Antti Kantee" Subject: CVS commit: src/lib/librumpuser To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20110105225702.6ECEB175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Antti Kantee" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: pooka Date: Wed Jan 5 22:57:02 UTC 2011 Modified Files: src/lib/librumpuser: rumpuser_sp.c Log Message: Release sender lock before zeroing out "wanted" status during violent disconnect. Fixes some race conditions (maybe the one occasionally showing up on tests/rump/rumpkern/t_stress). thanks to schmonz for some discussion To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/librumpuser/rumpuser_sp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.