This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/cet/master in repository glibc.
discards 49d1131c61 x86: Support IBT and SHSTK in Intel CET [BZ #21598] discards d8472608f0 x86: Support shadow stack pointer in setjmp/longjmp adds 10e93d9687 elf: remove redundant __libc_enable_secure check from fillin_rpath adds c85e54ac6c Provide a C++ version of iseqsig (bug 22377) adds 5069ff3284 regex: Fix spelling in comments. adds 8a26ad2ab7 nptl: Implement pthread_self in libc.so [BZ #22635] adds 4e00196912 aarch64: fix memset with --disable-multi-arch adds 8bfb461e20 aarch64: update libm-test-ulps adds 4735850f7a nptl: Consolidate pthread_{timed,try}join{_np} new 80dc4376f8 x86: Support shadow stack pointer in setjmp/longjmp new 184a125710 x86: Support IBT and SHSTK in Intel CET [BZ #21598] new ec58375a3f Disallow -fcf-protection -mshstk with <ucontext.h>
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 (49d1131c61) \ N -- N -- N refs/heads/hjl/cet/master (ec58375a3f)
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 3 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 | 61 ++++++++++++++ elf/dl-load.c | 33 +------- math/Makefile | 2 +- math/math.h | 72 ++++++++++++++++- ...st-math-issignaling.cc => test-math-iseqsig.cc} | 92 +++++++++++---------- nptl/Makefile | 5 +- .../compat-pthread_self.c | 20 ++--- nptl/forward.c | 4 - nptl/nptl-init.c | 1 - nptl/pthreadP.h | 3 + nptl/pthread_join.c | 94 +--------------------- nptl/{pthread_join.c => pthread_join_common.c} | 65 +++++++-------- nptl/pthread_self.c | 4 +- nptl/pthread_timedjoin.c | 85 +------------------ nptl/pthread_tryjoin.c | 48 +---------- posix/regcomp.c | 2 +- posix/regex.h | 2 +- posix/regex_internal.c | 2 +- posix/regexec.c | 8 +- sysdeps/aarch64/libm-test-ulps | 40 ++++----- sysdeps/aarch64/memset.S | 4 + sysdeps/nptl/pthread-functions.h | 1 - sysdeps/powerpc/powerpc64le/Makefile | 8 +- sysdeps/unix/sysv/linux/i386/lowlevellock.h | 7 +- sysdeps/unix/sysv/linux/x86/Makefile | 34 ++++---- sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | 7 +- 26 files changed, 290 insertions(+), 414 deletions(-) copy math/{test-math-issignaling.cc => test-math-iseqsig.cc} (52%) copy sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf-ppc64.S => nptl/compat-pth [...] copy nptl/{pthread_join.c => pthread_join_common.c} (72%)