From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 8blfGJ40kWBpYAAAWB0awg (envelope-from ) for ; Tue, 04 May 2021 07:48:46 -0400 Received: by simark.ca (Postfix, from userid 112) id 54E6C1F11C; Tue, 4 May 2021 07:48:46 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 14B9F1E54D for ; Tue, 4 May 2021 07:48:45 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 66A5A398407E; Tue, 4 May 2021 11:48:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 66A5A398407E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1620128924; bh=m0cR1kTmX68XnBwLcyh6D/9o9ZMbcFnUEFluV4YSwJc=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=xwDXugkwbGa7d8LaysQLNEI2SKg0vdYtYPIpbBhACr9xDYmt17f8ovbwFt+xyHRWY 1O4k6CXRiW+TocYzdKnnVMUvgEXnvSxd76kho0u+vWGk/iVe+3Xt0tCaAuMBwZ9LGb 2sR7Tlk4ts2aj4t6MQao9d2nWzBgKgnIV8XIVCfE= Received: from mail-ua1-x92e.google.com (mail-ua1-x92e.google.com [IPv6:2607:f8b0:4864:20::92e]) by sourceware.org (Postfix) with ESMTPS id D095E396AC33; Tue, 4 May 2021 11:48:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D095E396AC33 Received: by mail-ua1-x92e.google.com with SMTP id x9so2949876uao.3; Tue, 04 May 2021 04:48:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=m0cR1kTmX68XnBwLcyh6D/9o9ZMbcFnUEFluV4YSwJc=; b=OQRQUuO5TTA0rGm6h6FAbYLIwQv6BLmgcgS3OaZIc6YAsOX38VI75r4jwpSqAhIo28 SNIrc2zMCg3pkH14IaUb/bUUWApo1SrWS4a+siPII7Io1Xi/zE51MRdd4Ntfk/IIG1CY FwnlPbAiCHFIA3slKDs8mTIaJ0Ppm+yiwZ/7XZdRi0bhTcROhnXMXwHw1OIK/PkFwK7X OlYJts5DlyXgE6iiNIlfdMbdb+YOxJfWp0TSKFDGWJjpf4xsBiwMwDCW5wbz2QySHrx5 BUiO7UMd6KrqbdEll7r8kH/az/JNivNj1TuqfosPolREXpBA8eOhFasFk//jvi3OUUYK J3bg== X-Gm-Message-State: AOAM530FAE0+SteOuRVNSqoQ4Lx5pmICwtwPmMZZDsdcsjnEKvM3rgj7 teElYEG+SIfQPL7vXUJ4YXE9TzfG5Hbrfy4R9hA= X-Google-Smtp-Source: ABdhPJx083NJCI/sOwTNhL5smGr8tEdEIDUOEAUgu5OAW633folIdPxZqXJftRVcQcAw0FZ120PVCN1JVNEFSV3IVNk= X-Received: by 2002:ab0:12a:: with SMTP id 39mr19503715uak.19.1620128921506; Tue, 04 May 2021 04:48:41 -0700 (PDT) MIME-Version: 1.0 References: <87czuum5yb.fsf@oldenburg.str.redhat.com> <87pmyq4k4k.fsf@oldenburg.str.redhat.com> <875z08nczm.fsf@oldenburg.str.redhat.com> <87pmyc9r23.fsf@oldenburg.str.redhat.com> In-Reply-To: <87pmyc9r23.fsf@oldenburg.str.redhat.com> Date: Tue, 4 May 2021 12:48:30 +0100 Message-ID: Subject: Re: [PATCH v2] nptl_db: Support different libpthread/ld.so load orders (bug 27744) To: Florian Weimer Content-Type: text/plain; charset="UTF-8" X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Emil Velikov via Gdb-patches Reply-To: Emil Velikov Cc: Pedro Alves , Emil Velikov via Libc-alpha , gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On Fri, 30 Apr 2021 at 08:20, Florian Weimer wrote: > I've now backported it to the 2.33 release branch. > Much appreciated, thank you. -Emil