Module Name: src
Committed By: martin
Date: Mon May 17 15:51:29 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1272 and #1273
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-9.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-9.3
diff -u src/doc/CHANGES-9.3:1.1.2.1 src/doc/CHANGES-9.3:1.1.2.2
--- src/doc/CHANGES-9.3:1.1.2.1 Mon May 17 15:46:21 2021
+++ src/doc/CHANGES-9.3 Mon May 17 15:51:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.1 2021/05/17 15:46:21 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.2 2021/05/17 15:51:29 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -10,3 +10,13 @@ doc/CHANGES-9.3 added
Welcome to 9.2_STABLE.
[martin]
+sys/fs/ntfs/ntfs_subr.c 1.64
+
+ PR 56160: fix a kernel crash for some NTFS file systems.
+ [hannken, ticket #1272]
+
+sys/dev/pci/xhci_pci.c 1.26
+
+ PR 55855: avoid potential double free of interrupt handles.
+ [jakllsch, ticket #1273]
+