Module Name:    src
Committed By:   martin
Date:           Sun Nov 10 13:37:22 UTC 2019

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.2

Log Message:
Tickets #1430 and #1431


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.60 -r1.1.2.61 src/doc/CHANGES-8.2

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-8.2
diff -u src/doc/CHANGES-8.2:1.1.2.60 src/doc/CHANGES-8.2:1.1.2.61
--- src/doc/CHANGES-8.2:1.1.2.60	Wed Nov  6 10:27:05 2019
+++ src/doc/CHANGES-8.2	Sun Nov 10 13:37:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.60 2019/11/06 10:27:05 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.61 2019/11/10 13:37:22 martin Exp $
 
 A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
 release:
@@ -1491,3 +1491,13 @@ sys/dev/usb/ubt.c				1.61
 	Fix mbuf deallocation.
 	[msaitoh, ticket #1429]
 
+sys/dev/pci/if_jme.c				1.46
+
+	Fix potential use after free mbuf access.
+	[msaitoh, ticket #1430]
+
+sys/dev/pci/ixgbe/ix_txrx.c			1.56
+
+	Fix missing kpreempt_disable() before softint_schedule().
+	[knakahara, ticket #1431]
+

Reply via email to