From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id BC7E21F463 for ; Sun, 22 Dec 2019 18:59:46 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=vVSWc d/7t9DHAWm+oOMUh7iDeMsXQ/4PFWHojDR9dte+FXBC5PfsoQfZRsPogfndRq2c3 IFEA/S9mVWU0T30HLyzLBwVIFp9PSTwiFCzh8E7QxNP3LiypqGbA1ql0+sinKJ4O yW/JqUKAZqeOnlSBcpQX/tGaph/xZ8iuiICI64= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=4HbeplF3c5D LtG67EwormR3chQg=; b=gNXUurdpONmotiA81qrLOYiV/KQFXNxH6PCuPcRviw/ ZvJv+i1IfIQEF3poATBMtyeQvtWolD/wMO43EZdP+9gAaJout6BxcIvcM9RmZuy4 41EnhFqv3bKIVOLAHefii3O3JSYnBF+rvZQcbB7UlPZV55mppBZ3np+GcOaXfCPY = Received: (qmail 106979 invoked by alias); 22 Dec 2019 18:59:44 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 106971 invoked by uid 89); 22 Dec 2019 18:59:43 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: esa1.mentor.iphmx.com IronPort-SDR: p7okgO2hkh3V/Zo4I8pfkFwi+6VswY3gDy4BP1N/hptriqiO9Z5tAb2w/8M+/K6oR9/lj9ztPc PSepbO1p/L+ShVoYbOyjUexEZC7pBXT0jGlXvIFBDIa2RgI2ByDTmzf6nJEe/qFgCgTAAIg4Td S/BL1S14IHigstQwVkLU1mVzw+AaAnSnDKfhvRyuEFg06dYey0VAKu3QciZ9RZLIaX8WEulSov R3Tm4S9XIItqbWtnBYttOAY08PyEGgSihKVkcxLZFn65ByZ2FCU0NF5XbzbfRjgrLml90T4BSx L0Y= IronPort-SDR: 6DpwWsROJ74MuSTM0Y66grzMcEWSbb2rfCNY9wgV+M02nA05upakRods/4RqfBEn+FKw9aTnLK 1Amq3fDFCFsp0hdh5RhLncqVmTJrlByMpAiciKj+Gdy0UZO6aYsPlj9nxni3Qrr29/Bj54D+mS 0OGhyakTmu5oG6PFQfXqsEb0HG1s6r8dn0kWYnzCW4tf6CJ6uOk7NljE3dIu5YZltUx49RVATn 62PbsjmPF15/l62z7z8pBz6pjYhM3OaZrhN1GHR0ecSGfiFUYNupFE/5eYU+Wpj3RN/A0efSGE DUA= Date: Sun, 22 Dec 2019 18:59:34 +0000 From: Joseph Myers To: Siddhesh Poyarekar CC: Florian Weimer , GLIBC Devel Subject: Re: 2.31: < 2 weeks to go In-Reply-To: Message-ID: References: <0645ee7d-59c9-cb2f-ebe5-ef613c8094cf@gotplt.org> <87v9qbgjco.fsf@oldenburg2.str.redhat.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" On Sun, 22 Dec 2019, Siddhesh Poyarekar wrote: > > What should we do about the built-in system call tables? I think it's > > desirable to have this in the release to get a well-defined system call > > profile after the the Y2038 changes. Otherwise, there will be a lot of > > variance regarding the system calls glibc makes depending on which > > version of the kernel headers glibc was built with. > > > > > > > > The actual code changes (the first two patches) could go in before the > > build-many-glibcs.py changes have been reviewed. I think the updating > > logic now follows Joseph's suggestion, but I don't know if the changes I > > did on build-many-glibcs.py are acceptable from a consistency/style > > perspective. > > I took a quick look at the patches and the discussions earlier and it > looked to me like they're headed in the right direction. Joseph, do you > agree? If you don't have the bandwidth to do a full review, I can help > with that. The general approach seems plausible. I don't expect much time for patch review while working on the GCC git conversion. -- Joseph S. Myers joseph@codesourcery.com