From 355efd11a8cb28e4dfd335d97fb03c6ecea5d04d Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Mon, 14 Aug 2023 14:12:26 -0500 Subject: [PATCH 1/2] glibc: minor typo fix --- chapter08/glibc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index ed25a1ba8..3932a2147 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; From 8694ae60e7eecf069df305562ada561d9a96f700 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Mon, 14 Aug 2023 14:34:24 -0500 Subject: [PATCH 2/2] Various changes to whatsnew.xml and changelog.xml Changelog.xml: Remove additional revision='sysv's for some of the udev changes Changelog.xml: Make the previous eudev update SysV only Changelog.xml: Remove duplicate 'xz' entry and replace it with the glibc memalign patch entry Whatsnew.xml: Document changes to gawk, tzdata, and texinfo Whatsnew.xml: Add the glibc patch to the new list --- chapter01/changelog.xml | 11 ++++++----- chapter01/whatsnew.xml | 16 ++++++++++------ 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 39cb92c7d..551a4a1f5 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; + +