From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by sourceware.org (Postfix) with ESMTPS id DB9783858C2D for ; Tue, 1 Feb 2022 14:58:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DB9783858C2D Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 27A2333DECA; Tue, 1 Feb 2022 09:58:17 -0500 (EST) 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 w7bt_8Q04Fcy; Tue, 1 Feb 2022 09:58:16 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 4EB8433DA19; Tue, 1 Feb 2022 09:58:16 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 4EB8433DA19 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 8i8wT7AjZ0zN; Tue, 1 Feb 2022 09:58:16 -0500 (EST) Received: from mail03.efficios.com (mail03.efficios.com [167.114.26.124]) by mail.efficios.com (Postfix) with ESMTP id 4282A33E209; Tue, 1 Feb 2022 09:58:16 -0500 (EST) Date: Tue, 1 Feb 2022 09:58:16 -0500 (EST) From: Mathieu Desnoyers To: Chris Kennelly Cc: Paul Turner , Peter Oskolkov , Florian Weimer , libc-alpha , linux-kernel , Peter Zijlstra Message-ID: <432231420.24682.1643727496135.JavaMail.zimbra@efficios.com> Subject: Aligning tcmalloc with glibc 2.35 rseq ABI 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_4203 (ZimbraWebClient - FF96 (Linux)/8.8.15_GA_4203) Thread-Index: 2t+6f+2qDfzPob23bVEdyKSsLvbg7A== Thread-Topic: Aligning tcmalloc with glibc 2.35 rseq ABI X-Spam-Status: No, score=-7.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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: Tue, 01 Feb 2022 14:58:19 -0000 Hi Chris, You will probably want to have a look at the userspace rseq ABI exposed by glibc 2.35 to ensure tcmalloc becomes compatible with it. If it helps, you can have a look at how I modified librseq to play nicely with glibc 2.35: https://git.kernel.org/pub/scm/libs/librseq/librseq.git/ Most relevant bits: https://git.kernel.org/pub/scm/libs/librseq/librseq.git/tree/src/rseq.c#n108 Thanks, Mathieu -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com