Module Name:    src
Committed By:   martin
Date:           Fri Apr  5 07:51:01 UTC 2019

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

Log Message:
Ticket #1226


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.122 -r1.1.2.123 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.122 src/doc/CHANGES-8.1:1.1.2.123
--- src/doc/CHANGES-8.1:1.1.2.122	Mon Apr  1 12:36:44 2019
+++ src/doc/CHANGES-8.1	Fri Apr  5 07:51:01 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.122 2019/04/01 12:36:44 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.123 2019/04/05 07:51:01 martin Exp $
 
 A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
 release:
@@ -2798,3 +2798,13 @@ sys/dev/pci/ixgbe/ixv.c			1.110-1.111 vi
 	  supported yet.
 	[msaitoh, ticket #1225]
 
+sys/arch/amd64/amd64/machdep.c			1.328,1.329 (patch)
+sys/arch/amd64/amd64/netbsd32_machdep.c		1.120 (patch)
+sys/compat/linux/arch/amd64/linux_machdep.c	1.57 (patch)
+sys/compat/linux32/arch/amd64/linux32_machdep.c	1.44 (patch)
+
+	Fix a tiny race in setregs and linux_setregs.
+	Disable preemption when setting PCB_COMPAT32, to prevent a context
+	switch before cpu_fsgs_reload() finishes.
+	[maxv, ticket #1226]
+

Reply via email to