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 C194A3858D39 for ; Thu, 18 May 2023 23:47:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C194A3858D39 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 1pznLJ-00055m-QX; Thu, 18 May 2023 19:47:33 -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=Cj1sV/lQhZMy03Igs0BXJkb23X3J6Lh72PJewnziEWM=; b=gZ0SzsS+8PulCgM1nrjT 8P8OeridHTmLWpn91BpizDLrwF2e+O/Db9I3RTusW2EIO0Glrt1MCQqAUgXECePr7SGg41U5sT7FN ZiClmqo7M5bUWhbvCbAqUDlWt2yaN0GVDN2fHOaK0JuVPUkMaR2J0QrOswKXzUhlp5xGakv1h5e4Q BciGTv9VWHuHG3T7ZtkdnRvaHFXzwHI86t/Es2deandpbwk4WF2n4q3ilcGt9cwAA8bKKA4yqSRAc ibQ+Db5PReQYdCQzxpoqyjkxOo5QjzyY7cQJEWL4QSnbPemqQZFJFOPisko38sPdM1KEstYrWOkQ/ 0MBUSpLTDZUOWA==; Received: from 2a01cb008c251f00de41a9fffe47ec49.ipv6.abo.wanadoo.fr ([2a01:cb00:8c25:1f00:de41:a9ff:fe47:ec49] helo=begin.home) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pznLJ-0005lo-Ck; Thu, 18 May 2023 19:47:33 -0400 Received: from samy by begin.home with local (Exim 4.96) (envelope-from ) id 1pznLG-00Fri7-2i; Fri, 19 May 2023 01:47:30 +0200 Date: Fri, 19 May 2023 01:47:30 +0200 From: Samuel Thibault To: Joseph Myers Cc: Sergey Bugaev , libc-alpha@sourceware.org, bug-hurd@gnu.org Subject: Re: [RFC PATCH 06/10] hurd: Make sure to not use tcb->self Message-ID: <20230518234730.k6ilbuwa3pnbxgpk@begin> Mail-Followup-To: Joseph Myers , Sergey Bugaev , libc-alpha@sourceware.org, bug-hurd@gnu.org References: <20230517191436.73636-1-bugaevc@gmail.com> <20230517191436.73636-7-bugaevc@gmail.com> <20230517205955.xb53s7fl5exydk2z@begin> <46ecbc3b-637c-9e52-516-ec2f706ac9dc@codesourcery.com> <33736439-2470-fe8e-d22f-5f6c444d2817@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <33736439-2470-fe8e-d22f-5f6c444d2817@codesourcery.com> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-Spam-Status: No, score=-6.3 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,T_SCC_BODY_TEXT_LINE 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: Joseph Myers, le jeu. 18 mai 2023 20:16:03 +0000, a ecrit: > The C++ type check failure was already present before this patch. > > --- sysdeps/mach/hurd/x86_64/c++-types.data 2023-05-02 09:14:30.246903708 +0000 > +++ - 2023-05-18 02:08:06.184068438 +0000 > @@ -1 +1 @@ > -blkcnt64_t:x > +blkcnt64_t:l etc. Uh, I'm confused. I do remember seeing a c++-types test failing and thus adding the c++ data file, but somehow apparently only added the 32bit one. And I'm not actually seeing the c++-types failure in my test box, thus it went unnoticed... I commited the update to 64, thanks! Samuel