Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-0]: src/doc Ticket 692
details: https://anonhg.NetBSD.org/src/rev/11accde3cf43
branches: netbsd-6-0
changeset: 774692:11accde3cf43
user: riz <riz%NetBSD.org@localhost>
date: Thu Nov 22 18:51:29 2012 +0000
description:
Ticket 692
diffstat:
doc/CHANGES-6.0.1 | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 339d78676a6f -r 11accde3cf43 doc/CHANGES-6.0.1
--- a/doc/CHANGES-6.0.1 Thu Nov 22 18:51:14 2012 +0000
+++ b/doc/CHANGES-6.0.1 Thu Nov 22 18:51:29 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.1,v 1.1.2.18 2012/11/22 17:26:58 riz Exp $
+# $NetBSD: CHANGES-6.0.1,v 1.1.2.19 2012/11/22 18:51:29 riz Exp $
A complete list of changes from the NetBSD 6.0 release to the NetBSD 6.0.1
release:
@@ -156,3 +156,11 @@
ciss(4): don't try to handle sensors if there aren't any.
[chs, ticket #687]
+sys/kern/vfs_vnode.c 1.17
+sys/kern/vfs_vnops.c 1.186
+
+ Resolve races between vget() and vrelel() resulting in vget()
+ resulting in vget() returning dead vnodes.
+ It is impossible to resolve these races in vn_lock().
+ [hannken, ticket #692]
+
Home |
Main Index |
Thread Index |
Old Index