From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3094EC433DF for ; Mon, 22 Jun 2020 15:33:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0B0CB20732 for ; Mon, 22 Jun 2020 15:33:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=efficios.com header.i=@efficios.com header.b="V4GkxOoL" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729486AbgFVPdd (ORCPT ); Mon, 22 Jun 2020 11:33:33 -0400 Received: from mail.efficios.com ([167.114.26.124]:48590 "EHLO mail.efficios.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729341AbgFVPdc (ORCPT ); Mon, 22 Jun 2020 11:33:32 -0400 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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=efficios.com; s=default; t=1592840011; bh=qKn3NIaqc59Pct1rdS+sjFcxV4/S01BfHPl2vuKIfiU=; h=Date:From:To:Message-ID:MIME-Version; b=V4GkxOoLBqwoTp8GzcAqrsBAlGjRr1twqCyDWlPas+U7JPBEdd6Ub92DrmBl0hjwm mJc5yxrXTOLH2MDWMXhAo54QuDypBwi/cacuoPsMLAJPwhPhs67zhBhpxLKQtEg5Hd RpKS9TDGBxfwqnSyhjPq8e2VqCpq8v/QLkaqzssPxyulLwGINhLl2SFnqMZOvjUKlb l51Q7JShGWYLg85pUmWT4tKeMtoEXm3vgrZdM0Ilbj73IH49oahAXnFz2dRlnulnGg KF6JGexhFprmz+ImCzMqOmMpgjKPFmwablY5gxZzQhxpKRl+w536h2nQWw+I8xHGbD iUyVyO3tUN5aw== 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) From: Mathieu Desnoyers To: Joseph Myers Cc: Michael Kerrisk , Florian Weimer , Rich Felker , libc-alpha , Peter Zijlstra , linux-api , Boqun Feng , Will Deacon , linux-kernel , Ben Maurer , Dave Watson , Thomas Gleixner , Paul , Paul Turner 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== Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- 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