This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gentoo/2.24 in repository glibc.
from b73ec92 alpha: fix trunc for big input values new 88849c6 Bug 11941: ld.so: Improper assert map->l_init_called in dlclose new 5a855de localedata: bs_BA: fix yesexpr/noexpr [BZ #20974] new 4adce1b powerpc: Fix write-after-destroy in lock elision [BZ #20822] new a0c7c4e Drop GLIBC_TUNABLES in setxid processes new 20f534e CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]
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: elf/Makefile | 15 +- elf/dl-close.c | 30 +++- elf/tst-nodelete-dlclose-dso.c | 90 ++++++++++ ...t-gnu2-tls1.c => tst-nodelete-dlclose-plugin.c} | 46 ++--- .../ifuncmain8.c => elf/tst-nodelete-dlclose.c | 14 +- include/arpa/nameser_compat.h | 6 +- localedata/locales/bs_BA | 4 +- resolv/Makefile | 5 + resolv/nss_dns/dns-host.c | 2 +- resolv/res_mkquery.c | 4 + resolv/res_query.c | 6 +- resolv/tst-resolv-qtypes.c | 185 +++++++++++++++++++++ sysdeps/generic/unsecvars.h | 1 + sysdeps/unix/sysv/linux/powerpc/elision-lock.c | 10 +- sysdeps/unix/sysv/linux/powerpc/elision-trylock.c | 7 +- sysdeps/unix/sysv/linux/powerpc/elision-unlock.c | 15 +- 16 files changed, 377 insertions(+), 63 deletions(-) create mode 100644 elf/tst-nodelete-dlclose-dso.c copy elf/{tst-gnu2-tls1.c => tst-nodelete-dlclose-plugin.c} (58%) copy sysdeps/x86_64/ifuncmain8.c => elf/tst-nodelete-dlclose.c (70%) create mode 100644 resolv/tst-resolv-qtypes.c