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 bec108fcf3 x86: Check GNU_PROPERTY_X86_FEATURE_1_SHSTK isn't set discards ad5328b8b8 x86: Support IBT and SHSTK in Intel CET [BZ #21598] discards 7760864201 Linux/x86: Support shadow stack pointer in setjmp/longjmp discards 2634fdcbc7 x86: Add feature_1 to tcbhead_t [BZ #22563] discards 2fc9116c38 Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563] adds 1421f39b7e Disable strncat test array-bounds warnings for GCC 8. adds 5983df320a Fix truncation warnings in posix/tst-glob_symlinks.c. adds 40c4162df6 Disable -Wrestrict for two nptl/tst-attr3.c tests. adds 8e52f573a1 Fix build-many-glibcs.py arm-linux-gnueabihf builds with mai [...] adds 6642518592 Fix m68k bits/mathinline.h attributes (bug 22631). adds 1a49fc59e4 Add --enable-static-pie variants to x86_64, x32 and i686 adds f81ddabffd Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563] adds cba595c350 x86: Add feature_1 to tcbhead_t [BZ #22563] new 240dad35ea Linux/x86: Support shadow stack pointer in setjmp/longjmp new a846c159ba x86: Support IBT and SHSTK in Intel CET [BZ #21598]
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 (bec108fcf3) \ N -- N -- N refs/heads/hjl/cet/master (a846c159ba)
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 | 67 +++++++++++++ nptl/tst-attr3.c | 19 ++++ posix/tst-glob_symlinks.c | 2 +- scripts/build-many-glibcs.py | 20 +++- string/tester.c | 8 +- sysdeps/m68k/m680x0/fpu/bits/mathinline.h | 105 +++++++++++---------- sysdeps/m68k/m680x0/fpu/mathimpl.h | 36 +++---- sysdeps/unix/sysv/linux/x86/Makefile | 12 +++ sysdeps/unix/sysv/linux/x86/stdlib/ucontext.h | 1 + .../unix/sysv/linux/x86/tst-setcontext3-shstk.sh | 1 - .../sysv/linux/x86/tst-ucontext-1.c} | 5 +- .../unix/sysv/linux/x86/tst-ucontext-1.sh | 24 ++++- {stdlib => sysdeps/unix/sysv/linux/x86}/ucontext.h | 4 + 13 files changed, 220 insertions(+), 84 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/x86/stdlib/ucontext.h mode change 100644 => 100755 sysdeps/unix/sysv/linux/x86/tst-setcontext3-shstk.sh copy sysdeps/{powerpc/tst-tlsifunc-static.c => unix/sysv/linux/x86/tst-ucontext-1. [...] copy iconv/test-gconv-modules => sysdeps/unix/sysv/linux/x86/tst-ucontext-1.sh (66%) mode change 100644 => 100755 copy {stdlib => sysdeps/unix/sysv/linux/x86}/ucontext.h (95%)