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-Status: No, score=-4.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 177CC1F5AE for ; Mon, 22 Jun 2020 15:33:36 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id EA81C388A809; Mon, 22 Jun 2020 15:33:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA81C388A809 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1592840015; bh=qKn3NIaqc59Pct1rdS+sjFcxV4/S01BfHPl2vuKIfiU=; h=Date:To:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=rSr7BtdhukBrLFHqxBh5Iod+kWV7JtqZU3+SEwkfAcE2Z0jaln4An7Kw8hKU9y83n 4STJW/5BSmJr82McGtpPdaU9z4KqwdYdzXr6HqG/NR+gCT55KPMAX41vRtkMrxH7b8 mDqNxHogICUaGAL4XUIAAhY32cGl7ZIKTssgYono= Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by sourceware.org (Postfix) with ESMTPS id DF7503840C24 for ; Mon, 22 Jun 2020 15:33:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DF7503840C24 Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 689812B5439; Mon, 22 Jun 2020 11:33:31 -0400 (EDT) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id CPehp3O9YD6P; Mon, 22 Jun 2020 11:33:31 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 21AE72B5438; Mon, 22 Jun 2020 11:33:31 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 21AE72B5438 X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id qJ1zYRJkj2A7; Mon, 22 Jun 2020 11:33:31 -0400 (EDT) Received: from mail03.efficios.com (mail03.efficios.com [167.114.26.124]) by mail.efficios.com (Postfix) with ESMTP id 0F32A2B5437; Mon, 22 Jun 2020 11:33:31 -0400 (EDT) Date: Mon, 22 Jun 2020 11:33:31 -0400 (EDT) To: Joseph Myers Message-ID: <79974973.8453.1592840011012.JavaMail.zimbra@efficios.com> In-Reply-To: References: <20200527185130.5604-1-mathieu.desnoyers@efficios.com> <20200527185130.5604-2-mathieu.desnoyers@efficios.com> <87d06gxsla.fsf@oldenburg2.str.redhat.com> <188671972.53608.1591269056445.JavaMail.zimbra@efficios.com> <419546979.1229.1591897672174.JavaMail.zimbra@efficios.com> Subject: Re: [PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v20) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [167.114.26.124] X-Mailer: Zimbra 8.8.15_GA_3945 (ZimbraWebClient - FF77 (Linux)/8.8.15_GA_3928) Thread-Topic: glibc: Perform rseq registration at C startup and thread creation (v20) Thread-Index: LemSq8R3trB8bb1KZi/muKx7JuxCcw== 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: , From: Mathieu Desnoyers via Libc-alpha Reply-To: Mathieu Desnoyers Cc: Florian Weimer , Rich Felker , libc-alpha , Peter Zijlstra , linux-api , Boqun Feng , Will Deacon , linux-kernel , Ben Maurer , Michael Kerrisk , Dave Watson , Thomas Gleixner , Paul , Paul Turner Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" ----- On Jun 11, 2020, at 4:26 PM, Joseph Myers joseph@codesourcery.com wrote: > On Thu, 11 Jun 2020, Mathieu Desnoyers wrote: > >> I managed to get a repository up and running for librseq, and have integrated >> the rseq.2 man page with comments from Michael Kerrisk here: >> >> https://git.kernel.org/pub/scm/libs/librseq/librseq.git/tree/doc/man/rseq.2 >> >> Is that a suitable URL ? Can we simply point to it from glibc's manual ? > > Yes, that seems something reasonable to link to. OK, I'll point to that then. I've been waiting for Michael Kerrisk to act on rseq(2) for more than a year now, and this is getting in the way of upstreaming rseq support into glibc 2.32. Thanks, Mathieu -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com