aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Karels <karels@FreeBSD.org>2023-11-20 19:45:03 +0000
committerMike Karels <karels@FreeBSD.org>2023-11-20 19:45:03 +0000
commit37f329d574519f23dadb1fc084f0612cda85d416 (patch)
treed2e30d2d284d8a7d8613b20d74122d7248f1ce17
parent1e75e2dc3ea60f4a3827b710f8b0884c42e38284 (diff)
downloaddoc-37f329d574.tar.gz
doc-37f329d574.zip
14.0 relnotes: more cleanups
Change new section header for 14.0 changes to say "new to 14.0". Split kasan: amd64 was in 13.2, arm64 is new in 14.0. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D42682
-rw-r--r--website/content/en/releases/14.0R/relnotes.adoc9
1 files changed, 6 insertions, 3 deletions
diff --git a/website/content/en/releases/14.0R/relnotes.adoc b/website/content/en/releases/14.0R/relnotes.adoc
index 92ebd29d80..e12c004fe1 100644
--- a/website/content/en/releases/14.0R/relnotes.adoc
+++ b/website/content/en/releases/14.0R/relnotes.adoc
@@ -226,6 +226,10 @@ Problems should be reported via the problem reporting system, https://bugs.freeb
gitref:b014e0f15bc7[repository=src]
(Sponsored by Stormshield)
+LLVM's AddressSanitizer can be used in amd64 kernels.
+See the man:kasan[9] manual page for more information.
+gitref:38da497a4dfc[repository=src] (Sponsored by The FreeBSD Foundation)
+
A workaround has been implemented for a hardware page invalidation problem on Intel Alder Lake (twelfth generation) and Raptor Lake (thirteenth generation) hybrid CPUs.
The bug can lead to file system corruption with UFS and MSDOSFS, and probably other memory corruption.
The slower cores (E-cores) automatically use a slower method of page invalidation with the workaround.
@@ -263,7 +267,7 @@ gitref:9708ba9f29[repository=src]
////
[[releaseCurrent-highlights]]
-== Changes in {releaseCurrent}
+== Changes new to {releaseCurrent}
[[userland]]
== Userland
@@ -565,9 +569,8 @@ LLVM's MemorySanitizer can now be used in amd64 kernels.
See the man:kmsan[9] manual page for more information.
gitref:a422084abbda[repository=src] (Sponsored by The FreeBSD Foundation)
-LLVM's AddressSanitizer can now be used in amd64 and arm64 kernels.
+LLVM's AddressSanitizer can now be used in arm64 kernels as well as amd64.
See the man:kasan[9] manual page for more information.
-gitref:38da497a4dfc[repository=src] (Sponsored by The FreeBSD Foundation)
gitref:89c52f9d59fa[repository=src] (Sponsored by Juniper Networks, Inc.) (Sponsored by Klara, Inc.)
Support for asymmetric cryptographic operations has been removed from the kernel open cryptographic framework (OCF), as they are not used by modern OpenSSL versions.