Module Name: src
Committed By: riz
Date: Wed Nov 2 20:31:31 UTC 2011
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
Ticket 1682.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-5.0.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.50 src/doc/CHANGES-5.0.3:1.1.2.51
--- src/doc/CHANGES-5.0.3:1.1.2.50 Wed Nov 2 20:23:55 2011
+++ src/doc/CHANGES-5.0.3 Wed Nov 2 20:31:31 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.50 2011/11/02 20:23:55 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.51 2011/11/02 20:31:31 riz Exp $
A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
release:
@@ -2850,3 +2850,10 @@ sys/conf/osrelease.sh 1.116-1.117
Fix module path logic for release branches.
[jmcneill, ticket #1681]
+sys/arch/xen/xen/xbdback_xenbus.c 1.45 via patch
+
+ Guard against spurious xbdback_backend_changed() calls which
+ would result in the block device being opened twice, and a
+ panic. PR#45158.
+ [bouyer, ticket #1682]
+