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 e04eefe5ee i386: Add _dl_runtime_resolve_shstk/_dl_runtime_profile_shst [...] discards ec13d7eee4 x86: Support IBT and SHSTK from Intel CET discards 31e1594811 x86: Add IBT/SHSTK bits to cpu-features discards 40215e85a8 Add NT_GNU_PROPERTY_TYPE_0 macros discards fd362b6822 Add private_function for private functions within glibc adds 2b2ccd0c63 Reorganize and revise NEWS for 2.26. adds 7e368000c0 Consistently say "GNU C Library" in NEWS, not "glibc". adds 97e7b6aa42 Added Tok-Pisin locale. adds 76637a921f support: Check isolation of loopback addresses in tst-suppor [...] adds d4165eedf5 support: Add support_chroot_create and support_chroot_free adds cb3c27e87b support: Add resolver testing mode which does not patch _res adds 8d6cba414a Edit and shorten float128 NEWS item. adds b8e0e03b7c Fixup localedata/ChangeLog. adds db6b2f2522 posix: Fix default posix_spawn return value new 79a5b7a4b1 Add private_function for private functions within glibc new c5b354aade Add NT_GNU_PROPERTY_TYPE_0 macros new c37f266be1 x86: Add IBT/SHSTK bits to cpu-features new e42bdf3f69 x86: Support IBT and SHSTK from Intel CET new e8523421a8 i386: Add _dl_runtime_resolve_shstk/_dl_runtime_profile_shst [...]
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 (e04eefe5ee) \ N -- N -- N refs/heads/hjl/cet/property (e8523421a8)
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 | 40 +++ NEWS | 302 ++++++++------------- localedata/ChangeLog | 18 +- localedata/SUPPORTED | 1 + localedata/locales/tpi_PG | 217 +++++++++++++++ resolv/Makefile | 6 +- resolv/tst-resolv-res_init-skeleton.c | 69 ++--- resolv/tst-resolv-threads.c | 484 ++++++++++++++++++++++++++++++++++ support/Makefile | 1 + support/namespace.h | 32 +++ support/resolv_test.c | 37 ++- support/resolv_test.h | 10 + support/support_chroot.c | 71 +++++ support/tst-support-namespace.c | 84 +++++- sysdeps/posix/spawni.c | 40 +-- sysdeps/unix/sysv/linux/x86/sys/cet.h | 50 ++-- 16 files changed, 1170 insertions(+), 292 deletions(-) create mode 100644 localedata/locales/tpi_PG create mode 100644 resolv/tst-resolv-threads.c create mode 100644 support/support_chroot.c