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=-3.7 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,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 70CCA1F55B for ; Thu, 11 Jun 2020 20:26:37 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 22EDA393C8BA; Thu, 11 Jun 2020 20:26:36 +0000 (GMT) Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 80B2B386F442 for ; Thu, 11 Jun 2020 20:26:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 80B2B386F442 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: rRNn6BZschebS8flvnHVfeurNVWXXVT3R7yf91P6ZBeGWWQH7RLDCDTa2WfYJShHJtJ/4UkN72 xn+djjt5YWMxjdF+A7WKjHIJ8aVrJcRCIdrMP4VhXngoU4kdjstxk2L7Mn1DIbnx2nR2tpUJX/ +nErB/7Mo2HIWo0UEcUGVuiuEh/2KKDwQQy6blOwuYQysoGYkrcuukRJUgd7mYCxMqHR7uvKxJ otRLEYJpWf5+v/MJC1H3UDSQk+YZ6mSSYEUhd058sMte/fvpc2J+FPRPesykYNrHozerx3D6s9 wDY= X-IronPort-AV: E=Sophos;i="5.73,501,1583222400"; d="scan'208";a="49852548" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 11 Jun 2020 12:26:32 -0800 IronPort-SDR: keSQDGxnKeVtZ2RRemIwwShIoZzllc7C69jdIbWEiZ8i0XzU+1AY852RjbEhW1CwHo/1P9i8Zr 8QpqHkk8ZU0LMlcb6VWLI5ERiZiCfFmOMk4Y+auX6ZKSbTO/StO7mBK540w9e7/nokjZB30cwg SUI5qsng9LtlcXRMTJp9vuiAknHVJPqxCo0AmOwMJkoSG6LrSBY+5ZsKfx9oNLjQWhr37V23LF BufE2M0CBUmXSGjX2oMBScY8i+TTpwN0UPT9qKetVvIa3ztWLOlqmetXjeIYl7HMbMsLsHu/V9 pYw= Date: Thu, 11 Jun 2020 20:26:25 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Mathieu Desnoyers Subject: Re: [PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v20) In-Reply-To: <419546979.1229.1591897672174.JavaMail.zimbra@efficios.com> Message-ID: 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> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-07.mgc.mentorg.com (139.181.222.7) To svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) 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: , 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 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. -- Joseph S. Myers joseph@codesourcery.com