From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id E4A7F3858D20 for ; Thu, 13 Apr 2023 22:21:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E4A7F3858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pn5K5-0006y3-PW; Thu, 13 Apr 2023 18:21:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=In-Reply-To:MIME-Version:References:Subject:To:From: Date; bh=vTlPwIXX19+wlEz2NmPmXSZv8viEUPz5ZwOdyas7JE8=; b=dKks5ryltTG71otZazsq qcN8W4quM4tidwit5+PINBAse9SeSZ2NPPR30nUzjwko5SJm0Nigy5ltD3aa9RDBbQA6D+raZtVo1 CEagcvxyBu8tZtCWpGQ4OgaSqALX49nPK4FaSWRIx+IY0OHC0VvPQ1HAj5RxO8akMqh5ZwWcFfboz m9uU2Tszvgp3Z1lQ0ey8umq3/E98Vs4jYrzyME6v4lXz5M0Tk0n6uUrwCgPt3WOdpJBnGUsA0d3Z/ xL6B6TBdxO89tmAJ5+792JWT3Zi10htADbVPa2AOLKHR8LhI/9WUaDieOUWtM1Mr6sKf6w7uO5rww ptK3ZKontLnpkQ==; Received: from [2a01:cb19:4a:a400:de41:a9ff:fe47:ec49] (helo=begin) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pn5K5-0007rX-CN; Thu, 13 Apr 2023 18:21:45 -0400 Received: from samy by begin with local (Exim 4.96) (envelope-from ) id 1pn5K1-004ux9-39; Fri, 14 Apr 2023 00:21:41 +0200 Date: Fri, 14 Apr 2023 00:21:41 +0200 From: Samuel Thibault To: Sergey Bugaev , libc-alpha@sourceware.org, bug-hurd@gnu.org Subject: Re: [RFC PATCH glibc 24/34] hurd: Only check for TLS initialization inside rtld or in static builds Message-ID: <20230413222141.jmi5tzo3jojybhm6@begin> Mail-Followup-To: Sergey Bugaev , libc-alpha@sourceware.org, bug-hurd@gnu.org References: <20230412234657.ntztyz7iau55lcwt@begin> <20230413101058.wfmy7mb4dexsrbio@begin> <20230413214738.gz2rjnvjvwci7v4o@begin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230413214738.gz2rjnvjvwci7v4o@begin> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-Spam-Status: No, score=-6.2 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,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: Samuel Thibault, le jeu. 13 avril 2023 23:47:38 +0200, a ecrit: > Sergey Bugaev, le jeu. 13 avril 2023 15:17:51 +0300, a ecrit: > > I have now sent the second version of > > that patch, please try applying it and test if that fixes it. > > I'll give it a try. The first tests seem to be passing, I'll wait for the whole testsuite to pass before pushing again. Samuel