This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from d4cc385c6e x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.S new 44330b6d32 tunables: Clean up hooks to get and set tunables new ea9b0ecbf0 tunables: Add LD_HWCAP_MASK to tunables new 6482e63403 Add include guards to dl-procinfo.h new ff08fc59e3 tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_h [...] new f82e9672ad aarch64: Allow overriding HWCAP_CPUID feature check using HW [...] new 511c5a1087 Make LD_HWCAP_MASK usable for static binaries new ea01a4da21 aarch64: Add hwcap string routines
The 7 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 | 62 +++++++++++++++++++ README.tunables | 69 ++++++++++++++++++---- elf/Versions | 2 +- elf/dl-cache.c | 5 +- elf/dl-hwcaps.c | 11 +++- sysdeps/posix/preadv64v2.c => elf/dl-hwcaps.h | 29 ++++----- elf/dl-support.c | 2 + elf/dl-tunables.c | 58 +++++++++++------- elf/dl-tunables.h | 53 +++++++++++------ elf/dl-tunables.list | 7 +++ elf/rtld.c | 4 ++ malloc/arena.c | 36 +++++------ manual/tunables.texi | 23 ++++++++ scripts/gen-tunables.awk | 1 + sysdeps/generic/ldsodefs.h | 2 + sysdeps/sparc/sparc32/dl-machine.h | 6 +- sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 10 ++-- sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c | 15 +++++ .../sysv/linux/aarch64}/dl-procinfo.h | 41 +++++++------ sysdeps/unix/sysv/linux/i386/dl-procinfo.h | 3 + sysdeps/unix/sysv/linux/s390/dl-procinfo.h | 3 + sysdeps/x86/cpu-features.c | 10 ++-- 22 files changed, 334 insertions(+), 118 deletions(-) copy sysdeps/posix/preadv64v2.c => elf/dl-hwcaps.h (67%) copy sysdeps/{sparc => unix/sysv/linux/aarch64}/dl-procinfo.h (63%)