Module Name: src
Committed By: snj
Date: Mon Sep 4 16:05:39 UTC 2017
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1501):
sys/arch/sparc64/sparc64/compat_13_machdep.c: revision 1.24
Apply only CCR. Otherwise userland could set PSTATE_PRIV in %pstate and get
kernel privileges on the hardware.
ok martin
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.307 -r1.1.2.308 src/doc/CHANGES-6.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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.307 src/doc/CHANGES-6.2:1.1.2.308
--- src/doc/CHANGES-6.2:1.1.2.307 Thu Aug 31 15:20:47 2017
+++ src/doc/CHANGES-6.2 Mon Sep 4 16:05:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.307 2017/08/31 15:20:47 martin Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.308 2017/09/04 16:05:39 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -20894,3 +20894,9 @@ sys/arch/mips/mips/bds_emul.S 1.9
Fix FPU emulation.
[mrg, ticket #1499]
+sys/arch/sparc64/sparc64/compat_13_machdep.c 1.24
+
+ Apply only CCR. Otherwise userland could set PSTATE_PRIV
+ in %pstate and get kernel privileges on the hardware.
+ [maxv, ticket #1501]
+