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 DFF653849AD8 for ; Mon, 22 Apr 2024 21:01:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DFF653849AD8 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org DFF653849AD8 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:142:3::10 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713819693; cv=none; b=TyyoSDypD87FFPLOCW1wLNI9ZvEW5RhM5/rzXJawLFvlpCI/oDLeEP0KpWzqvx5nVLrC0fQVhMXIZiCQmTxPDCFlZI45RbFGiEf6CPaQYkalDu+IGIZlhSPXL6T2Gi6vadupay/kaaXnLE5zkwZCo07sM+UzsbDtgq1rflyel/Q= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713819693; c=relaxed/simple; bh=PpTXPjNSzVQQp7KgcN/4uhdysivkgBuK4cyRNlwMujo=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=si0HArpXQqs8yRt0KxGSFoao7/LbRObVVjHMWqgGrIyqJ89V5nr+j5fWp8M3dE1c/u2xS6ZEBjt2ts3hkcutes7kpvhmzFPEd0Mz7bbHs9EiSr9p0AGcGw+IGU+cF4ngROi6J8z2Hgo8Zw0eHxjgV0t/ZqQAgs6ouv92RSxBnu8= ARC-Authentication-Results: i=1; server2.sourceware.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 1rz0n2-0005Id-Rc; Mon, 22 Apr 2024 17:01:28 -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=7XDzJpKcOyLrvEeRKhSNZh7PFrmwlAmZrzcvIkxU7qQ=; b=O6Tdj9iYsoDvUQqMD8IH 78o3+6YLNism7JOYYCk3U/O6ncZGiG92gBIgxssZwhGoFkH3U+Q7DqcY5mA0YbMrEPCqWGBAH8U7X vB3PF5tuVG6OuFmZACno9iO2xuZ7fzVtlBBeSg8d1Zi8bKjhX2IIaznyq+HF6sRD7LZC06294Lk45 u/AIt75JXZv8orqn3goEAJ87rch1PA1bpCH3LddFdmVF9mLFRplHrOtFgA+AupuhSq6mBERda+F8/ cg4rWOMINBwoPZbs9MV/ODw3vbIxqBG0xnwHDZealMqsCYHfIVlXit3rjXQB0brSsTN754kfUDyJc LH9GJzkJ1N49mQ==; Date: Tue, 23 Apr 2024 06:01:22 +0900 From: Samuel Thibault To: Sergey Bugaev , Florian Weimer Cc: libc-alpha@sourceware.org, bug-hurd@gnu.org Subject: Re: [RFC PATCH 03/23] Allow glibc to be compiled without EXEC_PAGESIZE Message-ID: <20240422210122.aklrs66vxrjlbfbf@begin> Mail-Followup-To: Sergey Bugaev , Florian Weimer , libc-alpha@sourceware.org, bug-hurd@gnu.org References: <20240103171502.1358371-1-bugaevc@gmail.com> <20240103171502.1358371-4-bugaevc@gmail.com> <87y1aon3vc.fsf@oldenburg.str.redhat.com> <877chqa5gq.fsf@oldenburg.str.redhat.com> 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-Spam-Status: No, score=-3.1 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, Sergey Bugaev, le lun. 25 mars 2024 15:24:14 +0300, a ecrit: > On Mon, Mar 25, 2024 at 2:58 PM Florian Weimer wrote: > > > I think the intent here is to initialize _dl_pagesize with a > > > conservative default, to avoid initialization ordering issues. > > > EXEC_PAGESIZE is supposed to be largest supported page size. > > > > This was committed without addressing the comment above. > > yes, I also didn't expect this to get pushed until we come to an agreement here. Sorry for this, I have reverted the change for now. Samuel