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 05ec10fbe5 x86-64: Check if Shadow Stack is enabled discards cd364da869 Replace xorq with xorl discards 175635e387 Add shadow stack pointer processing for Intel CET. discards b9437f0801 Linux/x86: Copy setjmp/longjmp for SHSTK discards c8006c7f56 x86: Support IBT and SHSTK in Intel CET [BZ #21598] discards 4f6f0b4ce3 x86: Add feature_1 to tcbhead_t [BZ #22563] discards 2e50ecd474 x86: Update cancel_jmp_buf to match struct __jmp_buf_tag [BZ [...] new 243600b07e Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563] new 0dec4e9591 x86: Add feature_1 to tcbhead_t [BZ #22563] new 38898057fa x86: Support IBT and SHSTK in Intel CET [BZ #21598] new ece76b37a4 Linux/x86: Support shadow stack pointer in setjmp/longjmp
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 (05ec10fbe5) \ N -- N -- N refs/heads/hjl/cet/master (ece76b37a4)
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 4 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: sysdeps/unix/sysv/linux/i386/____longjmp_chk.S | 5 ++ sysdeps/unix/sysv/linux/i386/__longjmp.S | 18 ++++-- sysdeps/unix/sysv/linux/i386/bsd-_setjmp.S | 15 +++++ sysdeps/unix/sysv/linux/i386/bsd-setjmp.S | 15 +++++ sysdeps/unix/sysv/linux/i386/setjmp.S | 8 +++ sysdeps/unix/sysv/linux/x86/jmpbuf-unwind.h | 74 ---------------------- sysdeps/unix/sysv/linux/x86/nptl/pthreadP.h | 7 ++ sysdeps/unix/sysv/linux/{i386 => x86}/pthreaddef.h | 4 +- sysdeps/unix/sysv/linux/x86_64/pthreaddef.h | 22 ------- 9 files changed, 66 insertions(+), 102 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/x86/jmpbuf-unwind.h rename sysdeps/unix/sysv/linux/{i386 => x86}/pthreaddef.h (91%) delete mode 100644 sysdeps/unix/sysv/linux/x86_64/pthreaddef.h