Module Name:    src
Committed By:   martin
Date:           Sat May  9 08:21:36 UTC 2020

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.1

Log Message:
Tickets #896 and #897


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-9.1

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-9.1
diff -u src/doc/CHANGES-9.1:1.1.2.54 src/doc/CHANGES-9.1:1.1.2.55
--- src/doc/CHANGES-9.1:1.1.2.54	Thu May  7 18:27:19 2020
+++ src/doc/CHANGES-9.1	Sat May  9 08:21:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.54 2020/05/07 18:27:19 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.55 2020/05/09 08:21:36 martin Exp $
 
 A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
 release:
@@ -2496,3 +2496,17 @@ sys/arch/arm/cortex/gic_v2m.h			1.3
 	Do not store a pointer to the passed in struct pci_attach_args.
 	[jmcneill, ticket #895]
 
+sys/dev/usb/if_cdce.c				1.71
+
+	cdce(4): PR 55240: search the descriptors of the appropriate
+	interface to ensure correct match.
+	[skrll, ticket #896]
+
+external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.65
+external/cddl/osnet/dist/uts/common/fs/zfs/zfs_znode.c 1.33
+
+	Operation zfs_znode.c::zfs_zget_cleaner() depends on zil_commit() as
+	a barrier to guarantee the znode cannot be freed before its log entries
+	are resolved.
+	[hannken, ticket #897]
+

Reply via email to