This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fw/unwind-link in repository glibc.
discards 3e39238690 s390: Implement backtrace on top of <unwind-link.h> discards 126a8bdf66 sparc: Implement backtrace on top <unwind-link.h> discards 8a1dc63686 m68k: Implement backtrace on top of <unwind-link.h> discards d7ccc137c3 i386: Implement backtrace on top of <unwind-link.h> discards da60eb7e0b arm: Implement backtrace on top of <unwind-link.h> discards cb22a711d8 backtrace: Implement on top of <unwind-link.h> discards 01b41a9985 Implement <unwind-link.h> for dynamically loading the libgcc [...] discards c7d1a41c54 s390: Remove backchain-based fallback from backtrace discards 0cc0338d56 debug: Add missing locale dependencies of fortify tests adds 1433e270a1 htl: Avoid a local plt for pthread_self adds 4970c9e0b5 nptl: add missing pthread-offsets.h adds 6d0d2eb1e7 nptl: update default pthread-offsets.h adds 511c91b114 Improve random memcpy benchmark adds a179673f3d Use --disable-gdbserver in build-many-glibcs.py. adds cd7965bd97 ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chk adds 8ba6ad703c hurd: Add __pthread_spin_wait and use it adds fba7fc5a21 htl C11 threads: Avoid pthread_ symbols visibility in static [...] adds fadf75c370 debug: Add missing locale dependencies of fortify tests adds eb948facd8 Fix typo in the name for Wednesday in Kurdish [BZ #9809] adds ec44e1efcd elf.h: Add R_RISCV_IRELATIVE adds 6c80c6e876 Add internal <file_change_detection.h> header file adds 6b89c385d8 io: Implement lchmod using fchmodat [BZ #14578] adds 752dd17443 Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PAT [...] adds 47136d6cc3 io: Add io/tst-lchmod covering lchmod and fchmodat adds 08aea89ef6 S390: Fix non-ascii character in fenv.h. adds 6cf6a91d05 Rename RWF_WRITE_LIFE_NOT_SET to RWH_WRITE_LIFE_NOT_SET foll [...] adds 6721b9d52e Update translations adds eb447b7b4b elf: Allow dlopen of filter object to work [BZ #16272] adds 71bcfa6245 elf: avoid redundant sort in dlopen adds 0a8ce6a096 elf: avoid stack allocation in dl_open_worker adds f34c4d0f10 sunrpc: Properly clean up if tst-udp-timeout fails adds c953219420 alpha: Use generic gettimeofday implementation adds d3fbb18aa3 mips: Use 'long int' and 'long long int' in linux syscall code adds 4fbba6fe90 mips: Fix argument passing for inlined syscalls on Linux [BZ [...] adds 9333498794 Avoid ldbl-96 stack corruption from range reduction of pseud [...] new 9105752b51 Implement <unwind-link.h> for dynamically loading the libgcc [...] new eee1f62cdd backtrace: Implement on top of <unwind-link.h> new e5b2501341 arm: Implement backtrace on top of <unwind-link.h> new 2e8f9112e0 i386: Implement backtrace on top of <unwind-link.h> new 80188847b5 m68k: Implement backtrace on top of <unwind-link.h> new bc5d511515 sparc: Implement backtrace on top <unwind-link.h> new 467e6f1c95 s390: Implement backtrace on top of <unwind-link.h> new cc2ab2b164 __frame_state_for: Use <unwind-link.h> for unwinder access new 47c3251cf5 Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.c new 67398a546d Implement _Unwind_Resume in libc on top of <unwind-link.h> new 760ff0285d nptl: Use <unwind-link.h> for accessing the libgcc_s unwinder
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 (3e39238690) \ N -- N -- N refs/heads/fw/unwind-link (760ff0285d)
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 11 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: benchtests/bench-memcpy-random.c | 86 ++- debug/backtrace.c | 8 +- elf/Makefile | 18 +- elf/dl-deps.c | 39 +- elf/dl-open.c | 39 +- elf/elf.h | 3 +- .../ia64/unwind-link.h => elf/tst-auxobj-dlopen.c | 38 +- .../linux/ia64/unwind-link.h => elf/tst-auxobj.c | 33 +- .../mips16-syscall2.c => elf/tst-filterobj-aux.c | 24 +- .../unwind-link.h => elf/tst-filterobj-dlopen.c | 30 +- .../tst-filterobj-filtee.c | 18 +- .../gettimeofday.c => elf/tst-filterobj-filtee.h | 14 +- .../mips16-syscall0.c => elf/tst-filterobj-flt.c | 18 +- .../mips16-syscall1.c => elf/tst-filterobj.c | 29 +- htl/pt-create.c | 2 +- htl/pt-detach.c | 2 +- htl/pt-exit.c | 2 +- htl/pt-join.c | 8 +- htl/pt-self.c | 2 +- htl/pt-setcancelstate.c | 2 +- htl/pt-setcanceltype.c | 2 +- include/file_change_detection.h | 140 ++++ include/sys/stat.h | 1 + io/Makefile | 2 +- io/fchmodat.c | 1 + io/lchmod.c | 10 +- io/tst-file_change_detection.c | 206 ++++++ io/tst-lchmod.c | 314 ++++++++ localedata/locales/ckb_IQ | 2 +- misc/unwind-link.c | 153 ++-- nptl/nptlfreeres.c | 1 - nptl/pthreadP.h | 6 +- nptl/pthread_cancel.c | 3 +- po/be.po | 41 +- po/pt.po | 799 ++++++++++++++++++++- scripts/build-many-glibcs.py | 1 + sunrpc/tst-udp-timeout.c | 18 +- sysdeps/aarch64/nptl/pthread-offsets.h | 3 + .../mips16-syscall1.c => alpha/arch-unwind-link.h} | 22 +- sysdeps/alpha/nptl/pthread-offsets.h | 3 + sysdeps/arm/{unwind-link.h => arch-unwind-link.h} | 25 +- sysdeps/arm/arm-unwind-resume.S | 26 +- sysdeps/arm/backtrace.c | 8 +- sysdeps/arm/pt-arm-unwind-resume.S | 22 +- sysdeps/arm/unwind-forcedunwind.c | 26 + sysdeps/arm/unwind-resume.c | 26 + .../unwind-link.h => generic/arch-unwind-link.h} | 23 +- sysdeps/generic/framestate.c | 21 +- sysdeps/generic/unwind-link.h | 34 +- sysdeps/generic/unwind-resume.c | 46 ++ sysdeps/gnu/unwind-resume.c | 83 --- sysdeps/htl/pt-attr-destroy.c | 2 +- sysdeps/htl/pt-attr-getdetachstate.c | 2 +- sysdeps/htl/pt-attr-getinheritsched.c | 2 +- sysdeps/htl/pt-attr-getschedparam.c | 2 +- sysdeps/htl/pt-attr-getschedpolicy.c | 2 +- sysdeps/htl/pt-attr-getscope.c | 2 +- sysdeps/htl/pt-attr-init.c | 2 +- sysdeps/htl/pt-attr-setdetachstate.c | 2 +- sysdeps/htl/pt-attr-setinheritsched.c | 2 +- sysdeps/htl/pt-attr-setschedparam.c | 2 +- sysdeps/htl/pt-attr-setschedpolicy.c | 2 +- sysdeps/htl/pt-attr-setscope.c | 2 +- sysdeps/htl/pt-barrier-wait.c | 2 +- sysdeps/htl/pt-cond-brdcast.c | 6 +- sysdeps/htl/pt-cond-destroy.c | 4 +- sysdeps/htl/pt-cond-init.c | 2 +- sysdeps/htl/pt-cond-signal.c | 4 +- sysdeps/htl/pt-cond-timedwait.c | 8 +- sysdeps/htl/pt-cond-wait.c | 2 +- sysdeps/htl/pt-condattr-destroy.c | 2 +- sysdeps/htl/pt-condattr-init.c | 2 +- sysdeps/htl/pt-equal.c | 2 +- sysdeps/htl/pt-getschedparam.c | 2 +- sysdeps/htl/pt-getspecific.c | 2 +- sysdeps/htl/pt-key-create.c | 2 +- sysdeps/htl/pt-key-delete.c | 2 +- sysdeps/htl/pt-once.c | 4 +- sysdeps/htl/pt-rwlock-timedrdlock.c | 4 +- sysdeps/htl/pt-rwlock-timedwrlock.c | 4 +- sysdeps/htl/pt-rwlock-tryrdlock.c | 2 +- sysdeps/htl/pt-rwlock-trywrlock.c | 2 +- sysdeps/htl/pt-rwlock-unlock.c | 2 +- sysdeps/htl/pt-setschedparam.c | 2 +- sysdeps/htl/pt-setspecific.c | 2 +- sysdeps/htl/sem-getvalue.c | 2 +- sysdeps/htl/sem-post.c | 2 +- sysdeps/htl/sem-timedwait.c | 4 +- sysdeps/htl/sem-trywait.c | 2 +- .../unwind-link.h => i386/arch-unwind-link.h} | 27 +- sysdeps/i386/backtrace.c | 10 +- .../ia64/unwind-link.h => ia64/arch-unwind-link.h} | 20 +- sysdeps/ia64/nptl/pthread-offsets.h | 3 + .../ldbl-128ibm-compat/ieee128-sprintf_chk.c | 4 + .../ldbl-128ibm-compat/ieee128-vsprintf_chk.c | 4 + sysdeps/ieee754/ldbl-96/Makefile | 3 +- sysdeps/ieee754/ldbl-96/e_rem_pio2l.c | 12 + .../ldbl-96/test-sinl-pseudo.c} | 34 +- sysdeps/m68k/{unwind-link.h => arch-unwind-link.h} | 19 +- sysdeps/m68k/backtrace.c | 10 +- .../m680x0/arch-unwind-link.h} | 19 +- sysdeps/mach/htl/bits/spin-lock-inline.h | 9 + sysdeps/mach/hurd/fchmodat.c | 1 + sysdeps/mach/hurd/fork.c | 3 + sysdeps/mach/hurd/htl/pt-hurd-cond-timedwait.c | 6 +- sysdeps/mach/hurd/htl/pt-mutex-destroy.c | 2 +- sysdeps/mach/hurd/htl/pt-mutex-init.c | 2 +- sysdeps/mach/hurd/htl/pt-mutex-lock.c | 2 +- sysdeps/mach/hurd/htl/pt-mutex-timedlock.c | 2 +- sysdeps/mach/hurd/htl/pt-mutex-trylock.c | 2 +- sysdeps/mach/hurd/htl/pt-mutex-unlock.c | 2 +- sysdeps/mach/hurd/i386/Makefile | 4 - .../mips16-syscall1.c => mips/arch-unwind-link.h} | 22 +- sysdeps/nptl/fork.c | 3 + sysdeps/nptl/pthread-offsets.h | 22 +- sysdeps/nptl/unwind-forcedunwind.c | 115 +-- .../powerpc32/arch-unwind-link.h} | 22 +- sysdeps/riscv/nptl/pthread-offsets.h | 3 + .../mips16-syscall1.c => s390/arch-unwind-link.h} | 22 +- sysdeps/s390/backtrace.c | 67 -- sysdeps/s390/fpu/bits/fenv.h | 4 +- sysdeps/s390/s390-32/backtrace.c | 131 ++++ sysdeps/s390/s390-64/backtrace.c | 129 ++++ .../mips16-syscall1.c => sparc/arch-unwind-link.h} | 22 +- sysdeps/sparc/backtrace.c | 11 +- sysdeps/sparc/nptl/pthread-offsets.h | 13 + sysdeps/unix/sysv/linux/alpha/gettimeofday.c | 9 +- sysdeps/unix/sysv/linux/alpha/syscalls.list | 1 - sysdeps/unix/sysv/linux/bits/fcntl-linux.h | 3 +- sysdeps/unix/sysv/linux/fchmodat.c | 58 +- sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c | 16 +- .../unix/sysv/linux/mips/mips32/mips-syscall5.S | 6 +- .../unix/sysv/linux/mips/mips32/mips-syscall6.S | 6 +- .../unix/sysv/linux/mips/mips32/mips-syscall7.S | 7 +- .../sysv/linux/mips/mips32/mips16/mips16-syscall.h | 64 +- .../linux/mips/mips32/mips16/mips16-syscall0.c | 4 +- .../linux/mips/mips32/mips16/mips16-syscall1.c | 6 +- .../linux/mips/mips32/mips16/mips16-syscall2.c | 6 +- .../linux/mips/mips32/mips16/mips16-syscall3.c | 6 +- .../linux/mips/mips32/mips16/mips16-syscall4.c | 6 +- sysdeps/unix/sysv/linux/mips/mips32/sysdep.h | 145 ++-- sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h | 121 ++-- sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h | 119 +-- sysdeps/unix/sysv/linux/mips/mips64/syscall.S | 2 +- sysdeps/unix/sysv/linux/mips/sysdep.h | 4 +- time/gettimeofday.c | 6 - 146 files changed, 2946 insertions(+), 1016 deletions(-) copy sysdeps/unix/sysv/linux/ia64/unwind-link.h => elf/tst-auxobj-dlopen.c (50%) copy sysdeps/unix/sysv/linux/ia64/unwind-link.h => elf/tst-auxobj.c (56%) copy sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall2.c => elf/tst-filte [...] copy sysdeps/unix/sysv/linux/ia64/unwind-link.h => elf/tst-filterobj-dlopen.c (59%) copy sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c => elf/tst-filte [...] copy sysdeps/unix/sysv/linux/alpha/gettimeofday.c => elf/tst-filterobj-filtee.h (70%) copy sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c => elf/tst-filte [...] copy sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c => elf/tst-filte [...] create mode 100644 include/file_change_detection.h create mode 100644 io/tst-file_change_detection.c create mode 100644 io/tst-lchmod.c create mode 100644 sysdeps/aarch64/nptl/pthread-offsets.h copy sysdeps/{unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c => alpha/arch-u [...] create mode 100644 sysdeps/alpha/nptl/pthread-offsets.h rename sysdeps/arm/{unwind-link.h => arch-unwind-link.h} (57%) create mode 100644 sysdeps/arm/unwind-forcedunwind.c create mode 100644 sysdeps/arm/unwind-resume.c copy sysdeps/{i386/unwind-link.h => generic/arch-unwind-link.h} (59%) create mode 100644 sysdeps/generic/unwind-resume.c delete mode 100644 sysdeps/gnu/unwind-resume.c copy sysdeps/{m68k/unwind-link.h => i386/arch-unwind-link.h} (56%) rename sysdeps/{unix/sysv/linux/ia64/unwind-link.h => ia64/arch-unwind-link.h} (64%) create mode 100644 sysdeps/ia64/nptl/pthread-offsets.h rename sysdeps/{i386/unwind-link.h => ieee754/ldbl-96/test-sinl-pseudo.c} (57%) rename sysdeps/m68k/{unwind-link.h => arch-unwind-link.h} (65%) copy sysdeps/{unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c => m68k/m680x0/ [...] copy sysdeps/{unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c => mips/arch-un [...] copy sysdeps/{unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c => powerpc/powe [...] create mode 100644 sysdeps/riscv/nptl/pthread-offsets.h copy sysdeps/{unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c => s390/arch-un [...] delete mode 100644 sysdeps/s390/backtrace.c create mode 100644 sysdeps/s390/s390-32/backtrace.c create mode 100644 sysdeps/s390/s390-64/backtrace.c copy sysdeps/{unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c => sparc/arch-u [...] create mode 100644 sysdeps/sparc/nptl/pthread-offsets.h