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,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 1F3D71F463 for ; Tue, 7 Jan 2020 12:25:31 +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:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=xTuZ3vTJG8cbm+2dKSrNymmHvEJmzp+TesalLKp7Jp1 /GaaF9HI7Y67IYpGISfjaDU01NTqD3uNmwDU6uOLkwaX6vSRy1YMAAUKIVWI4AMZ J/LMphSZ8IfsMHtRShKpA2tUB68z+oEk6TvsGf4w0CQKwYJOU5Le6mELHtNGJJ8Q = 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:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=gwVAmV7H4DyLA92EPEIPThFn2L0=; b=kF9pCX6blOrmkkAuG m+JVPjfPyJzuqlXU64sr2aoNkeDX5eEKFG+HgoeFjDX34J6EY2CPavM2uVwxBiQy xjqkGqyimmexQ9ZhMHNVze0BG3yjnDan89hWkDQRUxiEIXkwbX/LmgL6nRnINnd7 9oq7wL5bPGyg+wKHLSVzP207EM= Received: (qmail 64484 invoked by alias); 7 Jan 2020 12:25:29 -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 64465 invoked by uid 89); 7 Jan 2020 12:25:28 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578399926; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Nhk7H/EwZRuFSdVznAjLSsxOusktbkEK5KOjCMXY6Fg=; b=G2CLhu8jJfjthk3cvti0rkxbPMHOPZxi5I2LCJMYQJZCXB7sYii8LID3cGVPUpoJCLNUqh TXTAecSvXN1he9iD+2ct1/TnBz2+wrpg2JYWOyqcdXud0Xi8MDrlH9gHROF7aCC5DoKnzk sP41qyA/vJAQVRBZEmk9JIZSQAVNsd0= From: Florian Weimer To: Mathieu Desnoyers Cc: Carlos O'Donell , Joseph Myers , Szabolcs Nagy , libc-alpha@sourceware.org Subject: Re: [RFC PATCH glibc 00/13] Restartable Sequences enablement References: <20200106155713.397-1-mathieu.desnoyers@efficios.com> Date: Tue, 07 Jan 2020 13:25:19 +0100 In-Reply-To: <20200106155713.397-1-mathieu.desnoyers@efficios.com> (Mathieu Desnoyers's message of "Mon, 6 Jan 2020 10:57:00 -0500") Message-ID: <87zheztpw0.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * Mathieu Desnoyers: > Please find the rseq-enablement patchset for comments in this series. > > This patch series is based on glibc master branch at commit > a059f9505b tunables: report sbrk() failure > > Since the last post, I moved all entries from Changelog.old/* > to the commit messages. The syscall table patches have since been merged. I think this is too late for the 2.31 release now (unless Siddhesh disagrees). 8-( We should try to get the patches ready for merging in February, though. Thanks, Florian