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=-3.9 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 9306C1F463 for ; Wed, 8 Jan 2020 15:32:06 +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=eqlsm KNFsp0hjQA8QwoiAQDMgV2sD09byq4PmnSa49JtD1ylsmE+fs5NQiH/ll3gdui2v VqrO1iQ7O202n9cMHOr+asUi+2E607MR6tBdUC++UVzQ+updKJGb4jpQNeFEqodM r34a2z4AsA4rzXYEEymA11RAYSYnTP3jaNUNxk= 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=zCKbL2AnUHr OWnveBFlG58gCscM=; b=l7wkaplZpZGCy75/MYKdizltPkElxtgBIF6HfCscXxM hp2ECPTze/wUQI2GyyPPAKWkEEALe/FZN6YOgX2ydP2Z1gM5NVuwyVIHTxJ55ELG crwpsO6EpBHubyJVcuZkdS06pL9eeul1tPWhvYLv950hM1tiGMiOOiZLi+t1gFZw = Received: (qmail 102657 invoked by alias); 8 Jan 2020 15:32:04 -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 102329 invoked by uid 89); 8 Jan 2020 15:32:04 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: esa1.mentor.iphmx.com IronPort-SDR: DijrAlPsMOQJOwjrZYA9pF+ycrYKI5rcJmWbrq+sx4uCJtUp5worcSAZrZzsrXFI18+RWcRgXU EIs1sA2pjHeYtCGyQwl2fBjuI5m3r7yeim1DW2F1hW2w8kF+b1epXeLXAcRzrDsC2NW22z/mH0 fvgrJs9MLSv3E6B160t0F2pB2mz/6YnIBe1Q1Z8rXHsnBMPe6m8ALc7yeQBWEhnp9wvBjeaShh mjuHup6ImZkHCLTYk1x0GJXCX7vH6QRDSf9vd3cmJCN0zv/PZNll4kKLSMRap13MkIAm6r75d3 Bto= IronPort-SDR: ZWvKcvcQJZB9kh/IRWrgsTnuwSR0BSbeA2xD2DyN49wKFQ7asWPwjdOQL/SxBNUy5pfnunNaaI sLIuVSsG9+sRPdxJrdDEJmCkn1faulAW8RgqKkkt1OqPvAhxyBnshaxMcB55erbxFEb/yeQr8j pUkcC2V0Ub/lcKjJ8qyERJ/QDfzvSZte5iYRaUNFKb95D80aipp+MEzM7lJypHemRRMTyA0CPB cwnsmb/47BXoBiDnXfiUcZyZ5ZGFzHixfQGwM5Fvjwa+MW0gQutaWSsxwyXFnG+1S92vEIDh5g xTE= Date: Wed, 8 Jan 2020 15:31:55 +0000 From: Joseph Myers To: Mathieu Desnoyers CC: Carlos O'Donell , Florian Weimer , Szabolcs Nagy , Subject: Re: [RFC PATCH glibc 0/8] Restartable Sequences enablement In-Reply-To: <20200108145851.13594-1-mathieu.desnoyers@efficios.com> Message-ID: References: <20200108145851.13594-1-mathieu.desnoyers@efficios.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" On Wed, 8 Jan 2020, Mathieu Desnoyers wrote: > Since the last post, I updated the manual following the advices I > received, removed the syscall table patches from the series, as they are > now merged into glibc master. I also updated the abilist following le/be > split for arm, microblaze, and sh. You also need to update copyright year ranges for new files to include 2020. -- Joseph S. Myers joseph@codesourcery.com