From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Florian Weimer Newsgroups: gmane.comp.lib.glibc.alpha Subject: Re: [PATCH 0/2] nptl: Update struct pthread_unwind_buf Date: Sun, 25 Feb 2018 10:26:05 +0100 Message-ID: <87vaelbetu.fsf@mid.deneb.enyo.de> References: <20180201205757.51911-1-hjl.tools@gmail.com> <4abf9786-1879-f16c-5a01-3261cd718d63@redhat.com> <87inb7pug7.fsf@mid.deneb.enyo.de> <2a02aac9-6aa3-4dc6-b122-039ae85365e8@redhat.com> <87d11emoap.fsf@mid.deneb.enyo.de> <878tc2mkgr.fsf@mid.deneb.enyo.de> <90d3ee18-c292-117f-a0c1-7822e340ca02@redhat.com> <87a7vyjsqv.fsf@mid.deneb.enyo.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1519550675 13003 195.159.176.226 (25 Feb 2018 09:24:35 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 25 Feb 2018 09:24:35 +0000 (UTC) Cc: "Carlos O'Donell" , GNU C Library To: "H.J. Lu" Original-X-From: libc-alpha-return-90556-glibc-alpha=m.gmane.org@sourceware.org Sun Feb 25 10:24:31 2018 Return-path: Envelope-to: glibc-alpha@blaine.gmane.org DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=kDXD2 WiuPArEHoIUloS/US0u7UTxmTMz7tTj2J5LOy/YYgC6HiioGHRh0Xe4SHt/f4EmM atukiOnQ5Wow9TrWh1HtwxV6wK2x+sncI1PLJ6FUKS8Z3Ryb89JXNO/yDV3+zG9y UruSgDvFE96TdzJ2MAOjP0OS+n6QeLTpMxqdoo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=OdkZHPDXUmO G3MMJLzU6lsO48hQ=; b=pZMFFL0JWTi1OghRiysQy7YUepGYkhflP1ZOTXzJA5u rEU/fDCshbhdaanCZ5f71OkEj49dbh2KIjAClkPkv6DoljVkQVZ8vERRHi0aOrzg OCbZcDA5kHSo2oz+muBdyTWGrbB0BbFZSh1l7iWtvql3Oriy4Gbwtk2g0jeOymVo = Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Original-Sender: libc-alpha-owner@sourceware.org Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy= X-HELO: albireo.enyo.de In-Reply-To: (H. J. Lu's message of "Sat, 24 Feb 2018 18:04:58 -0800") Xref: news.gmane.org gmane.comp.lib.glibc.alpha:82888 Archived-At: Received: from server1.sourceware.org ([209.132.180.131] helo=sourceware.org) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1epsXm-0002uS-MW for glibc-alpha@blaine.gmane.org; Sun, 25 Feb 2018 10:24:31 +0100 Received: (qmail 10242 invoked by alias); 25 Feb 2018 09:26:33 -0000 Received: (qmail 10112 invoked by uid 89); 25 Feb 2018 09:26:11 -0000 * H. J. Lu: > What have I done wrong? My understanding (shared by Carlos as far as I know) is that you do not need to restore the shadow stack pointer when unwinding for cancellation or thread exit.