This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr22743/master in repository glibc.
discards 10bba58b7e nptl: Update struct pthread_unwind_buf [BZ #22743] adds 86530b9fed uk_UA: Add alternative month names (bug 10871). adds 128c43a2d6 LIBC_SLIBDIR_RTLDDIR: substitute arguments in single quotes adds fb58aac5fe Add support for the RISC-V-specific ELF flags adds 65f6c94e68 Add ChangeLog entry for "uk_UA: Add alternative month names". adds 47c4b4b060 hurd build-many-glibcs.py: use hurd mainline for now adds 2ec0e7eade Revert Intel CET changes to __jmp_buf_tag (Bug 22743) new 048fc0aaf8 Revert "Revert Intel CET changes to __jmp_buf_tag (Bug 22743)" new d139cd31ad nptl: Update struct pthread_unwind_buf [BZ #22743]
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 (10bba58b7e) \ N -- N -- N refs/heads/hjl/pr22743/master (d139cd31ad)
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 2 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 | 70 +++++++++++++++++++++- aclocal.m4 | 4 +- csu/libc-start.c | 4 +- elf/cache.c | 6 ++ elf/elf.h | 8 +++ localedata/locales/uk_UA | 18 ++---- nptl/cleanup.c | 7 +-- nptl/cleanup_defer.c | 20 +++---- nptl/descr.h | 10 ++-- nptl/pthread_create.c | 4 +- scripts/build-many-glibcs.py | 2 +- sysdeps/generic/ldconfig.h | 2 + sysdeps/gnu/configure | 4 +- sysdeps/unix/sysv/linux/aarch64/configure | 4 +- sysdeps/unix/sysv/linux/mips/configure | 8 +-- .../unix/sysv/linux/powerpc/powerpc64/configure | 4 +- sysdeps/unix/sysv/linux/s390/s390-64/configure | 4 +- sysdeps/unix/sysv/linux/sparc/sparc64/configure | 4 +- sysdeps/unix/sysv/linux/tile/configure | 4 +- sysdeps/unix/sysv/linux/x86/nptl/pthreadP.h | 2 +- sysdeps/unix/sysv/linux/x86/pthreaddef.h | 2 +- sysdeps/unix/sysv/linux/x86_64/64/configure | 4 +- sysdeps/unix/sysv/linux/x86_64/x32/configure | 4 +- 23 files changed, 136 insertions(+), 63 deletions(-)