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 424A13858C33 for ; Sun, 2 Apr 2023 23:24:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 424A13858C33 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 1pj73q-0004hH-RZ; Sun, 02 Apr 2023 19:24:34 -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=HX/R2v/F6nDtYBIfpCR+fz5hoj0Ls7QOJfqn3k1tJ/0=; b=UqiPBmUZCyMSauurycK3 gs98Y7NJs8xkB++RF4/Pbp6XdLmH4eZhozFIYGYUrfccYAAKGXeEvI35ISXYAsOrwiQM1NKQ5ngCS gHYAyGHnpxyYpNQ4prU1bo1DgokM5tNL2Yir7m5Kl4R9sdypp8htUYR3gRuTgRUS6uQBgG8Srqy0u hrPqrYWhI5Mr6xm0t6liBdRyF1HfcWYWUBkpu9dggN/nw5RrWI/ata9LtZ+fWakY7P3pZVwi0Khyl UCiRTAZ8DFzIrRowXD21ifXMywRGLjqs/wirMTlL3gvPnjKHZjiWYP4lern9N4PhARLBS6F0XFpJi luutwTdwzkDczg==; 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 1pj73q-00012p-Lm; Sun, 02 Apr 2023 19:24:34 -0400 Received: from samy by begin with local (Exim 4.96) (envelope-from ) id 1pj73p-00AtnH-2E; Mon, 03 Apr 2023 01:24:33 +0200 Date: Mon, 3 Apr 2023 01:24:33 +0200 From: Samuel Thibault To: Sergey Bugaev Cc: libc-alpha@sourceware.org, bug-hurd@gnu.org Subject: Re: [RFC PATCH glibc 29/34] hurd: Add vm_param.h for x86_64 Message-ID: <20230402232433.54tvrcp3ntz7s537@begin> Mail-Followup-To: Sergey Bugaev , libc-alpha@sourceware.org, bug-hurd@gnu.org References: <20230319151017.531737-1-bugaevc@gmail.com> <20230319151017.531737-30-bugaevc@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230319151017.531737-30-bugaevc@gmail.com> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-Spam-Status: No, score=-12.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_NUMSUBJECT,KAM_SHORT,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: Applied, thanks! Sergey Bugaev, le dim. 19 mars 2023 18:10:12 +0300, a ecrit: > Signed-off-by: Sergey Bugaev > --- > sysdeps/mach/hurd/x86_64/vm_param.h | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > create mode 100644 sysdeps/mach/hurd/x86_64/vm_param.h > > diff --git a/sysdeps/mach/hurd/x86_64/vm_param.h b/sysdeps/mach/hurd/x86_64/vm_param.h > new file mode 100644 > index 00000000..f269afb3 > --- /dev/null > +++ b/sysdeps/mach/hurd/x86_64/vm_param.h > @@ -0,0 +1,24 @@ > +/* Copyright (C) 2020-2023 Free Software Foundation, Inc. > + This file is part of the GNU C Library. > + > + The GNU C Library is free software; you can redistribute it and/or > + modify it under the terms of the GNU Lesser General Public > + License as published by the Free Software Foundation; either > + version 2.1 of the License, or (at your option) any later version. > + > + The GNU C Library is distributed in the hope that it will be useful, > + but WITHOUT ANY WARRANTY; without even the implied warranty of > + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > + Lesser General Public License for more details. > + > + You should have received a copy of the GNU Lesser General Public > + License along with the GNU C Library; if not, see > + . */ > + > +#ifndef _X86_86_VM_PARAM_H > +#define _X86_64_VM_PARAM_H > + > +/* Arbitrary start of the brk. This is after usual binary and library mappings. */ > +#define BRK_START 0x200000000000 > + > +#endif /* x86_64/vm_param.h */ > -- > 2.39.2 > -- Samuel --- Pour une évaluation indépendante, transparente et rigoureuse ! Je soutiens la Commission d'Évaluation de l'Inria.