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=-2.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FORGED_GMAIL_RCVD, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=no 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 E41F71F461 for ; Tue, 25 Jun 2019 20:39:14 +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:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=JmQT c/5nU+1m5yLzPDh3CdKSPuGeS92Gzqe1FrX2cv2O4IDTk2Jrws/nclHUQnItUWug s5WihEfE4ghvG8vFmcCLv4T5jpqZ0e2DW8d4mMWWZF2UyYsoUeS1VokdIxVS0Kes sR+wB4kvGQ40hKlfzXdhgu6yaK2FjH/0W5S3IWg= 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:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; s=default; bh=vDwEKNQKUD XXWob8GewJx0BgcN4=; b=we2BS0e14tVJGN8OOt+9RwB4MhmaDmBqUXFy1Gv1HQ XoZNIuE9BQ4/eRURvmTytVKmr6yrErwG0A9QQDO8eQx466c68ZUpwNfbPmtVDEhF w2vczmnDJwvx7ofVG+mZQlXwYrxYZ4sAKKZpB381v67QU/2mhpgnCT1WchmjYz0M Y= Received: (qmail 116412 invoked by alias); 25 Jun 2019 20:39:12 -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 116404 invoked by uid 89); 25 Jun 2019 20:39:12 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-lf1-f65.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Yh90zTTuyj9nBX37ER0/isTbFecy/5fiAEcRmyZesj8=; b=s+T0Jkt5TZNTOEFKm/AlRSjr2aNJ4U26tqtpXJTulUAF5Lk6G15hQnNgT9r6bhwNgC NIr1KOpIPnE/59gaM59wuqbCVeNY9WL2EZ60jCkDOBWE2TL1R/0ruPIxfM5oM4xPHbt4 RscO3ZHPkre4B7t2FdC/uepPPMN7Lnl/kjU1H9Nos3ZVAArTXVf/1cUMM3N42yETprC1 Qy9D5/8N0XuS0q7bFL0mxcxyOBF4Rm5PfC0ggeJl9YaCjqkQ9WwoL/4VewVA7nTLU1JH UzzxWni9wu/QDaM7ZZGOlS8gDOBxdA2hUBCup78cWTdOiVrwU8ncxbh2hZnn1r8d9nYr fpzA== MIME-Version: 1.0 References: In-Reply-To: From: Alistair Francis Date: Tue, 25 Jun 2019 13:36:12 -0700 Message-ID: Subject: Re: glibc 2.30 - 6 days until ABI freeze. To: Zack Weinberg Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" On Tue, Jun 25, 2019 at 11:05 AM Zack Weinberg wrote: > > On Tue, Jun 25, 2019 at 1:57 PM Alistair Francis wrote: > > I have been pushing to get the RV32 port into glibc 2.30, but with 6 > > days left I'm not sure it can be done. > ... > > In saying that I would still like the patches "finalised" soon so we > > can at least have a fork for testing and then have this merged as soon > > as the 2.31 window opens. > > I don't know if "finalised" is realistic in the time available either; > you're tripping over some pretty deep problems and tangled up with the > 64-bit time_t changes. There are only a few people qualified to > review your patches, and it's going to take time and thought. Even more reason to skip the 2.30 release. > > However, if you already have commit privileges (do you?) you are > welcome to create a public testing branch right now, named sourceware userid>/rv32 or something like that. It can be > force-pushed as necessary. I don't have commit privileges, for the time being I'm just using my own git repo. How do I get commit privileges? Alistair > > zw