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 4be8268bd6 x86: Check GNU_PROPERTY_X86_FEATURE_1_SHSTK isn't set discards 7cf5b4279d Linux/x86: Support shadow stack pointer in setjmp/longjmp discards 0b4c825eca x86: Support IBT and SHSTK in Intel CET [BZ #21598] discards 6d71f36f60 x86: Add feature_1 to tcbhead_t [BZ #22563] discards 7b05475028 Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563] discards c065953fd4 Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c adds c9cd7b0ce5 powerpc: POWER8 memcpy optimization for cached memory adds f4b2aea6e1 New generic cosf adds 36975e8e7e Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c adds f54ad2f9ea manual/conf.texi: add a missing underscore in front of SC_SS [...] adds 0cee1257a9 manual: Fix a typo in locale.texi. adds 8df5d34720 Remove --with-fp / --without-fp. adds 4e0dca54e9 [BZ #22593] Fix nextafter and nexttoward declaration adds 89bd8016b3 ia64: Add ipc_priv.h header to set __IPC_64 to zero adds c80acdc325 Update IA64 libm-test-ulps adds cc683f7ed4 libio: Free backup area when it not required (BZ#22415) adds eb4285768b Use memcpy instead of strncpy in nscd/nscd.h to fix build pr [...] adds ac817e083b x86-64: Add cosf with FMA new 31ece4d202 Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563] new 26b135415f x86: Add feature_1 to tcbhead_t [BZ #22563] new fc733e491c x86: Support IBT and SHSTK in Intel CET [BZ #21598] new 85cb38b8d9 Linux/x86: Support shadow stack pointer in setjmp/longjmp new 8610ae67ab 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 (4be8268bd6) \ N -- N -- N refs/heads/hjl/cet/master (8610ae67ab)
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 5 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 | 583 ++++++ INSTALL | 4 - NEWS | 10 +- config.make.in | 2 +- configure | 44 +- configure.ac | 31 +- libio/Makefile | 11 +- libio/fileops.c | 3 + libio/tst-bz22415.c | 97 + libio/wfileops.c | 4 + manual/conf.texi | 2 +- manual/install.texi | 4 - manual/locale.texi | 2 +- manual/tunables.texi | 10 + math/bits/mathcalls.h | 4 +- nscd/nscd.h | 2 +- scripts/build-many-glibcs.py | 51 +- sysdeps/ia64/fpu/libm-test-ulps | 2162 ++++++++++++++++++-- sysdeps/ieee754/flt-32/s_cosf.c | 254 ++- sysdeps/m68k/preconfigure | 6 +- sysdeps/mips/preconfigure | 2 + .../i386/startup.h => powerpc/cpu-features.c} | 29 +- .../gentempfd.c => sysdeps/powerpc/cpu-features.h | 18 +- sysdeps/powerpc/dl-procinfo.c | 16 + sysdeps/{aarch64 => powerpc}/dl-tunables.list | 9 +- sysdeps/powerpc/ldsodefs.h | 1 + .../powerpc/powerpc32/power4/multiarch/init-arch.h | 2 + sysdeps/powerpc/powerpc64/dl-machine.h | 4 +- sysdeps/powerpc/powerpc64/multiarch/Makefile | 4 +- .../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 2 + .../powerpc64/multiarch/memcpy-power8-cached.S | 176 ++ sysdeps/powerpc/powerpc64/multiarch/memcpy.c | 23 +- sysdeps/powerpc/preconfigure | 1 + sysdeps/sh/preconfigure | 10 +- sysdeps/unix/sysv/linux/{hppa => ia64}/ipc_priv.h | 2 +- sysdeps/x86_64/fpu/multiarch/Makefile | 5 +- sysdeps/x86_64/fpu/multiarch/s_cosf-fma.c | 2 + sysdeps/x86_64/fpu/multiarch/s_cosf-sse2.c | 2 + .../x86_64/fpu/multiarch/{s_sinf.c => s_cosf.c} | 10 +- 39 files changed, 3307 insertions(+), 297 deletions(-) create mode 100644 libio/tst-bz22415.c copy sysdeps/{unix/sysv/linux/i386/startup.h => powerpc/cpu-features.c} (58%) copy stdio-common/gentempfd.c => sysdeps/powerpc/cpu-features.h (77%) copy sysdeps/{aarch64 => powerpc}/dl-tunables.list (87%) create mode 100644 sysdeps/powerpc/powerpc64/multiarch/memcpy-power8-cached.S copy sysdeps/unix/sysv/linux/{hppa => ia64}/ipc_priv.h (93%) create mode 100644 sysdeps/x86_64/fpu/multiarch/s_cosf-fma.c create mode 100644 sysdeps/x86_64/fpu/multiarch/s_cosf-sse2.c copy sysdeps/x86_64/fpu/multiarch/{s_sinf.c => s_cosf.c} (81%)