Module Name: src
Committed By: martin
Date: Thu Oct 30 19:00:12 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #171
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-7.0
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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.71 src/doc/CHANGES-7.0:1.1.2.72
--- src/doc/CHANGES-7.0:1.1.2.71 Thu Oct 30 12:40:36 2014
+++ src/doc/CHANGES-7.0 Thu Oct 30 19:00:12 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.71 2014/10/30 12:40:36 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.72 2014/10/30 19:00:12 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -1931,3 +1931,12 @@ lib/libperfuse/ops.c 1.77
do not free FUSE message on error as it was not allocated.
[manu, ticket #170]
+sys/arch/x86/x86/identcpu.c 1.46-1.47
+
+ Force x86_xsave_features to 0 when running under XEN.
+ This prevents the use of xsave and xrstor thus fixing
+ the problem in PR/49150. The basic problem is that the way AMD
+ implements those instructions means that information can leak
+ between domains so XEN treats them as privileged.
+ [riz, ticket #171]
+