Module Name:    src
Committed By:   maxv
Date:           Thu Jun 14 14:48:59 UTC 2018

Modified Files:
        src/doc: CHANGES CHANGES.prev

Log Message:
SpectreV4, backports in NetBSD-8, no XSAVEOPT


To generate a diff of this commit:
cvs rdiff -u -r1.2397 -r1.2398 src/doc/CHANGES
cvs rdiff -u -r1.139 -r1.140 src/doc/CHANGES.prev

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
diff -u src/doc/CHANGES:1.2397 src/doc/CHANGES:1.2398
--- src/doc/CHANGES:1.2397	Thu Jun 14 10:57:42 2018
+++ src/doc/CHANGES	Thu Jun 14 14:48:59 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2397 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2398 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -80,7 +80,6 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
 	kernhist(9): Reworked the export-via-sysctl code to use uintptr_t
 		arguments, PR kern/52639.  Requires contemporaneous update
 		of vmstat(1). [pgoyette 20171028]
-	x86: Add support for XSAVEOPT [maxv 20171104]
 	acpi(4): Updated ACPICA to 20171110. [christos 20171111]
 	sunxinand(4): Add driver for Allwinner NAND Flash Controller.
 		[jmcneill 20171113]
@@ -158,6 +157,7 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
 	gpio(4): Overhauled interrupt support.  Added GPIO interrupt
 		capability for Broadcom BCM283x SoCs (e.g.
 		Raspberry Pi). [thorpej 20180519]
+	x86: Add SpectreV4 mitigations. [maxv 20180522]
 	macppc: Enable ipsec(4) and ipsecif(4) support in GENERIC kernel by
 		default. [sevan 20180602]
 	dhcpcd: Import 7.0.5b. [roy 20180604]

Index: src/doc/CHANGES.prev
diff -u src/doc/CHANGES.prev:1.139 src/doc/CHANGES.prev:1.140
--- src/doc/CHANGES.prev:1.139	Wed Apr 18 14:47:11 2018
+++ src/doc/CHANGES.prev	Thu Jun 14 14:48:59 2018
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.139 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.140 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -12229,3 +12229,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
 	amd64: Backport SVS (Meltdown mitigation). [maxv 20180404]
 	x86: Backport retpoline (SpectreV2 mitigation). [mrg 20180411]
 	amd64: Backport SMAP. [maxv 20180414]
+	x86: Backport SpectreV2 mitigations (hardware). [maxv 20180609]
+	x86: Backport SpectreV4 mitigations. [maxv 20180609]

Reply via email to