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 82AC11F55B for ; Thu, 11 Jun 2020 17:47:56 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 695CE393C8A5; Thu, 11 Jun 2020 17:47:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 695CE393C8A5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1591897675; bh=1TbQ8X9sMo4Kyo/r88yv2xIYB6h6ej7fHmdbLm+Aw4c=; 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=Plf9gaC9bU7D7uRhjjha3eIaPklWkJIVifnxFnpcDI18q2C4Rae01tNMK2Xh7jHtE HI/SgCv9quo/c+2DwvlrbKZyVCbSj7Ww+JQyeQyC8vDBrEZhWdkbXrtGPzIL9rzCp0 4tBqQL1r2/SqgGCYMrwMqd/7d/IO10DaKkvA58ak= Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by sourceware.org (Postfix) with ESMTPS id F13A43938C2C for ; Thu, 11 Jun 2020 17:47:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org F13A43938C2C Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id A05522BA1DF; Thu, 11 Jun 2020 13:47:52 -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 NzCbs28iN5me; Thu, 11 Jun 2020 13:47:52 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 466342BA62B; Thu, 11 Jun 2020 13:47:52 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 466342BA62B 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 IfOlAu90uq-G; Thu, 11 Jun 2020 13:47:52 -0400 (EDT) Received: from mail03.efficios.com (mail03.efficios.com [167.114.26.124]) by mail.efficios.com (Postfix) with ESMTP id 3397A2BA177; Thu, 11 Jun 2020 13:47:52 -0400 (EDT) Date: Thu, 11 Jun 2020 13:47:52 -0400 (EDT) To: Joseph Myers Message-ID: <419546979.1229.1591897672174.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> 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: WQcwWCSA3B8qyXRzTZbTtj4Cnk7X+g== 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 4, 2020, at 1:46 PM, Joseph Myers joseph@codesourcery.com wrote: > On Thu, 4 Jun 2020, Mathieu Desnoyers via Libc-alpha wrote: > >> That external piece of documentation would be part of the Linux man-pages >> project, maintained by Michael Kerrisk. I have submitted a few revisions >> of the rseq(2) man page, but have been waiting for Michael to reply for more >> than a year now: >> >> https://lore.kernel.org/r/2021826204.69809.1588000508294.JavaMail.zimbra@efficios.com >> >> I'm thinking about hosting a rseq(2) man-page into my librseq project, would >> that make sense ? > > I'm not particularly concerned with exactly where it goes, as long as it's > somewhere stable we can link to. 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 ? Thanks, Mathieu > > -- > Joseph S. Myers > joseph@codesourcery.com -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com