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 0378cba2fd x86-64: Add IFUNC setjmp.c discards 2e3e5323b6 x86: Add bit_arch_SHSTK_Enabled discards 63f003ec3d Replace xorq with xorl discards 0be1e91808 Add shadow stack pointer processing for Intel CET. discards 59f53f3dc7 Linux/x86: Copy setjmp/longjmp for SHSTK discards 58a87a71a8 x86: Support IBT and SHSTK in Intel CET [BZ #21598] omits 2036cc2c4c x86: Update __cancel_jmp_buf to match struct __jmp_buf_tag [ [...] new 3ea1e6c0d8 x86: Update cancel_jmp_buf to match struct __jmp_buf_tag [BZ [...] new a6aef6ef72 x86: Add feature_1 to tcbhead_t [BZ #22563] new b2fc38b796 x86: Support IBT and SHSTK in Intel CET [BZ #21598] new c606c767e3 Linux/x86: Copy setjmp/longjmp for SHSTK new 7efb0f3280 Add shadow stack pointer processing for Intel CET. new c0a5cc5ed4 Replace xorq with xorl new e407c46d7e x86-64: Check if Shadow Stack is enabled
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 (0378cba2fd) \ N -- N -- N refs/heads/hjl/cet/master (e407c46d7e)
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 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: nptl/descr.h | 3 ++ sysdeps/i386/nptl/tcb-offsets.sym | 1 + sysdeps/i386/nptl/tls.h | 4 +++ .../unix/sysv/linux/i386/pthreaddef.h | 12 +++----- sysdeps/unix/sysv/linux/x86/Makefile | 4 --- sysdeps/unix/sysv/linux/x86/ifunc-setjmp.h | 33 ---------------------- .../linux/{globfree64.c => x86/nptl/pthreadP.h} | 23 ++++++--------- sysdeps/unix/sysv/linux/x86/pthread.h | 4 ++- sysdeps/unix/sysv/linux/x86/setjmp.c | 30 -------------------- sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S | 5 ++++ sysdeps/unix/sysv/linux/x86_64/__longjmp.S | 5 ++++ .../unix/sysv/linux/x86_64/pthreaddef.h | 12 +++----- sysdeps/unix/sysv/linux/x86_64/rtld-setjmp.S | 1 - sysdeps/unix/sysv/linux/x86_64/setjmp-compat.S | 4 --- .../sysv/linux/x86_64/{setjmp-shstk.S => setjmp.S} | 18 ++++++------ sysdeps/x86/cpu-features.h | 2 -- sysdeps/x86/cpu-tunables.c | 2 -- sysdeps/x86_64/nptl/tcb-offsets.sym | 1 + sysdeps/x86_64/nptl/tls.h | 5 +++- sysdeps/x86_64/setjmp.S | 2 -- 20 files changed, 50 insertions(+), 121 deletions(-) copy stdio-common/gentempfd.c => sysdeps/unix/sysv/linux/i386/pthreaddef.h (82%) delete mode 100644 sysdeps/unix/sysv/linux/x86/ifunc-setjmp.h copy sysdeps/unix/sysv/linux/{globfree64.c => x86/nptl/pthreadP.h} (70%) delete mode 100644 sysdeps/unix/sysv/linux/x86/setjmp.c copy stdio-common/gentempfd.c => sysdeps/unix/sysv/linux/x86_64/pthreaddef.h (82%) delete mode 100644 sysdeps/unix/sysv/linux/x86_64/rtld-setjmp.S delete mode 100644 sysdeps/unix/sysv/linux/x86_64/setjmp-compat.S rename sysdeps/unix/sysv/linux/x86_64/{setjmp-shstk.S => setjmp.S} (91%)