From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id 215103858299 for ; Wed, 21 Sep 2022 14:05:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 215103858299 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 3F9E31F855; Wed, 21 Sep 2022 14:05:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1663769137; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wjnS/Bowogfn88m//oEAQcdPOmDsAm2oAhKLX5D023Y=; b=LeTuD2e6Z6awb1cv7xzbJsk1nA8UxRxpQQcLRTq4g0LlMNHIflX7luiYeE+x8yCiKb97z1 HWWFWarDqCAafBlLxrEs67Bg34SugaoNXL5dZ8PsqhbeP9YNvo78Y0Qy+6rDHQU5QVpte4 6cWk1+LdHrG2GM5ewzN2Q+9d7Z34GII= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1663769137; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wjnS/Bowogfn88m//oEAQcdPOmDsAm2oAhKLX5D023Y=; b=HaktiV9y2/LG9HFDvp0yvfF8qZukrcbnEQeqmDT6xo4ZyyLnxcG8jbdH4luk2neNwllhlp IuBYKf7oYg1pJRDw== Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id 38E762C141; Wed, 21 Sep 2022 14:05:37 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id 0A5E744021C; Wed, 21 Sep 2022 16:05:37 +0200 (CEST) From: Andreas Schwab To: John David Anglin Cc: libc-alpha@sourceware.org, Helge Deller Subject: Re: [committed] hppa: undef __ASSUME_SET_ROBUST_LIST References: X-Yow: I hope something GOOD came in the mail today so I have a REASON to live!! Date: Wed, 21 Sep 2022 16:05:36 +0200 In-Reply-To: (John David Anglin's message of "Wed, 21 Sep 2022 09:52:56 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Sep 21 2022, John David Anglin wrote: > tst-cancel24 triggered my interest, so I checked what's doing: > #>  QEMU_LOG=strace ./glibc-2.34/build-tree/hppa-libc/nptl/tst-cancel24 > ... > 2080424 set_robust_list(-105721680,12,0,-105720464,-100671382,1) = -1 errno=251 (Function not implemented) This test doesn't fail for me for riscv64 with qemu. Others on your list also do not fail here. > This basically means we never will be able to succeed this test > when building glibc on qemu-linux-user - unless we disable such tests, > which I think isn't a good idea. We could try to detect the situation and mark them as unsupported. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."