Received: by mail.netbsd.org (Postfix, from userid 605) id 27B6D85E8E; Sat, 26 Mar 2016 14:58:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A652085EAE for ; Sat, 26 Mar 2016 14:58:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VjaYuD2WpbCA for ; Sat, 26 Mar 2016 14:58:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5450A85E77 for ; Sat, 26 Mar 2016 14:58:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4F016FBB5; Sat, 26 Mar 2016 14:58:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 26 Mar 2016 14:58:13 +0000 From: "Juergen Hannken-Illjes" Subject: CVS commit: src/sys/miscfs/specfs To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160326145813.4F016FBB5@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: "Juergen Hannken-Illjes" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: hannken Date: Sat Mar 26 14:58:13 UTC 2016 Modified Files: src/sys/miscfs/specfs: spec_vnops.c Log Message: Whhen spec_strategy() extracts v_rdev take care to avoid a race with spec_revoke. Fixes PR kern/50467 Panic from disconnecting phone while reading its contents To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 src/sys/miscfs/specfs/spec_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.