This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.29/master in repository glibc.
from 8646009efd Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [...] new 9a3ff995bd Fix assertion in malloc.c:tcache_get. new 0ad788face Small tcache improvements new a0a551d259 malloc: Remove unwanted leading whitespace in malloc_info [B [...] new c6e4c3198b malloc: Fix missing accounting of top chunk in malloc_info [ [...] new 4618f1ffba Add glibc.malloc.mxfast tunable new 1b96d1d90b malloc: Various cleanups for malloc/tst-mxfast new a683450f26 Base max_fast on alignment, not width, of bins (Bug 24903) new 845278f2c6 Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ [...]
The 8 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 | 65 ++++++++++++++ elf/dl-tunables.list | 5 ++ malloc/Makefile | 4 +- malloc/arena.c | 2 + malloc/malloc.c | 45 ++++++---- libio/tst-wfile-sync.c => malloc/tst-mxfast.c | 37 +++++--- manual/tunables.texi | 14 +++- sysdeps/unix/sysv/linux/Makefile | 14 +++- .../unix/sysv/linux/alpha/bits/socket-constants.h | 36 ++++---- .../unix/sysv/linux/bits/socket-constants.h | 36 ++++---- sysdeps/unix/sysv/linux/bits/socket.h | 98 ++-------------------- .../unix/sysv/linux/hppa/bits/socket-constants.h | 36 ++++---- .../unix/sysv/linux/mips/bits/socket-constants.h | 36 ++++---- .../sysv/linux/powerpc/bits/socket-constants.h | 36 ++++---- .../unix/sysv/linux/sparc/bits/socket-constants.h | 36 ++++---- sysdeps/unix/sysv/linux/tst-socket-consts.py | 65 ++++++++++++++ 16 files changed, 343 insertions(+), 222 deletions(-) copy libio/tst-wfile-sync.c => malloc/tst-mxfast.c (58%) copy support/xspawn.h => sysdeps/unix/sysv/linux/alpha/bits/socket-constants.h (58%) copy support/xspawn.h => sysdeps/unix/sysv/linux/bits/socket-constants.h (60%) copy support/xspawn.h => sysdeps/unix/sysv/linux/hppa/bits/socket-constants.h (58%) copy support/xspawn.h => sysdeps/unix/sysv/linux/mips/bits/socket-constants.h (58%) copy support/xspawn.h => sysdeps/unix/sysv/linux/powerpc/bits/socket-constants.h (59%) copy support/xspawn.h => sysdeps/unix/sysv/linux/sparc/bits/socket-constants.h (58%) create mode 100644 sysdeps/unix/sysv/linux/tst-socket-consts.py