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 E8F893858C83 for ; Sun, 2 Apr 2023 23:30:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E8F893858C83 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 1pj79q-0005iO-2b; Sun, 02 Apr 2023 19:30:46 -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=RSA4oE9lMsnrcKi+hJY5w3AbP117ur+wFy8CIAlkg8c=; b=OcLJMARAmnHdEn0vl1fn LSQkWeClhs/8yV8CZbZ0HcsCbdkZoMcpKBip0LrVfFTy3ydqSW7G3Ejd+XscPotBiYVzu6oLxgcrz MDK9pMi5cjLiM7EhpsPSl1X+RjmHFtMyPGM3xxVXvlgUf6Lv+5uF22jJIAb0N5qPUpQxlza246awz 5BRK7usvCodsVE5QDj3vlAC78dCAnzm2yBPCBCcJdtTmmbok2J0AxAEigY0VowO5MIBj+j6Qd3YHC Ez2vXlGe+5hNeGDx28s90917yfBd1/sOgNvsn4vO200j1eb13UW5mJBgvSPv63Z/RVpDf1M/kXVSC c1geLCg/qVWeaw==; 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 1pj79o-0005vl-Q4; Sun, 02 Apr 2023 19:30:45 -0400 Received: from samy by begin with local (Exim 4.96) (envelope-from ) id 1pj79n-00Atuh-2O; Mon, 03 Apr 2023 01:30:43 +0200 Date: Mon, 3 Apr 2023 01:30:43 +0200 From: Samuel Thibault To: Sergey Bugaev Cc: libc-alpha@sourceware.org, bug-hurd@gnu.org, Luca Subject: Re: [RFC PATCH 00/34] The rest of the x86_64-gnu port Message-ID: <20230402233043.jj4vtbqmpbuqxess@begin> Mail-Followup-To: Sergey Bugaev , libc-alpha@sourceware.org, bug-hurd@gnu.org, Luca References: <20230319151017.531737-1-bugaevc@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230319151017.531737-1-bugaevc@gmail.com> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-Spam-Status: No, score=-6.7 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: Hello, Thanks for this series! I have pushed a first batch of commits, will review the rest later. Samuel