From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 75DC23858D3C; Tue, 17 May 2022 18:14:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 75DC23858D3C 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: 12e0ad3b7d430cebee61fc84e1f6abb6502f99e9 X-Git-Newrev: 0000000000000000000000000000000000000000 Message-Id: <20220517181414.75DC23858D3C@sourceware.org> Date: Tue, 17 May 2022 18:14:14 +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: Tue, 17 May 2022 18:14:14 -0000 The branch 'azanella/pthread-multiple-fixes' was deleted. It previously pointed to: 12e0ad3b7d... nptl: Remove INVALID_TD_P Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- 12e0ad3... nptl: Remove INVALID_TD_P b9705b7... nptl: Use exit_lock when accessing TID on pthread_setschedp 6912fe4... nptl: Use exit_lock when accessing TID on pthread_sigqueue 3120955... nptl: Use exit_lock when accessing TID on pthread_setname_n 5ba21c4... nptl: Use exit_lock when accessing TID on pthread_getname_n d91ea0e... nptl: Use exit_lock when accessing TID on pthread_getschedp ec0fa0a... nptl: Use exit_lock when accessing TID on pthread_setschedp f7a07b5... nptl: Use exit_lock when accessing TID on pthread_getcpuclo 1d71d75... nptl: Use exit_lock when accessing TID on pthread_setaffini 33a2b62... nptl: Use exit_lock when accessing TID on pthread_getaffini 59d94e1... nptl: Replace struct thread cancelhandling field d1b5e53... nptl: Move setxid flag out of cancelhandling c9246e9... nptl: Do not use pthread set_tid_address as state synchroni d42c998... nptl: Handle robust PI mutexes for !__ASSUME_SET_ROBUST_LIS f7876a0... nptl: Set cancellation type and state on pthread_exit (BZ # 1a2aad3... nptl: Fix race between pthread_kill and thread exit (bug 12 2999d5e... nptl: pthread_kill, pthread_cancel should not fail after ex