]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
aarch64: update NEWS for 2.43 release
authorYury Khrustalev <yury.khrustalev@arm.com>
Mon, 12 Jan 2026 09:30:59 +0000 (09:30 +0000)
committerYury Khrustalev <yury.khrustalev@arm.com>
Tue, 13 Jan 2026 13:26:27 +0000 (13:26 +0000)
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
NEWS

diff --git a/NEWS b/NEWS
index 05684413853cd9d136c9440b5a9f213c7cd37137..f5bd385bbc48a57d314eb62608e78f6a84dbe5dd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,22 @@ Major new features:
   openat and provides a superset of its functionality.  It is supported only
   in LFS mode and it is a cancellable entrypoint.
 
+* On AArch64, support for 2MB transparent huge pages is enabled by default
+  in malloc (similar to setting glibc.malloc.hugetlb=1 tunable).
+
+* On AArch64 Linux targets supporting the Scalable Matrix Extension
+  (SME), the clone() system call wrapper will disable the ZA state of SME.
+
+* On AArch64 targets supporting the Branch Target Identification (BTI)
+  extension, it is possible to enforce that all binaries in the process
+  support BTI using the glibc.cpu.aarch64_bti tunable.
+
+* On AArch64 Linux targets supporting at least one of the branch protection
+  extensions (e.g. Branch Target Identification or Guarded Control Stack), it
+  is possible to use LD_DEBUG=security to make dynamic linker show warning
+  messages about loaded binaries that do not support the corresponding
+  security feature.
+
 Deprecated and removed features, and other changes affecting compatibility:
 
 * Support for dumped heaps has been removed - malloc_set_state() now always