This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch ibm/2.30/master in repository glibc.
from 0c08d8e575 ChangeLog update from my last commit adds be9a328c93 malloc: Remove unwanted leading whitespace in malloc_info [B [...] adds d74461fa34 Chinese locales: Set first_weekday to 2 (bug 24682). adds 5438639cff Update Alpha libm-test-ulps adds 3c3f8dc307 hppa: Update libm-tests-ulps adds b1299aab22 alpha: force old OSF1 syscalls for getegid, geteuid and getp [...] adds a6aaabd036 Fix RISC-V vfork build with Linux 5.3 kernel headers. adds 5397c399f9 S390: Add new s390 platform z15. adds fca2d6186a Make tst-strftime2 and tst-strftime3 depend on locale generation adds c347431fb5 mips: Force RWX stack for hard-float builds that can run on [...] adds 5f620768fb malloc: Fix missing accounting of top chunk in malloc_info [ [...] adds 09b81b2bab Add glibc.malloc.mxfast tunable adds 09abef31a5 malloc: Various cleanups for malloc/tst-mxfast adds 919af705ee Base max_fast on alignment, not width, of bins (Bug 24903) adds a4b3bbf71e Don't use a custom wrapper macro around __has_include (bug 25189). adds 37c90e1173 rtld: Check __libc_enable_secure before honoring LD_PREFER_M [...] new b325b5a60f Merge branch release/2.30/master into ibm/2.30/master
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 85 +++++++++++++++++++++++++ NEWS | 10 +++ elf/dl-tunables.list | 5 ++ malloc/Makefile | 4 +- malloc/arena.c | 2 + malloc/malloc.c | 29 ++++++--- posix/tst-fnmatch5.c => malloc/tst-mxfast.c | 44 +++++++------ manual/tunables.texi | 12 ++++ misc/sys/cdefs.h | 8 --- sysdeps/unix/sysv/linux/bits/statx.h | 12 ++-- sysdeps/unix/sysv/linux/mips/Makefile | 21 ++++-- sysdeps/unix/sysv/linux/mips/configure | 41 ++++++++++++ sysdeps/unix/sysv/linux/mips/configure.ac | 32 ++++++++++ sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h | 3 +- time/Makefile | 2 + 15 files changed, 262 insertions(+), 48 deletions(-) copy posix/tst-fnmatch5.c => malloc/tst-mxfast.c (58%)