From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 3A7241F8C6 for ; Fri, 6 Aug 2021 05:26:54 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1B42F398D045 for ; Fri, 6 Aug 2021 05:26:53 +0000 (GMT) Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 8C9EF397B803 for ; Fri, 6 Aug 2021 05:25:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8C9EF397B803 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id AC0182204F; Fri, 6 Aug 2021 05:25:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1628227536; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=stOIA5Pmr44/Ef4g9As5HuKJr2Pn+0VOzR1VvlLoawo=; b=KyQHfkC9AXwZg/ZKO0123c2oE9g71A4NQDjV8eJESOrBTv8Cg9gH42+G1aZltrk72rmD2n vxHVQfc3Ch5swyv+BLgxZuhIucU8sqlQFhGqpao+YZAMarr936SkwuukiD8TSl2aznakDg wxc1gwMz0ZVhULzvUPJMu7KgjIsK00w= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1628227536; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=stOIA5Pmr44/Ef4g9As5HuKJr2Pn+0VOzR1VvlLoawo=; b=2fud62nYF7dh+qsE6zd5TwR1zTHGz5mRGu7mT36yRgnOtsh1WkNho8i0S+46lFCEmg+W3o 7fqbsyjfh4sjp+Dw== Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap1.suse-dmz.suse.de (Postfix) with ESMTPS id 4EA3F13963; Fri, 6 Aug 2021 05:25:36 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap1.suse-dmz.suse.de with ESMTPSA id tms+ENDHDGE2dQAAGKfGzw (envelope-from ); Fri, 06 Aug 2021 05:25:36 +0000 Date: Fri, 6 Aug 2021 07:25:33 +0200 From: Petr Vorel To: Florian Weimer Subject: Re: Async cacellation and pthread_cleanup_push Message-ID: References: <87zgtxuxa8.fsf@igel.home> <87fsvp9qcz.fsf@oldenburg.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87fsvp9qcz.fsf@oldenburg.str.redhat.com> X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Petr Vorel Cc: libc-alpha@sourceware.org, Andreas Schwab Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" Hi Florian, > * Andreas Schwab: > > Is pthread_cleanup_push supposed to work together with async > > cancellation? > In our implementation? I think so. POSIX doesn't require it, though. Would you please share link to POSIX docs where it's stated? It'd help us to fix LTP POSIX tests. Kind regards, Petr > Thanks, > Florian