From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 0F3F43851C1A; Fri, 20 Aug 2021 17:55:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0F3F43851C1A Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc] Deleted branch 'azanella/pthread-multiple-fixes' X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/pthread-multiple-fixes X-Git-Oldrev: fc369c22fab2398b2007adfd96f683c4e6daba18 X-Git-Newrev: 0000000000000000000000000000000000000000 Message-Id: <20210820175507.0F3F43851C1A@sourceware.org> Date: Fri, 20 Aug 2021 17:55:07 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2021 17:55:07 -0000 The branch 'azanella/pthread-multiple-fixes' was deleted. It previously pointed to: fc369c22fa... Linux: Remove sysdep-cancel header Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- fc369c2... Linux: Remove sysdep-cancel header 314f9c0... nptl: arc: Fix Race conditions in pthread cancellation [BZ 48edb7c... nptl: csky: Fix Race conditions in pthread cancellation [BZ 24f669e... nptl: nios2: Fix Race conditions in pthread cancellation [B eb64006... nptl: riscv: Fix Race conditions in pthread cancellation [B 0fd1602... nptl: sh: Fix Race conditions in pthread cancellation [BZ#1 f0331e0... nptl: m68k: Fix Race conditions in pthread cancellation [BZ 6af4e1d... nptl: microblaze: Fix Race conditions in pthread cancellati b7c4566... nptl: alpha: Fix Race conditions in pthread cancellation [B d4ada17... nptl: hppa: Fix Race conditions in pthread cancellation [BZ cef0a83... nptl: mips: Fix Race conditions in pthread cancellation [BZ e923987... nptl: ia64: Fix Race conditions in pthread cancellation [BZ fa885a5... nptl: s390: Fix Race conditions in pthread cancellation [BZ 128a106... nptl: sparc: Fix Race conditions in pthread cancellation [B 9010768... nptl: powerpc: Fix Race conditions in pthread cancellation 17b2dbb... nptl: arm: Fix Race conditions in pthread cancellation [BZ# 6ad249a... nptl: aarch64: Fix Race conditions in pthread cancellation 61721c5... nptl: i386: Fix Race conditions in pthread cancellation [BZ f1abcb2... nptl: x32: Fix Race conditions in pthread cancellation [BZ# 288ffd1... nptl: x86_64: Fix Race conditions in pthread cancellation [ 447822a... nptl: Fix Race conditions in pthread cancellation (BZ#12683 f517fd7... nptl: Do not close the pipe on tst-cancel{2,3} 761b155... nptl: Fix tst-cancel7 and tst-cancelx7 race condition (BZ # 04acef9... nptl: Do not use pthread set_tid_address as state synchroni b67a586... nptl: Handle robust PI mutexes for !__ASSUME_SET_ROBUST_LIS 12c7358... nptl: Set cancellation type and state on pthread_exit d100725... nptl: Avoid async cancellation to wrongly update __nptl_nth 0616efb... nptl: Use pthread_kill on pthread_cancel 857b30c... nptl: Implement raise in terms of pthread_kill f7c5cb6... nptl: Move cancel type out of cancelhandling 43eb52b... nptl: Move cancel state out of cancelhandling 9cb3f89... nptl: Remove CANCELING_BITMASK 0eb9f2d... nptl: Install cancellation handler on pthread_cancel 7760f0c... nptl: Deallocate the thread stack on setup failure (BZ #195