From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hedgehog.birch.relay.mailchannels.net (hedgehog.birch.relay.mailchannels.net [23.83.209.81]) by sourceware.org (Postfix) with ESMTPS id 8E3F53858C27 for ; Thu, 9 Dec 2021 08:03:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8E3F53858C27 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 8D879340F17; Thu, 9 Dec 2021 08:03:34 +0000 (UTC) Received: from pdx1-sub0-mail-a305.dreamhost.com (unknown [127.0.0.6]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id EDF2C340E52; Thu, 9 Dec 2021 08:03:33 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a305.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384) by 100.111.70.149 (trex/6.4.3); Thu, 09 Dec 2021 08:03:34 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Celery-Harbor: 09e2925c73722cad_1639037014409_3788250839 X-MC-Loop-Signature: 1639037014409:2270809275 X-MC-Ingress-Time: 1639037014409 Received: from [192.168.52.116] (unknown [223.185.2.127]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a305.dreamhost.com (Postfix) with ESMTPSA id 4J8mkX1wbkz11; Thu, 9 Dec 2021 00:03:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gotplt.org; s=gotplt.org; t=1639037013; bh=T1095xRu+x6TsUo73Vvjwv2C1hs=; h=Date:Subject:From:To:Content-Type:Content-Transfer-Encoding; b=GA2osjO9cofOlGar6RCUyPzZItbeyHmyjnDXrvmoum1QjRig4W+YCjMNspOCKb5ae jouPyqTx6oGCAuvbTo5eF7sylRubuLKqIEnkXHSWWmqxYDaRm+VCRIlE4jgjV62way suHwjd/iXLyzkntnoT7HeIdNfftLCcAlx+J6u0V4= Message-ID: <30501edd-620b-43ea-b922-5927a1c752b4@gotplt.org> Date: Thu, 9 Dec 2021 13:33:27 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0 Subject: Re: [PATCH v2 6/8] nptl: Add glibc.pthread.rseq tunable to control rseq registration Content-Language: en-US From: Siddhesh Poyarekar To: Florian Weimer , libc-alpha@sourceware.org References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3033.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2021 08:03:38 -0000 On 12/8/21 23:33, Siddhesh Poyarekar wrote: > On 12/7/21 18:32, Florian Weimer via Libc-alpha wrote: >> This tunable allows applications to register the rseq area instead >> of glibc. This is OK overall too, since I had misunderstood 4/8. Reviewed-by: Siddhesh Poyarekar Thanks, Siddhesh