This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr21609/master in repository glibc.
discards 58b6dc823b Updated discards 0c239bea06 x86-64: Align the stack in __tls_get_addr [BZ #21609] discards f53c479a38 x86-64: Align the stack in __tls_get_addr [BZ #21609] discards 7bd9f66624 x86-64: Align the stack in __tls_get_addr [BZ #21609] adds 89f6307c5d resolv: Fix improper assert in __resolv_conf_attach adds f0107724c9 Update versions in build-many-glibcs.py. adds 4446a885f3 resolv: Fix resolv_conf _res matching adds 1ff6c67a25 sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [ [...] adds d2e0491883 Single threaded stdio optimization new eb4dd17f2f x86-64: Align the stack in __tls_get_addr [BZ #21609]
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 (58b6dc823b) \ N -- N -- N refs/heads/hjl/pr21609/master (eb4dd17f2f)
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 | 52 +++++++++++++++++++ libio/Versions | 3 ++ libio/feof.c | 2 + libio/ferror.c | 2 + libio/fputc.c | 2 + libio/genops.c | 28 +++++++++++ libio/getc.c | 2 + libio/getchar.c | 2 + libio/iofopncook.c | 2 + libio/ioungetc.c | 2 + libio/libio.h | 4 ++ libio/libioP.h | 2 + libio/putc.c | 2 + nptl/pthread_create.c | 4 ++ posix/Makefile | 3 +- posix/tst-sysconf-empty-chroot.c | 95 +++++++++++++++++++++++++++++++++++ resolv/Makefile | 3 ++ resolv/resolv_conf.c | 39 ++++++++++---- resolv/tst-resolv-res_init-multi.c | 89 ++++++++++++++++++++++++++++++++ resolv/tst-resolv-res_init-skeleton.c | 31 +++++++++++- scripts/build-many-glibcs.py | 6 +-- sysdeps/pthread/flockfile.c | 1 + sysdeps/unix/sysv/linux/getsysstats.c | 5 +- sysdeps/x86_64/tls_get_addr.S | 26 ++++++---- 24 files changed, 379 insertions(+), 28 deletions(-) create mode 100644 posix/tst-sysconf-empty-chroot.c create mode 100644 resolv/tst-resolv-res_init-multi.c