This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch siddhesh/gai-cleanup2 in repository glibc.
discards 5cbcab0388 gethosts: Return EAI_MEMORY on allocation failure discards f66eb74240 gaih_inet: Put name copy under gaih_lookup cache discards e9942569d1 gaih_inet: Split addrinfo result generation into its own function discards 0a1298f71c gaih_inet: Split local lookup into its own function discards 67d46da1a1 gaih_inet: Clean up some variables and branches discards fb77c48d07 gaih_inet: make gethosts into a function discards 98f728a016 gaih_inet: separate nss lookup loop into its own function discards 84fc40f6b2 gaih_inet: Simplify canon name resolution discards 878e14b58f gaih_inet: Fix CONTINUE and MERGE actions [BZ #28931] discards 38454ba670 gaih_inet: Fix leak with AF_INET6 and AI_ALL [BZ #28852] discards 6e70668051 gaih_inet: Split out nscd lookup discards 3be6e2d43b gaih_inet: Split simple gethostbyname into its own function discards 1ae1143f50 gaih_inet: Generic allocation tracking discards 056495f36f gaih_inet: make numeric lookup a separate routine discards cb85241ef9 gaih_inet: Simplify service resolution discards 61734d085b gaih_getanswer_slice: Drop useless had_error adds 42b5dc5ea3 linux/i386: remove dead assignment of sysdep-dl-routines adds 13089d4cf2 i386: Remove libc-do-syscall from sysdep-dl-routines [BZ #28936] adds f42415c736 x86_64: Fix svml_s_acosf16_core_avx512.S code formatting adds 35c954b959 pthread: Do not overwrite tests-time64 new b97920970e Simplify allocations and fix merge and continue actions [BZ #28931] new 8c47e79858 gaih_inet: Simplify canon name resolution new e572e626cb getaddrinfo: Fix leak with AI_ALL [BZ #28852] new 7dacbc374d gaih_inet: Simplify service resolution new bf1697c6c2 gaih_inet: make numeric lookup a separate routine new b26c56ea72 gaih_inet: Split simple gethostbyname into its own function new 50b6ee0b45 gaih_inet: Split nscd lookup code into its own function. new 27d09b8a0d gaih_inet: separate nss lookup loop into its own function new 663dab8316 gaih_inet: make gethosts into a function new e822c59323 gaih_inet: split loopback lookup into its own function new 32415d39b6 gaih_inet: Split result generation into its own function new a0eff068c0 gethosts: Return EAI_MEMORY on allocation failure
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 (5cbcab0388) \ N -- N -- N refs/heads/siddhesh/gai-cleanup2 (a0eff068c0)
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 12 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: nss/Makefile | 1 + nss/tst-nss-gai-actions.c | 242 +++++ resolv/nss_dns/dns-host.c | 36 +- sysdeps/posix/getaddrinfo.c | 997 +++++++++------------ sysdeps/pthread/Makefile | 2 +- sysdeps/unix/sysv/linux/i386/Makefile | 2 - .../fpu/multiarch/svml_s_acosf16_core_avx512.S | 423 +++++---- 7 files changed, 927 insertions(+), 776 deletions(-) create mode 100644 nss/tst-nss-gai-actions.c