diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 76e89b9bf..84054f34a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,8 +43,9 @@ 2023-08-15 - [bdubbs] - Update to xz-5.4.4. Fixes - #5307. + [bdubbs] - Add a patch to fix a performance regression in + glibc's posix_memalign() function. Fixes + #5315. [bdubbs] - Update to less-643. Fixes @@ -172,7 +173,7 @@ 2023-07-28 - + [xry111] - Enable cgroup-based memory pressure information in kernel, and add the cgroup file system into /etc/fstab and the mountvirtfs bootscript. This is a preparation for udev from @@ -185,7 +186,7 @@ 2023-07-22 - + [xry111] - Make the mountvirtfs bootscript create essential symlinks in /dev. Fixes #5289. @@ -374,7 +375,7 @@ [bdubbs] - Update to flit_core-3.9.0. Fixes #5257. - + [bdubbs] - Update to eudev-3.2.12. Fixes #5260. diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index cf5156d40..78a241373 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -112,9 +112,9 @@ Flit-core-&flit-core-version; - + GCC-&gcc-version; @@ -265,12 +265,12 @@ - - + Util-Linux-&util-linux-version; @@ -331,6 +331,10 @@ Flit-core-&flit-core-version; + + &glibc-memalign-patch; + + diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 4beab3022..f12366af7 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -51,7 +51,7 @@ patch -Np1 -i ../&glibc-fhs-patch; Now fix a regression causing the posix_memalign() function - to be very slow slow in some conditions. + to be very slow in some conditions: patch -Np1 -i ../&glibc-memalign-patch;