From 6384171fa0cef59b738ce8d0499fcea4f5009411 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 28 Mar 2023 15:46:34 -0300 Subject: Remove --disable-experimental-malloc option It is the default since 2.26 and it has bitrotten over the years, By using it multiple malloc tests fails: FAIL: malloc/tst-memalign-2 FAIL: malloc/tst-memalign-2-malloc-hugetlb1 FAIL: malloc/tst-memalign-2-malloc-hugetlb2 FAIL: malloc/tst-memalign-2-mcheck FAIL: malloc/tst-mxfast-malloc-hugetlb1 FAIL: malloc/tst-mxfast-malloc-hugetlb2 FAIL: malloc/tst-tcfree2 FAIL: malloc/tst-tcfree2-malloc-hugetlb1 FAIL: malloc/tst-tcfree2-malloc-hugetlb2 Checked on x86_64-linux-gnu. Reviewed-by: DJ Delorie --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c54af824e0..d5816923c6 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,10 @@ Deprecated and removed features, and other changes affecting compatibility: alternatively stable kernels from versions 6.1.6, 5.15.87, 5.10.163, 5.4.228, 4.19.270 or 4.14.303. +* The --disable-experimental-malloc is no longer available. The per-thread + cache can still be disable per-application using tunables + (glibc.malloc.tcache_count set to zero). + Changes to build and runtime requirements: [Add changes to build and runtime requirements here] -- cgit 1.4.1