This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr21744/master in repository glibc.
discards 894a306f95 Don't all __access_noerrno with stack protector from __tunab [...] adds 512d245bc3 Add HWCAP_ macros from Linux 4.12 to AArch64 bits/hwcap.h. adds 3261ddfc14 Write "Latin" in title case in "title" in hif_FJ locale adds 7317a97020 Fix yesexpr in new agr_PE locale adds 6eb5f3b7c7 Use U+02BB MODIFIER LETTER TURNED COMMA instead of U+0027 AP [...] adds 204b3d4d20 Fix country_name in li_NL adds 48145e1c7d hppa: Fix clone exit syscall argument passing (BZ#21512) adds ae5c498d93 Extend NSS test suite new d1145c6980 Don't call __access_noerrno with stack protector from __tuna [...]
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 (894a306f95) \ N -- N -- N refs/heads/hjl/pr21744/master (d1145c6980)
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 1 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 | 26 ++ elf/dl-support.c | 1 + localedata/ChangeLog | 17 ++ localedata/locales/agr_PE | 4 +- localedata/locales/hif_FJ | 2 +- localedata/locales/li_NL | 3 +- localedata/locales/to_TO | 8 +- nss/Makefile | 27 +- nss/nss_test.h | 308 ++++++++++++++++++++ nss/nss_test.ver | 4 + nss/nss_test1.c | 311 ++++++++++++++++----- .../float128/float1282mpn.c => nss/nss_test2.c | 6 +- nss/tst-nss-test1.c | 76 ++++- nss/tst-nss-test2.c | 136 +++++++++ nss/tst-nss-test3.c | 150 ++++++++++ nss/tst-nss-test4.c | 137 +++++++++ nss/tst-nss-test5.c | 108 +++++++ shlib-versions | 1 + sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 3 + sysdeps/unix/sysv/linux/hppa/clone.S | 2 +- 20 files changed, 1226 insertions(+), 104 deletions(-) create mode 100644 nss/nss_test.h create mode 100644 nss/nss_test.ver copy sysdeps/ieee754/float128/float1282mpn.c => nss/nss_test2.c (85%) create mode 100644 nss/tst-nss-test2.c create mode 100644 nss/tst-nss-test3.c create mode 100644 nss/tst-nss-test4.c create mode 100644 nss/tst-nss-test5.c