This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/cet/setjmp in repository glibc.
discards 4c9f5342aa jmpbuf: Add paddings for architecture specific usage discards f084acee25 Add jmp_buf-macros.h adds 8cb5295d3f Add jmp_buf-macros.h adds a19c0a1db5 resolv: Use test framework in tst-resolv-network adds 5c1a69238f resolv: Add tst-res_hnok adds e2a9fca810 resolv: Add tst-ns_name_pton adds 9e0ad3049d resolv: ns_name_pton should report trailing \ as error [BZ #22413] adds c0a25aa92b resolv: More precise checks in res_hnok, res_dnok [BZ #22409 [...] adds 456b40a97f Fix clog10_downward ulps on hppa. adds 1ffe1ccb6e support: Add xstrndup, xunlink, xreadlink, support_create_te [...] adds e69897bf20 timezone: pacify GCC -Wstringop-truncation adds 4a306ef1c8 ld.so: Add architecture specific fields adds eceed67166 Add missing ChangeLog sub-entries adds cae87e64dc support: Add <support/next_to_fault.h> new 2bad2646b0 jmpbuf: Add paddings for architecture specific usage
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 (4c9f5342aa) \ N -- N -- N refs/heads/hjl/cet/setjmp (2bad2646b0)
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 | 123 ++++++++++++ NEWS | 3 + debug/longjmp_chk.c | 2 +- elf/dl-support.c | 1 + include/link.h | 2 + include/setjmpP.h | 1 + resolv/Makefile | 4 + resolv/ns_name.c | 5 + resolv/res_comp.c | 208 +++++++++++--------- resolv/tst-inet_pton.c | 67 ++----- resolv/tst-ns_name_pton.c | 210 +++++++++++++++++++++ resolv/tst-res_hnok.c | 169 +++++++++++++++++ resolv/tst-resolv-network.c | 8 +- setjmp/Makefile | 5 +- setjmp/longjmp.c | 2 +- setjmp/setjmp.h | 4 +- bits/types/__jmpbuf_arch_t.h => setjmp/setjmpP.h | 23 +-- setjmp/sigjmp.c | 2 +- .../__jmpbuf_arch_t.h => setjmp/tst-sigsetjmp2.c | 41 ++-- support/Makefile | 7 +- support/next_to_fault.c | 52 +++++ support/next_to_fault.h | 48 +++++ support/support.h | 1 + support/support_chroot.c | 9 +- support/temp_file.c | 13 ++ support/temp_file.h | 5 + support/tst-xreadlink.c | 72 +++++++ .../types/__jmpbuf_arch_t.h => support/xreadlink.c | 37 ++-- debug/longjmp_chk.c => support/xstrndup.c | 17 +- support/xunistd.h | 5 + debug/longjmp_chk.c => support/xunlink.c | 16 +- {bits/types => sysdeps/generic}/__jmpbuf_arch_t.h | 7 - .../generic/__saved_mask.h | 11 +- .../generic/{dl-procinfo.c => dl-procruntime.c} | 0 sysdeps/generic/ldsodefs.h | 11 +- sysdeps/generic/{dl-procinfo.c => link_map.h} | 0 sysdeps/hppa/fpu/libm-test-ulps | 4 +- sysdeps/powerpc/longjmp.c | 3 +- sysdeps/powerpc/novmx-longjmp.c | 3 +- sysdeps/powerpc/novmx-sigjmp.c | 2 +- sysdeps/powerpc/sigjmp.c | 2 +- .../sysv/linux/{bits/types => }/__jmpbuf_arch_t.h | 13 +- .../unix/sysv/linux/__saved_mask.h | 11 +- sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c | 3 +- sysdeps/unix/sysv/linux/s390/longjmp_chk.c | 2 +- timezone/zic.c | 2 +- 46 files changed, 983 insertions(+), 253 deletions(-) create mode 100644 include/setjmpP.h create mode 100644 resolv/tst-ns_name_pton.c create mode 100644 resolv/tst-res_hnok.c copy bits/types/__jmpbuf_arch_t.h => setjmp/setjmpP.h (71%) copy bits/types/__jmpbuf_arch_t.h => setjmp/tst-sigsetjmp2.c (50%) create mode 100644 support/next_to_fault.c create mode 100644 support/next_to_fault.h create mode 100644 support/tst-xreadlink.c copy bits/types/__jmpbuf_arch_t.h => support/xreadlink.c (53%) copy debug/longjmp_chk.c => support/xstrndup.c (71%) copy debug/longjmp_chk.c => support/xunlink.c (74%) rename {bits/types => sysdeps/generic}/__jmpbuf_arch_t.h (83%) copy debug/longjmp_chk.c => sysdeps/generic/__saved_mask.h (80%) copy sysdeps/generic/{dl-procinfo.c => dl-procruntime.c} (100%) copy sysdeps/generic/{dl-procinfo.c => link_map.h} (100%) rename sysdeps/unix/sysv/linux/{bits/types => }/__jmpbuf_arch_t.h (82%) copy debug/longjmp_chk.c => sysdeps/unix/sysv/linux/__saved_mask.h (80%)