AWS Security ChangesHomeSearch

AWS linux documentation change

Service: linux · 2026-02-13 · Documentation low

File: linux/al2023/release-notes/relnotes-2023.10.20260202.md

Summary

Updated formatting for Node.js EOL notice, fixed typo in reflink regression note, and added glibc tunable support for transparent huge pages with performance details.

Security assessment

Changes are documentation improvements and feature descriptions. The Node.js EOL notice is a routine maintenance warning, not a security vulnerability. The glibc update mentions performance optimizations without any security context.

Diff

diff --git a/linux/al2023/release-notes/relnotes-2023.10.20260202.md b/linux/al2023/release-notes/relnotes-2023.10.20260202.md
index fbc4736e4..f0809a8b8 100644
--- a//linux/al2023/release-notes/relnotes-2023.10.20260202.md
+++ b//linux/al2023/release-notes/relnotes-2023.10.20260202.md
@@ -57 +57 @@ This release represents an update to the 10th quarterly release of AL2023. AL202
-  * Node.js 20 will reach its `End-of-Life in three months`, on 30 April 2026. After this date, no security updates will be provided for it. Customers are advised to migrate to either Node.js version 22 or 24. Information about package names and run-time version management can be found in the documentation, [Managing Node.js on Amazon Linux 2023]( https://docs.aws.amazon.com/linux/al2023/ug/nodejs.html).
+  * Node.js 20 will reach its **End-of-Life in three months** , on 30 April 2026. After this date, no security updates will be provided for it. Customers are advised to migrate to either Node.js version 22 or 24. Information about package names and run-time version management can be found in the documentation, [Managing Node.js on Amazon Linux 2023]( https://docs.aws.amazon.com/linux/al2023/ug/nodejs.html).
@@ -59 +59,3 @@ This release represents an update to the 10th quarterly release of AL2023. AL202
-  * Due to a tooling regression, AL2023 AMIs for releases `2023.10.20260105` and `2023.10.20260120` had `reflink` disabled on the root xfs file system. This has been fixed in current release.
+  * Due to a tooling regression, AL2023 AMIs for releases `2023.10.20260105` and `2023.10.20260120` had `reflink` disabled on the root xfs file system. This has been fixed in the current release.
+
+  * With glibc version `glibc-2.34-231.amzn2023.0.3`, we bring support for enabling transparent huge pages via the glibc tunable framework from glibc v2.35 to AL2023. For some workloads, specifically those with a large memory working set and frequent random memory accesses, performance improvements of up to 10% can be achieved. This feature is not enabled by default because other workloads, such as some databases, see slowdowns when using it. The feature can be enabled by setting the environment variable `GLIBC_TUNABLES=glibc.malloc.hugetlb=1`.