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 aed03778e7 i386: Add _dl_runtime_resolve_shstk/_dl_runtime_profile_shst [...] discards 166068f902 x86: Support IBT and SHSTK from Intel CET discards 6e460eaceb x86: Add IBT/SHSTK bits to cpu-features discards e08973f1ff Add NT_GNU_PROPERTY_TYPE_0 macros discards 5f714a2e40 Add private_function for private functions within glibc adds 90880d384c Fix Latin characters and month sequence in mai_IN adds 3632e5912b Fix country_name in nds_NL adds 88f9e73943 manual: Complete @standards in creature.texi. adds d3675d957b manual: Refactor documentation of CHAR_BIT. adds 9e17c7aee3 Fix wrong monetary system used in ta_LK locale adds 30c0c707f7 Add new az_IR locale adds c5527d7ddc Minor improvements to new az_IR locale adds 551d64b2d7 Improve country_name in be_BY@latin adds 10b8eb8fcc Fix country name in title of mai_NP locale adds 2557ae38f3 Update Alpha libm-test-ulps adds faf8c066df rwlock: Fix explicit hand-over (bug 21298) adds d4550bd002 Update Nios II ULPs file. adds 0aab054a92 Update Microblaze libm-test-ulps adds d95fcb2df4 microblaze: Resolve non-relocatable branch in pt-vfork.S (BZ#21779) adds 5920a4a624 mutex: Fix robust mutex lock acquire (Bug 21778) adds 930324b356 Update translations new 88f90f02be Add private_function for private functions within glibc new 814c2b997a Add NT_GNU_PROPERTY_TYPE_0 macros new 7ac7c5d1d1 x86: Add IBT/SHSTK bits to cpu-features new b20f23b109 x86: Support IBT and SHSTK from Intel CET new 57f2b07c55 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 (aed03778e7) \ N -- N -- N refs/heads/hjl/cet/property (57f2b07c55)
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 | 74 + locale/iso-639.def | 2 + localedata/ChangeLog | 37 + localedata/SUPPORTED | 1 + localedata/locales/az_IR | 291 +++ localedata/locales/be_BY@latin | 2 +- localedata/locales/mai_IN | 12 +- localedata/locales/mai_NP | 2 +- localedata/locales/nds_NL | 4 +- localedata/locales/ta_LK | 2 +- manual/creature.texi | 2 +- manual/lang.texi | 11 +- nptl/Makefile | 6 +- nptl/pthread_mutex_lock.c | 13 +- nptl/pthread_mutex_timedlock.c | 13 +- nptl/pthread_rwlock_common.c | 478 ++--- nptl/tst-mutex7.c | 45 +- nptl/tst-mutex7robust.c | 7 + nptl/tst-rwlock20.c | 116 ++ po/be.po | 1978 ++++++++++---------- po/ko.po | 1147 ++++++------ po/nl.po | 1219 ++++++------ po/ru.po | 1183 ++++++------ support/Makefile | 6 + ...hread_attr_destroy.c => xpthread_rwlock_init.c} | 9 +- ...thread_attr_init.c => xpthread_rwlock_rdlock.c} | 7 +- ...thread_attr_init.c => xpthread_rwlock_unlock.c} | 7 +- ...thread_attr_init.c => xpthread_rwlock_wrlock.c} | 7 +- ...d_attr_destroy.c => xpthread_rwlockattr_init.c} | 8 +- ..._destroy.c => xpthread_rwlockattr_setkind_np.c} | 9 +- support/xthread.h | 8 + sysdeps/alpha/fpu/libm-test-ulps | 168 +- sysdeps/microblaze/libm-test-ulps | 165 +- sysdeps/nios2/libm-test-ulps | 20 +- sysdeps/unix/sysv/linux/microblaze/pt-vfork.S | 2 +- 35 files changed, 3881 insertions(+), 3180 deletions(-) create mode 100644 localedata/locales/az_IR create mode 100644 nptl/tst-mutex7robust.c create mode 100644 nptl/tst-rwlock20.c copy support/{xpthread_attr_destroy.c => xpthread_rwlock_init.c} (77%) copy support/{xpthread_attr_init.c => xpthread_rwlock_rdlock.c} (81%) copy support/{xpthread_attr_init.c => xpthread_rwlock_unlock.c} (81%) copy support/{xpthread_attr_init.c => xpthread_rwlock_wrlock.c} (81%) copy support/{xpthread_attr_destroy.c => xpthread_rwlockattr_init.c} (79%) copy support/{xpthread_attr_destroy.c => xpthread_rwlockattr_setkind_np.c} (76%)