From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 0DA0B384A8B2; Fri, 10 Sep 2021 14:36:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0DA0B384A8B2 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: bb94df8eaba1af636bd6af7ec9142bc3e0e25868 X-Git-Newrev: 0000000000000000000000000000000000000000 Message-Id: <20210910143651.0DA0B384A8B2@sourceware.org> Date: Fri, 10 Sep 2021 14:36:51 +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, 10 Sep 2021 14:36:51 -0000 The branch 'azanella/pthread-multiple-fixes' was deleted. It previously pointed to: bb94df8eab... nptl: Fix race between pthread_kill and thread exit (bug 12 Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- bb94df8... nptl: Fix race between pthread_kill and thread exit (bug 12 6ace783... nptl: pthread_kill, pthread_cancel should fail after exit ( 3a8a8d1... support: Add support_wait_for_thread_exit 56b5811... nptl: Replace struct thread cancelhandling field 7936b35... nptl: Move setxid flag out of cancelhandling ebae318... nptl: Do not use pthread set_tid_address as state synchroni 6464efa... nptl: Handle robust PI mutexes for !__ASSUME_SET_ROBUST_LIS 7ce598e... nptl: Set cancellation type and state on pthread_exit 3b517e5... nptl: Fix tst-cancel7 and tst-cancelx7 race condition (BZ #