Module Name: src
Committed By: martin
Date: Thu Jul 27 18:11:16 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1667 and #1668
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.79 -r1.1.2.80 src/doc/CHANGES-9.4
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-9.4
diff -u src/doc/CHANGES-9.4:1.1.2.79 src/doc/CHANGES-9.4:1.1.2.80
--- src/doc/CHANGES-9.4:1.1.2.79 Tue Jul 25 15:39:36 2023
+++ src/doc/CHANGES-9.4 Thu Jul 27 18:11:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.79 2023/07/25 15:39:36 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.80 2023/07/27 18:11:16 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -1659,3 +1659,15 @@ sys/dev/nvmm/x86/nvmm_x86_svm.c 1.85
nvmm(4): filter CR4 bits on x86 SVM (AMD).
[riastradh, ticket #1666]
+sys/arch/x86/x86/errata.c 1.32
+
+ x86: fix the cpuids for the zen2 client CPUs.
+ [mrg, ticket #1667]
+
+sys/arch/xen/xen/xen_clock.c 1.10,1.12
+ (file name changed, applied to sys/arch/xen/xen/clock.c)
+
+ Avoid a possible race around ci->ci_xen_hardclock_systime_ns at boot
+ up, which could cause a hardclock() storm.
+ [bouyer, ticket #1668]
+