This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from cbfc16122e sunrpc/tst-udp-*: Fix timeout value new 674ea88294 x86: Move CET control to _dl_x86_feature_control [BZ #25887] new 3903704850 powerpc: Optimized strcpy for POWER9 new aa70d05632 powerpc: Optimized stpcpy for POWER9
The 3 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: elf/rtld.c | 2 + sysdeps/i386/dl-machine.h | 2 +- .../powerpc64/{power8 => le/power9}/stpcpy.S | 4 +- sysdeps/powerpc/powerpc64/le/power9/strcpy.S | 187 +++++++++++++++++++++ sysdeps/powerpc/powerpc64/multiarch/Makefile | 2 +- .../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 8 + .../multiarch/{stpcpy-power8.S => stpcpy-power9.S} | 6 +- sysdeps/powerpc/powerpc64/multiarch/stpcpy.c | 17 +- .../multiarch/{strcmp-power9.S => strcpy-power9.S} | 6 +- sysdeps/powerpc/powerpc64/multiarch/strcpy.c | 7 + sysdeps/unix/sysv/linux/x86/cpu-features.c | 2 +- sysdeps/x86/{cet-tunables.h => cet-control.h} | 34 ++-- sysdeps/x86/cpu-features.c | 12 +- sysdeps/x86/cpu-tunables.c | 31 +--- sysdeps/x86/dl-cet.c | 43 +++-- sysdeps/x86/dl-procruntime.c | 22 ++- sysdeps/x86/ldsodefs.h | 1 + 17 files changed, 304 insertions(+), 82 deletions(-) copy sysdeps/powerpc/powerpc64/{power8 => le/power9}/stpcpy.S (88%) create mode 100644 sysdeps/powerpc/powerpc64/le/power9/strcpy.S copy sysdeps/powerpc/powerpc64/multiarch/{stpcpy-power8.S => stpcpy-power9.S} (86%) copy sysdeps/powerpc/powerpc64/multiarch/{strcmp-power9.S => strcpy-power9.S} (86%) rename sysdeps/x86/{cet-tunables.h => cet-control.h} (60%)