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 e8523421a8 i386: Add _dl_runtime_resolve_shstk/_dl_runtime_profile_shst [...] discards e42bdf3f69 x86: Support IBT and SHSTK from Intel CET discards c37f266be1 x86: Add IBT/SHSTK bits to cpu-features discards c5b354aade Add NT_GNU_PROPERTY_TYPE_0 macros discards 79a5b7a4b1 Add private_function for private functions within glibc adds 0cae0b1a28 Pashto yesstr/nostr locale are missing adds 031e519c95 x86-64: Align the stack in __tls_get_addr [BZ #21609] adds 3adfef7eaa nptl: Fix typo on __have_pthread_attr_t (BZ#21715) adds 1bea5858dd Arabic scripts: More fixes after the recent import. adds 3cefdd7310 Increase some test timeouts. adds d5c3fafc43 Add per-thread cache to malloc adds 9f5a127131 resolv: Deal with non-deterministic address order in tst-res [...] adds be8aa923a7 * manual/tunables.texi: Add missing @end deftp. adds bc6bd727cd Incorrect Full Weekday names for ks_IN@devanagari adds c58ba95be9 Add yesstr and nostr to zh_CN locale adds 254bdaeb06 yesstr/nostr missing for Xhosa language locale adds 42c1c0e7f5 Fix LC_NAME for hi_IN adds 60e6738932 Added missing yesstr and nostr for Tsonga language locale [ [...] adds 51e945a8f9 Added yesstr/nostr for kw_GB new 9d2ecedff3 Add private_function for private functions within glibc new ea04599da5 Add NT_GNU_PROPERTY_TYPE_0 macros new a436dd2baf x86: Add IBT/SHSTK bits to cpu-features new d4c7c9dd45 x86: Support IBT and SHSTK from Intel CET new 43dedca6e9 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 (e8523421a8) \ N -- N -- N refs/heads/hjl/cet/property (43dedca6e9)
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 | 65 +++++++ INSTALL | 6 + NEWS | 8 + config.make.in | 2 + configure | 13 ++ configure.ac | 7 + elf/dl-tunables.list | 12 ++ iconvdata/tst-loading.c | 1 + localedata/ChangeLog | 68 +++++++ localedata/locales/ar_DZ | 18 +- localedata/locales/ar_IQ | 18 +- localedata/locales/ar_JO | 2 +- localedata/locales/ar_LB | 2 +- localedata/locales/ar_MA | 18 +- localedata/locales/ar_SA | 24 +-- localedata/locales/ar_SY | 2 +- localedata/locales/ar_TN | 18 +- localedata/locales/hi_IN | 8 +- localedata/locales/ks_IN | 20 +- localedata/locales/ks_IN@devanagari | 18 +- localedata/locales/kw_GB | 2 + localedata/locales/ps_AF | 26 +-- localedata/locales/ts_ZA | 5 + localedata/locales/ug_CN | 24 +-- localedata/locales/ur_IN | 2 +- localedata/locales/ur_PK | 12 +- localedata/locales/xh_ZA | 2 + localedata/locales/zh_CN | 2 + malloc/Makefile | 5 + malloc/arena.c | 11 ++ malloc/malloc.c | 350 +++++++++++++++++++++++++++++++++- manual/install.texi | 6 + manual/probes.texi | 19 ++ manual/tunables.texi | 33 ++++ misc/tst-tsearch.c | 1 - nptl/tst-create-detached.c | 1 + nptl/tst-robust-fork.c | 1 + nptl/tst-rwlock19.c | 2 +- resolv/tst-resolv-basic.c | 79 ++++++-- string/tst-cmp.c | 2 +- sysdeps/nptl/bits/pthreadtypes.h | 2 +- sysdeps/unix/sysv/linux/x86/sys/cet.h | 2 +- sysdeps/x86_64/Makefile | 4 +- sysdeps/x86_64/dl-tls.c | 53 +++++ sysdeps/x86_64/dl-tls.h | 5 + sysdeps/x86_64/rtld-offsets.sym | 6 + sysdeps/x86_64/tls_get_addr.S | 61 ++++++ sysdeps/x86_64/tlsdesc.sym | 3 + 48 files changed, 929 insertions(+), 122 deletions(-) create mode 100644 sysdeps/x86_64/dl-tls.c create mode 100644 sysdeps/x86_64/rtld-offsets.sym create mode 100644 sysdeps/x86_64/tls_get_addr.S