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 235581ee85 loongarch: Fix Race conditions in pthread cancellation [BZ#12683] discards 19668dd5f7 or1k: Fix Race conditions in pthread cancellation [BZ#12683] discards dff30ac567 mips: Fix Race conditions in pthread cancellation [BZ#12683] discards b604fc6209 csky: Fix Race conditions in pthread cancellation [BZ#12683] discards f4780c0e07 alpha: Fix Race conditions in pthread cancellation [BZ#12683] discards 9d79c2a2a0 m68k: Fix Race conditions in pthread cancellation [BZ#12683] discards 870dd73bac hppa: Fix Race conditions in pthread cancellation [BZ#12683] discards 19f7a7c703 microblaze: Fix Race conditions in pthread cancellation [BZ#12683] discards 1c610939d5 nios2: Fix Race conditions in pthread cancellation [BZ#12683] discards f7697a0ecc sh: Fix Race conditions in pthread cancellation [BZ#12683] discards ab61b49d2f ia64: Fix Race conditions in pthread cancellation [BZ#12683] discards 30a1035d04 arc: Fix Race conditions in pthread cancellation [BZ #12683] discards fb620d2803 riscv: Fix Race conditions in pthread cancellation [BZ#12683] discards 834c38eec3 s390: Fix Race conditions in pthread cancellation [BZ#12683] discards 5e7322c4cf sparc: Fix Race conditions in pthread cancellation [BZ#12683] discards 29c4c40cf8 powerpc: Fix Race conditions in pthread cancellation [BZ#12683] discards 36876bc747 arm: Fix Race conditions in pthread cancellation [BZ#12683] discards 1c21e80c75 aarch64: Fix Race conditions in pthread cancellation [BZ#12683] discards 27b12a123d i386: Fix Race conditions in pthread cancellation [BZ#12683] discards b8ed60673e x32: Fix Race conditions in pthread cancellation [BZ#12683] discards 41a1c6177b x86_64: Fix Race conditions in pthread cancellation [BZ#12683] discards de8cdfc3a6 nptl: Fix Race conditions in pthread cancellation [BZ#12683] new 9b73801e2a nptl: Fix Race conditions in pthread cancellation [BZ#12683] new 4156f8a5df x86_64: Fix Race conditions in pthread cancellation [BZ#12683] new 2139a68f2a x32: Fix Race conditions in pthread cancellation [BZ#12683] new c9c8107f3c i386: Fix Race conditions in pthread cancellation [BZ#12683] new 6b46ce1483 aarch64: Fix Race conditions in pthread cancellation [BZ#12683] new 072208a64f arm: Fix Race conditions in pthread cancellation [BZ#12683] new b6be0c2936 powerpc: Fix Race conditions in pthread cancellation [BZ#12683] new 64d3b0e01d sparc: Fix Race conditions in pthread cancellation [BZ#12683] new f114055134 s390: Fix Race conditions in pthread cancellation [BZ#12683] new 0e9567f22f riscv: Fix Race conditions in pthread cancellation [BZ#12683] new 3e940764ff arc: Fix Race conditions in pthread cancellation [BZ #12683] new 0e9ff57cd6 ia64: Fix Race conditions in pthread cancellation [BZ#12683] new 907293bfcc sh: Fix Race conditions in pthread cancellation [BZ#12683] new e0f98145bb nios2: Fix Race conditions in pthread cancellation [BZ#12683] new c262078dd2 microblaze: Fix Race conditions in pthread cancellation [BZ#12683] new 44b1af8914 hppa: Fix Race conditions in pthread cancellation [BZ#12683] new 9b7719c735 m68k: Fix Race conditions in pthread cancellation [BZ#12683] new a199621864 alpha: Fix Race conditions in pthread cancellation [BZ#12683] new f63c37ef1f csky: Fix Race conditions in pthread cancellation [BZ#12683] new 7df625b1cf mips: Fix Race conditions in pthread cancellation [BZ#12683] new c02d6d2976 or1k: Fix Race conditions in pthread cancellation [BZ#12683] new 45586e1434 loongarch: Fix Race conditions in pthread cancellation [BZ#12683]
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 (235581ee85) \ N -- N -- N refs/heads/azanella/bz12683 (45586e1434)
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 22 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: nptl/cancellation.c | 45 +++++--- nptl/cleanup_defer.c | 5 +- nptl/descr-const.sym | 3 +- nptl/libc-cleanup.c | 5 +- nptl/pthread_cancel.c | 32 +++--- nptl/pthread_exit.c | 4 +- nptl/pthread_setcancelstate.c | 2 +- nptl/pthread_setcanceltype.c | 2 +- nptl/pthread_testcancel.c | 5 +- sysdeps/nptl/cancellation-pc-check.h | 10 +- sysdeps/nptl/pthreadP.h | 6 +- sysdeps/unix/sysdep.h | 119 +++++++++++++-------- sysdeps/unix/sysv/linux/loongarch/syscall_cancel.S | 30 +++--- .../unix/sysv/linux/mips/mips64/syscall_cancel.S | 84 ++++++--------- .../unix/sysv/linux/s390/s390-32/syscall_cancel.S | 3 +- .../unix/sysv/linux/s390/s390-64/syscall_cancel.S | 2 +- sysdeps/unix/sysv/linux/syscall_cancel.c | 44 +++++--- sysdeps/unix/sysv/linux/sysdep.h | 9 -- 18 files changed, 211 insertions(+), 199 deletions(-)