Module Name: src
Committed By: martin
Date: Tue May 14 17:13:49 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1269
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.144 -r1.1.2.145 src/doc/CHANGES-8.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-8.1
diff -u src/doc/CHANGES-8.1:1.1.2.144 src/doc/CHANGES-8.1:1.1.2.145
--- src/doc/CHANGES-8.1:1.1.2.144 Tue May 14 11:44:32 2019
+++ src/doc/CHANGES-8.1 Tue May 14 17:13:49 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.144 2019/05/14 11:44:32 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.145 2019/05/14 17:13:49 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -3175,3 +3175,12 @@ sys/dev/pci/if_alc.c 1.33,1.34
behavior the same as before.
[msaitoh, ticket #1268]
+sys/arch/amd64/amd64/amd64_trap.S 1.47 (adapted)
+sys/arch/amd64/amd64/locore.S 1.181 (adapted)
+sys/arch/amd64/include/frameasm.h 1.43 (adapted)
+sys/arch/x86/include/specialreg.h 1.144 (adapted)
+sys/arch/x86/x86/spectre.c 1.27 (adapted)
+
+ Mitigation for INTEL-SA-00233: Microarchitectural Data Sampling (MDS).
+ [maxv, ticket #1269]
+