This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/bz12683 in repository glibc.
discards 94461b7 nptl: Consolidate pthread_{timed,try}join{_np} discards a81f8a0 nptl: Remove THREAD_ATOMIC_* macros discards 788d783 nptl: cancelhandling refactor discards 3e5a8ea nptl: Remove setxid bit from cancelhandling discards e3bf641 nptl: Move cancel state and type out cancelhandling discards 1c43c1b nptl: mips: Fix Race conditions in pthread cancellation (BZ#12683) discards 1b48625 nptl: sh: Fix Race conditions in pthread cancellation (BZ#12683) discards 4d5e5ff nptl: nios2: Fix Race conditions in pthread cancellation (BZ#12683) discards b530280 nptl: sparc: Fix Race conditions in pthread cancellation (BZ#12683) discards b210303 nptl: tile: Fix Race conditions in pthread cancellation (BZ#12683) discards b3f8805 nptl: microblaze: Fix Race conditions in pthread cancellation [...] discards 109e436 nptl: m68k: Fix Race conditions in pthread cancellation (BZ#12683) discards 481f229 nptl: alpha: Fix Race conditions in pthread cancellation (BZ#12683) discards d778766 nptl: ia64: Fix Race conditions in pthread cancellation (BZ#12683) discards ea953af nptl: s390: Fix Race conditions in pthread cancellation (BZ#12683) discards 9608cdf nptl: arm: Fix Race conditions in pthread cancellation (BZ#12683) discards b2896cf nptl: aarch64: Fix Race conditions in pthread cancellation (B [...] discards 146346c nptl: powerpc64: Fix Race conditions in pthread cancellation [...] discards 04ad2ae nptl: i386: Fix Race conditions in pthread cancellation (BZ#12683) discards 701218c nptl: x32: Fix Race conditions in pthread cancellation (BZ#12683) discards ed825a0 nptl: x86_64: Fix Race conditions in pthread cancellation (BZ#12683) discards 2e03098 nptl: Fix Race conditions in pthread cancellation (BZ#12683) discards bf1b356 nptl: Fix testcases for new pthread cancellation mechanism new d6b9955 nptl: Fix testcases for new pthread cancellation mechanism new ef8304c nptl: Fix Race conditions in pthread cancellation (BZ#12683) new 19510cb nptl: x86_64: Fix Race conditions in pthread cancellation (BZ#12683) new cf0d430 nptl: x32: Fix Race conditions in pthread cancellation (BZ#12683) new dbd4d4c nptl: i386: Fix Race conditions in pthread cancellation (BZ#12683) new 7476504 nptl: powerpc: Fix Race conditions in pthread cancellation (B [...] new 7bb1a09 nptl: aarch64: Fix Race conditions in pthread cancellation (B [...] new f4ccf04 nptl: arm: Fix Race conditions in pthread cancellation (BZ#12683) new bf4160d nptl: s390: Fix Race conditions in pthread cancellation (BZ#12683) new aac765a nptl: ia64: Fix Race conditions in pthread cancellation (BZ#12683) new b90a98c nptl: alpha: Fix Race conditions in pthread cancellation (BZ#12683) new 3580e62 nptl: m68k: Fix Race conditions in pthread cancellation (BZ#12683) new 476a5e3 nptl: microblaze: Fix Race conditions in pthread cancellation [...] new 06ccbf5 nptl: tile: Fix Race conditions in pthread cancellation (BZ#12683) new 1de4eda nptl: sparc: Fix Race conditions in pthread cancellation (BZ#12683) new 5737f56 nptl: nios2: Fix Race conditions in pthread cancellation (BZ#12683) new 824859d nptl: sh: Fix Race conditions in pthread cancellation (BZ#12683) new 944373a nptl: mips: Fix Race conditions in pthread cancellation (BZ#12683) new 9d7a841 nptl: hppa: Fix Race conditions in pthread cancellation (BZ#12683)a new d1a9929 nptl: Move cancel state and type out cancelhandling new 7338114 nptl: Remove setxid bit from cancelhandling new cc3ebf5 nptl: cancelhandling refactor new 61d5f96 nptl: Remove THREAD_ATOMIC_* macros new b3bcf2e nptl: Consolidate pthread_{timed,try}join{_np}
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 (94461b7) \ N -- N -- N refs/heads/azanella/bz12683 (b3bcf2e)
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 24 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 | 8 ++ nptl/libc-cancellation.c | 4 +- nptl/nptl-init.c | 29 +++---- nptl/tst-cancel3.c | 3 - .../unix/sysv/linux/{sh => hppa}/syscall_cancel.S | 94 +++++++++++----------- sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h | 6 ++ sysdeps/unix/sysv/linux/sh/syscall_cancel.S | 5 +- .../unix/sysv/linux/sparc/sparc32/syscall_cancel.S | 23 +++--- .../unix/sysv/linux/sparc/sparc64/pause.c | 18 ++--- .../unix/sysv/linux/sparc/sparc64/syscall_cancel.S | 11 ++- sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h | 8 +- sysdeps/unix/sysv/linux/syscall_cancel.c | 7 +- 12 files changed, 114 insertions(+), 102 deletions(-) copy sysdeps/unix/sysv/linux/{sh => hppa}/syscall_cancel.S (50%) copy rt/timer_gettime.c => sysdeps/unix/sysv/linux/sparc/sparc64/pause.c (71%)