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 95b620d819 x86: Check GNU_PROPERTY_X86_FEATURE_1_SHSTK isn't set discards ce5b2a948d Linux/x86: Support shadow stack pointer in setjmp/longjmp discards 6f7c383fd6 x86: Support IBT and SHSTK in Intel CET [BZ #21598] discards 6c48e554a2 x86: Add feature_1 to tcbhead_t [BZ #22563] discards c05d4fb7e9 Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563] discards a7f412f14c string: Replace = with += in CFLAGS-tst-xbzero-opt.c new e70c6fee46 string: Replace = with += in CFLAGS-xxx.c new c065953fd4 Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c new 7b05475028 Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563] new 6d71f36f60 x86: Add feature_1 to tcbhead_t [BZ #22563] new 0b4c825eca x86: Support IBT and SHSTK in Intel CET [BZ #21598] new 7cf5b4279d Linux/x86: Support shadow stack pointer in setjmp/longjmp new 4be8268bd6 x86: Check GNU_PROPERTY_X86_FEATURE_1_SHSTK isn't set
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 (95b620d819) \ N -- N -- N refs/heads/hjl/cet/master (4be8268bd6)
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: ChangeLog | 12 +++++ argp/Makefile | 6 +-- crypt/Makefile | 6 +-- debug/Makefile | 108 +++++++++++++++++++++---------------------- dirent/Makefile | 8 ++-- elf/Makefile | 44 +++++++++--------- grp/Makefile | 18 ++++---- gshadow/Makefile | 14 +++--- iconv/Makefile | 16 +++---- inet/Makefile | 60 ++++++++++++------------ intl/Makefile | 16 +++---- io/Makefile | 52 ++++++++++----------- libio/Makefile | 118 +++++++++++++++++++++++------------------------ locale/Makefile | 8 ++-- login/Makefile | 6 +-- malloc/Makefile | 4 +- math/Makefile | 84 +++++++++++++++++----------------- misc/Makefile | 54 +++++++++++----------- nptl/Makefile | 124 +++++++++++++++++++++++++------------------------- nscd/Makefile | 10 ++-- posix/Makefile | 44 +++++++++--------- pwd/Makefile | 8 ++-- resolv/Makefile | 2 +- rt/Makefile | 10 ++-- shadow/Makefile | 14 +++--- signal/Makefile | 12 ++--- stdio-common/Makefile | 24 +++++----- stdlib/Makefile | 26 +++++------ string/Makefile | 16 +++---- sunrpc/Makefile | 36 +++++++-------- sysvipc/Makefile | 4 +- termios/Makefile | 2 +- time/Makefile | 10 ++-- timezone/Makefile | 4 +- wcsmbs/Makefile | 40 ++++++++-------- 35 files changed, 516 insertions(+), 504 deletions(-)