diff --git a/website/content/en/releases/14.0R/relnotes.adoc b/website/content/en/releases/14.0R/relnotes.adoc --- a/website/content/en/releases/14.0R/relnotes.adoc +++ b/website/content/en/releases/14.0R/relnotes.adoc @@ -226,6 +226,10 @@ 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 @@ //// [[releaseCurrent-highlights]] -== Changes in {releaseCurrent} +== Changes new to {releaseCurrent} [[userland]] == Userland @@ -565,9 +569,8 @@ 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.