This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/cet/property in repository glibc.
discards 26043c4897 tab discards 8fd94904c3 Another fix discards c12f8de811 libc_cv_x86_cet_cflags discards 0bd2f09c4e i386: Add _dl_runtime_resolve_shstk [BZ #21598] discards 20e7c874d1 x86: Add <sys/cet.h> to support Intel CET discards 1dad1cd9f6 x86: Add IBT/SHSTK bits to cpu-features discards e3acbc1567 Add NT_GNU_PROPERTY_TYPE_0 macros discards a916033bb4 Add private_function for private functions within glibc adds ccfb296472 posix: Improve default posix_spawn implementation adds 84d8c5bc8b vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-type new 9bfb3fa81c Add private_function for private functions within glibc new 6b608cf43e Add NT_GNU_PROPERTY_TYPE_0 macros new b41e164179 x86: Add IBT/SHSTK bits to cpu-features new f73cda1a1a x86: Add <sys/cet.h> to support Intel CET new ac1d93f9b5 i386: Add _dl_runtime_resolve_shstk [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 (26043c4897) \ N -- N -- N refs/heads/hjl/cet/property (ac1d93f9b5)
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 | 12 + stdio-common/Makefile | 1 + stdio-common/tst-vfprintf-user-type.c | 11 +- sysdeps/posix/spawni.c | 362 ++++++++++++------------- sysdeps/unix/sysv/linux/i386/dl-cet.c | 2 +- sysdeps/unix/sysv/linux/x86/Makefile | 4 +- sysdeps/unix/sysv/linux/x86/configure | 39 ++- sysdeps/unix/sysv/linux/x86/configure.ac | 24 +- sysdeps/unix/sysv/linux/x86/dl-cet-nonshared.c | 2 +- sysdeps/unix/sysv/linux/x86/dl-cet.c | 2 +- 10 files changed, 255 insertions(+), 204 deletions(-)