From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id tj3uBAB4419eGwAAWB0awg (envelope-from ) for ; Wed, 23 Dec 2020 12:01:52 -0500 Received: by simark.ca (Postfix, from userid 112) id 08A691F0AA; Wed, 23 Dec 2020 12:01:52 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_NONE,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 4C27E1E965 for ; Wed, 23 Dec 2020 12:01:51 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7597D38930D0; Wed, 23 Dec 2020 17:01:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7597D38930D0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1608742910; bh=GhB7Z+IcqQjEqSk0SLM6se5dYy6yk8dRg1nn4YdxXkQ=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=n7XTnZ+1G5Ba9SJZTrnPooW2APslY4m27ZfDo9HVZcOS4G+730OD7F97OBvfRSEHL /7TA6nRJgSYXNhs7ULJXQTv9JTT7FKl0qkVNbMDOgcV2HVD73p+D/9rJ/oanhY9r2J pBeMQzs57RbkXBeifNIHV9q9AuQqMozofxQ9QijA= Received: from hera.aquilenet.fr (hera.aquilenet.fr [185.233.100.1]) by sourceware.org (Postfix) with ESMTPS id 2F38D3850400 for ; Wed, 23 Dec 2020 17:01:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2F38D3850400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 5C915308; Wed, 23 Dec 2020 18:01:46 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1CnajnePBfQn; Wed, 23 Dec 2020 18:01:45 +0100 (CET) Received: from function.youpi.perso.aquilenet.fr (lfbn-bor-1-56-204.w90-50.abo.wanadoo.fr [90.50.148.204]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 970CC95B; Wed, 23 Dec 2020 18:01:45 +0100 (CET) Received: from samy by function.youpi.perso.aquilenet.fr with local (Exim 4.94) (envelope-from ) id 1ks7WB-006gRQ-P5; Wed, 23 Dec 2020 18:01:43 +0100 Date: Wed, 23 Dec 2020 18:01:43 +0100 To: Simon Marchi Subject: Re: [PATCH] hurd: Fix getting VM_MIN/MAX_ADDRESS OFF TOPIC PRAISE Message-ID: <20201223170143.fevpf566fi5pugqp@function> Mail-Followup-To: Simon Marchi , gdb-patches@sourceware.org, Thomas Schwinge , thomas@schwinge.name, bug-hurd@gnu.org References: <20201221175910.yv56opyzsdjn6s3f@function> <20201222223907.glamedrblb5hpuux@function> <87a6u5jufq.fsf_-_@dismail.de> <20201223003928.vgsbf4u75gxrykkw@function> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Samuel Thibault via Gdb-patches Reply-To: Samuel Thibault Cc: bug-hurd@gnu.org, Thomas Schwinge , gdb-patches@sourceware.org, thomas@schwinge.name Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" Hello, Simon Marchi, le mar. 22 déc. 2020 22:02:40 -0500, a ecrit: > I've been told you now have push access, give it a try. Yep it worked, thanks! Samuel