This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fw/glibc-hwcaps in repository glibc.
discards a3e71aa9b5 s390x: Add Add glibc-hwcaps support discards 7db3818867 powerpc64le: Add glibc-hwcaps support discards 1a6ec0656c x86_64: Add glibc-hwcaps support discards 0b82dce6f8 elf: Add glibc-hwcaps subdirectory support to ld.so cache pr [...] discards 46e2b55f81 elf: Process glibc-hwcaps subdirectories in ldconfig discards c0f07425c9 elf: Implement tail merging of strings in ldconfig discards b3f40f8f16 elf: Implement a string table for ldconfig, with tail merging discards 360e7f6af2 elf: Add extension mechanism to ld.so.cache discards 5cfee32734 elf: Add endianness markup to ld.so.cache discards 6402d556b0 elf: Add glibc-hwcaps support for LD_LIBRARY_PATH adds 106ff08526 io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353] adds 9ff2674ef8 sh: Add sh4 fpu Implies folder adds 71eeae0325 nptl: Fix PTHREAD_PRIO_PROTECT timed lock adds aa69f19a93 nptl: Add EOVERFLOW checks for futex calls adds fdb724f903 Fix typo in NEWS file adds cc5d5852c6 y2038: Convert aio_suspend to support 64 bit time new d0675a884f elf: Add glibc-hwcaps support for LD_LIBRARY_PATH new c2960f1a6c elf: Add endianness markup to ld.so.cache new f34690f751 elf: Add extension mechanism to ld.so.cache new 31aa97526f elf: Implement a string table for ldconfig, with tail merging new 5afb6bbd5a elf: Implement tail merging of strings in ldconfig new 2fa10d0a5a elf: Process glibc-hwcaps subdirectories in ldconfig new d9a2c34c93 elf: Add glibc-hwcaps subdirectory support to ld.so cache pr [...] new d173115082 x86_64: Add glibc-hwcaps support new 7fdca6e48b powerpc64le: Add glibc-hwcaps support new 3e6814ebcd s390x: Add Add glibc-hwcaps support
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 (a3e71aa9b5) \ N -- N -- N refs/heads/fw/glibc-hwcaps (3e6814ebcd)
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 10 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: NEWS | 6 +-- elf/Makefile | 8 ++- elf/stringtable.c | 18 +++---- elf/tst-dl-hwcaps_split.c | 11 ++++- include/aio.h | 8 +++ io/Makefile | 3 +- io/ftw.c | 16 +++--- io/tst-ftw-bz26353.c | 70 +++++++++++++++++++++++++++ nptl/Makefile | 3 +- nptl/Versions | 1 + nptl/pthread_cond_wait.c | 4 +- nptl/pthread_mutex_timedlock.c | 31 +++--------- nptl/pthread_rwlock_common.c | 14 +++--- nptl/sem_waitcommon.c | 2 +- nptl/{tst-mutexpi5.c => tst-mutexpp5.c} | 2 +- nptl/{tst-mutexpi9.c => tst-mutexpp9.c} | 2 +- sysdeps/generic/dl-cache.h | 2 + sysdeps/nptl/aio_misc.h | 11 +++-- sysdeps/nptl/futex-internal.c | 2 + sysdeps/nptl/futex-internal.h | 6 ++- sysdeps/pthread/aio_suspend.c | 60 +++++++++++++---------- sysdeps/pthread/tst-mutex5.c | 12 ++++- sysdeps/pthread/tst-mutex9.c | 13 ++++- sysdeps/sh/be/sh4/fpu/Implies | 1 + sysdeps/sh/le/sh4/fpu/Implies | 1 + sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies | 1 + sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies | 1 + 27 files changed, 215 insertions(+), 94 deletions(-) create mode 100644 io/tst-ftw-bz26353.c copy nptl/{tst-mutexpi5.c => tst-mutexpp5.c} (54%) copy nptl/{tst-mutexpi9.c => tst-mutexpp9.c} (54%) create mode 100644 sysdeps/sh/be/sh4/fpu/Implies create mode 100644 sysdeps/sh/le/sh4/fpu/Implies create mode 100644 sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies create mode 100644 sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies