This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/ifunc/c in repository glibc.
discards 61c7774d30 x86-64: Add ifunc-memmove.h adds 48e7bc7a55 x86: Don't use dl_x86_cpu_features in cacheinfo.c adds 12d2dd7060 Optimize generic spinlock code and use C11 like atomic macros. adds 4bf7abaeb3 S390: Use generic spinlock code. adds d4cc385c6e x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.S adds 44330b6d32 tunables: Clean up hooks to get and set tunables adds ea9b0ecbf0 tunables: Add LD_HWCAP_MASK to tunables adds 6482e63403 Add include guards to dl-procinfo.h adds ff08fc59e3 tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_h [...] adds f82e9672ad aarch64: Allow overriding HWCAP_CPUID feature check using HW [...] adds 511c5a1087 Make LD_HWCAP_MASK usable for static binaries adds ea01a4da21 aarch64: Add hwcap string routines adds fdc543919a Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.c adds 8f0a947cf5 Remove check for NULL buffer passed to `ptsname_r' adds 2e87c7d158 x86-64: Fold ifunc-sse4_1.h into wcsnlen.c adds bd6193907a Fix tst-timezone race (bug 14096). adds 81df4d253d Fix include paths in include/bits/types/*.h. adds 82c19bdfe3 float128: Extend the power of ten tables adds 32bf1d09da float128: Add conversion from float128 to mpn adds aab0f374e7 Remove duplicated code from __printf_fp_l, __printf_fphex, a [...] adds 2bc646c9e9 Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macro adds cf2046ec7d float128: Add strfromf128 adds 5e1122827a x86-64: Rename wmemset.h to ifunc-wmemset.h new 4213e65b09 x86-64: Implement memmove/memset family IFUNC selectors in C
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (61c7774d30) \ N -- N -- N refs/heads/hjl/ifunc/c (4213e65b09)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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 | 253 +++++++++++++++++++++ NEWS | 11 + README.tunables | 69 +++++- elf/Versions | 2 +- elf/dl-cache.c | 5 +- elf/dl-hwcaps.c | 11 +- .../aarch64/cpu-features.c => elf/dl-hwcaps.h | 31 ++- elf/dl-support.c | 2 + elf/dl-tunables.c | 58 +++-- elf/dl-tunables.h | 53 +++-- elf/dl-tunables.list | 7 + elf/rtld.c | 4 + include/atomic.h | 16 +- include/bits/types/clock_t.h | 2 +- include/bits/types/clockid_t.h | 2 +- include/bits/types/struct_iovec.h | 2 +- include/bits/types/struct_itimerspec.h | 2 +- include/bits/types/struct_osockaddr.h | 2 +- include/bits/types/struct_sigstack.h | 2 +- include/bits/types/struct_timespec.h | 2 +- include/bits/types/struct_timeval.h | 2 +- include/bits/types/struct_tm.h | 2 +- include/bits/types/time_t.h | 2 +- include/bits/types/timer_t.h | 2 +- include/gmp.h | 8 + login/tst-ptsname.c | 1 - malloc/arena.c | 36 +-- manual/tunables.texi | 23 ++ nptl/pthread_spin_init.c | 3 +- nptl/pthread_spin_lock.c | 71 +++--- nptl/pthread_spin_trylock.c | 54 ++++- nptl/pthread_spin_unlock.c | 6 +- scripts/gen-tunables.awk | 1 + stdio-common/printf-parsemb.c | 1 + stdio-common/printf.h | 4 +- stdio-common/printf_fp.c | 192 +++++++++------- stdio-common/printf_fphex.c | 131 +++++------ stdio-common/printf_size.c | 83 +++---- stdio-common/vfprintf.c | 10 +- stdlib/fpioconst.c | 8 +- stdlib/fpioconst.h | 18 +- stdlib/gmp-impl.h | 3 +- stdlib/stdlib.h | 9 + stdlib/strfrom-skeleton.c | 6 + sysdeps/aarch64/atomic-machine.h | 1 + sysdeps/aarch64/nptl/pthread_spin_lock.c | 24 -- sysdeps/alpha/atomic-machine.h | 3 + sysdeps/arm/atomic-machine.h | 1 + sysdeps/arm/nptl/pthread_spin_lock.c | 23 -- sysdeps/generic/ldsodefs.h | 2 + sysdeps/hppa/nptl/pthread_spin_lock.c | 23 -- sysdeps/i386/atomic-machine.h | 1 + sysdeps/ia64/atomic-machine.h | 3 + sysdeps/ieee754/float128/Makefile | 3 + sysdeps/ieee754/float128/Versions | 5 + .../float128/float1282mpn.c} | 7 +- sysdeps/ieee754/float128/float128_private.h | 2 + .../float128/strfromf128.c} | 14 +- sysdeps/ieee754/ldbl-128/ldbl2mpn.c | 3 +- sysdeps/ieee754/ldbl-128/printf_fphex.c | 88 +------ .../{printf_fphex.c => printf_fphex_macros.h} | 23 +- sysdeps/m68k/coldfire/atomic-machine.h | 3 + sysdeps/m68k/m680x0/m68020/atomic-machine.h | 3 + sysdeps/m68k/nptl/pthread_spin_lock.c | 24 -- sysdeps/microblaze/atomic-machine.h | 3 + sysdeps/microblaze/nptl/pthread_spin_lock.c | 24 -- sysdeps/mips/atomic-machine.h | 13 +- sysdeps/mips/nptl/pthread_spin_lock.c | 23 -- sysdeps/nios2/nptl/pthread_spin_lock.c | 24 -- sysdeps/powerpc/powerpc32/atomic-machine.h | 1 + sysdeps/powerpc/powerpc64/atomic-machine.h | 1 + sysdeps/s390/atomic-machine.h | 2 + sysdeps/s390/nptl/pthread_spin_lock.c | 32 --- sysdeps/s390/nptl/pthread_spin_trylock.c | 32 --- sysdeps/s390/nptl/pthread_spin_unlock.c | 32 --- sysdeps/sparc/sparc32/atomic-machine.h | 3 + sysdeps/sparc/sparc32/dl-machine.h | 6 +- sysdeps/sparc/sparc32/sparcv9/atomic-machine.h | 3 + sysdeps/sparc/sparc64/atomic-machine.h | 3 + sysdeps/tile/tilegx/atomic-machine.h | 1 + sysdeps/tile/tilepro/atomic-machine.h | 1 + sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 10 +- sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c | 15 ++ sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h | 86 +++++++ sysdeps/unix/sysv/linux/hppa/atomic-machine.h | 3 + sysdeps/unix/sysv/linux/i386/dl-procinfo.h | 3 + .../unix/sysv/linux/m68k/coldfire/atomic-machine.h | 3 + sysdeps/unix/sysv/linux/nios2/atomic-machine.h | 3 + sysdeps/unix/sysv/linux/ptsname.c | 6 - sysdeps/unix/sysv/linux/s390/dl-procinfo.h | 3 + sysdeps/unix/sysv/linux/sh/atomic-machine.h | 3 + sysdeps/unix/sysv/linux/tst-clone2.c | 7 +- sysdeps/x86/cacheinfo.c | 37 +-- sysdeps/x86/cpu-features.c | 10 +- sysdeps/x86_64/atomic-machine.h | 1 + sysdeps/x86_64/multiarch/Makefile | 8 +- sysdeps/x86_64/multiarch/ifunc-impl-list.c | 39 +++- sysdeps/x86_64/multiarch/ifunc-memmove.h | 11 +- .../multiarch/{wmemset.h => ifunc-wmemset.h} | 0 sysdeps/x86_64/multiarch/memcpy.c | 2 +- .../multiarch/memcpy_chk-nonshared.S} | 8 +- sysdeps/x86_64/multiarch/memcpy_chk.S | 72 ------ .../multiarch/{wmemset_chk.c => memcpy_chk.c} | 16 +- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 11 + sysdeps/x86_64/multiarch/memmove.c | 2 +- .../multiarch/memmove_chk-nonshared.S} | 8 +- sysdeps/x86_64/multiarch/memmove_chk.S | 71 ------ .../multiarch/{wmemset_chk.c => memmove_chk.c} | 16 +- sysdeps/x86_64/multiarch/mempcpy.c | 2 +- .../multiarch/mempcpy_chk-nonshared.S} | 8 +- sysdeps/x86_64/multiarch/mempcpy_chk.S | 72 ------ .../multiarch/{wmemset_chk.c => mempcpy_chk.c} | 16 +- .../{memset.S => memset-sse2-unaligned-erms.S} | 37 +-- .../x86_64/multiarch/memset-vec-unaligned-erms.S | 5 + sysdeps/x86_64/multiarch/{memmove.c => memset.c} | 18 +- .../multiarch/memset_chk-nonshared.S} | 8 +- sysdeps/x86_64/multiarch/memset_chk.S | 61 ----- .../multiarch/{wmemset_chk.c => memset_chk.c} | 16 +- sysdeps/x86_64/multiarch/wcsnlen-c.c | 9 + sysdeps/x86_64/multiarch/wcsnlen-sse4_1.S | 5 + sysdeps/x86_64/multiarch/{wmemset.c => wcsnlen.c} | 30 ++- sysdeps/x86_64/multiarch/wmemset.c | 2 +- sysdeps/x86_64/multiarch/wmemset_chk.c | 2 +- sysdeps/x86_64/wcsnlen.S | 7 - timezone/Makefile | 1 + 125 files changed, 1263 insertions(+), 1162 deletions(-) copy sysdeps/unix/sysv/linux/aarch64/cpu-features.c => elf/dl-hwcaps.h (66%) delete mode 100644 sysdeps/aarch64/nptl/pthread_spin_lock.c delete mode 100644 sysdeps/arm/nptl/pthread_spin_lock.c delete mode 100644 sysdeps/hppa/nptl/pthread_spin_lock.c create mode 100644 sysdeps/ieee754/float128/Makefile copy sysdeps/{s390/nptl/pthread_spin_init.c => ieee754/float128/float1282mpn.c} (78%) copy sysdeps/{s390/nptl/pthread_spin_init.c => ieee754/float128/strfromf128.c} (71%) copy sysdeps/ieee754/ldbl-128/{printf_fphex.c => printf_fphex_macros.h} (85%) delete mode 100644 sysdeps/m68k/nptl/pthread_spin_lock.c delete mode 100644 sysdeps/microblaze/nptl/pthread_spin_lock.c delete mode 100644 sysdeps/mips/nptl/pthread_spin_lock.c delete mode 100644 sysdeps/nios2/nptl/pthread_spin_lock.c delete mode 100644 sysdeps/s390/nptl/pthread_spin_lock.c delete mode 100644 sysdeps/s390/nptl/pthread_spin_trylock.c delete mode 100644 sysdeps/s390/nptl/pthread_spin_unlock.c create mode 100644 sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h rename sysdeps/x86_64/multiarch/{wmemset.h => ifunc-wmemset.h} (100%) copy sysdeps/{s390/nptl/pthread_spin_init.c => x86_64/multiarch/memcpy_chk-nonshar [...] delete mode 100644 sysdeps/x86_64/multiarch/memcpy_chk.S copy sysdeps/x86_64/multiarch/{wmemset_chk.c => memcpy_chk.c} (77%) copy sysdeps/{s390/nptl/pthread_spin_init.c => x86_64/multiarch/memmove_chk-nonsha [...] delete mode 100644 sysdeps/x86_64/multiarch/memmove_chk.S copy sysdeps/x86_64/multiarch/{wmemset_chk.c => memmove_chk.c} (76%) copy sysdeps/{s390/nptl/pthread_spin_init.c => x86_64/multiarch/mempcpy_chk-nonsha [...] delete mode 100644 sysdeps/x86_64/multiarch/mempcpy_chk.S copy sysdeps/x86_64/multiarch/{wmemset_chk.c => mempcpy_chk.c} (76%) rename sysdeps/x86_64/multiarch/{memset.S => memset-sse2-unaligned-erms.S} (64%) copy sysdeps/x86_64/multiarch/{memmove.c => memset.c} (72%) rename sysdeps/{s390/nptl/pthread_spin_init.c => x86_64/multiarch/memset_chk-nonsh [...] delete mode 100644 sysdeps/x86_64/multiarch/memset_chk.S copy sysdeps/x86_64/multiarch/{wmemset_chk.c => memset_chk.c} (76%) create mode 100644 sysdeps/x86_64/multiarch/wcsnlen-c.c create mode 100644 sysdeps/x86_64/multiarch/wcsnlen-sse4_1.S copy sysdeps/x86_64/multiarch/{wmemset.c => wcsnlen.c} (61%) delete mode 100644 sysdeps/x86_64/wcsnlen.S