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,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 BBB2C1F803 for ; Tue, 8 Jan 2019 14:16:54 +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:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=IhT4wo5KikUt+RHL NKwT+kUbtI+s2LQPtIaZhBZHLvRfh7Qf/UPV01kq4iDD2u2o1vamZbPdu92zqVdi ZSrf1nAK6fmVcusj39N3VOdQsxQ3xBPPni2uxRORt5eT5oJRyMY9n8qzmI4z+XNe 1tPHVPevulINKAdNHs3Spy6alKg= 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:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=USNfM4Bad9Aq/51BTGPn5Z LmJmk=; b=k6IHfa+AclYPeF9XqAZ1O3upepi35fnNPr6DZeFW1/kKfJF6hJLwyD PjMcUDO3rIWVzTTH8GMvX1rK7djidbG257XFXggZPrbrhp/gD52sfD4fN1HHRlpE XBCAAlEny67nshv25JpHvJ0LMsFP5IUkFZpsfJGY5ltgw0jzx/sGk= Received: (qmail 48164 invoked by alias); 8 Jan 2019 14:16:52 -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 48149 invoked by uid 89); 8 Jan 2019 14:16:51 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-vs1-f50.google.com Subject: Re: glibc 2.29 - Winter is coming... To: Szabolcs Nagy , Siddhesh Poyarekar , GLIBC Devel Cc: nd , Feng Xue References: <833db514-f25e-0c41-bf06-b8cc9272f1c2@gotplt.org> <37cd6bec-71c2-16f8-48dd-f362b5a71cea@arm.com> From: Carlos O'Donell Openpgp: preference=signencrypt Message-ID: <056134a0-469a-749f-caae-62299845a31b@redhat.com> Date: Tue, 8 Jan 2019 09:16:36 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 MIME-Version: 1.0 In-Reply-To: <37cd6bec-71c2-16f8-48dd-f362b5a71cea@arm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 1/8/19 8:33 AM, Szabolcs Nagy wrote: > On 02/01/2019 10:28, Siddhesh Poyarekar wrote: >> Status of Release blockers: >> >> I have reviewed all original release blockers, including a couple of additional ones that got added later but I couldn't get to all of them. As >> of now, the pending blockers do not look suitable for inclusion at this stage and so will be deferred to 2.30 development. > > i'd like to commit some patches that only affect aarch64 > (and only particular uarches there): > > memchr and memset for AmpereComputing emag (approved before freeze): > https://sourceware.org/ml/libc-alpha/2018-12/msg00626.html > https://sourceware.org/ml/libc-alpha/2018-12/msg00628.html > https://sourceware.org/ml/libc-alpha/2018-12/msg00820.html AmpereComputing is not yet listed in the FSF copyright files, and I don't have confirmation from the FSF (it has been asked). > ifunc for ares (does not add new implementation): > https://sourceware.org/ml/libc-alpha/2018-12/msg00754.html > > these seem safer to me to commit now than to backport them > later and should not interfere with the glibc release process. -- Cheers, Carlos.