From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-x92b.google.com (mail-ua1-x92b.google.com [IPv6:2607:f8b0:4864:20::92b]) by sourceware.org (Postfix) with ESMTPS id 285463857430 for ; Fri, 1 Oct 2021 16:43:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 285463857430 Received: by mail-ua1-x92b.google.com with SMTP id y3so1713646uar.5 for ; Fri, 01 Oct 2021 09:43:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=6gSjyii8Yh7ktFOutCHWGpaWATvn54KbSRmNmlSd21I=; b=SutqjCWYBOkQVIFl7xUXvZNdlvXWoqxyK6oiPetWJIvE60udQnNOOKysMhsXQMed69 rX+mDtpppM/osQCVmFoEoJ2CcT/i7DWAk19I2eAJMPem+VFS/1PcmVOLaITg/53NqN+q clZA6h3UqQyMI8l9Zi4EgIGa71yduz5ACbOJeYcIn2B5l2g4MH50yPRNEf+t+xXdqxsG I3wjg0p9tazwovtl4eyxgVQF+/My4LM6NEgU3l74PcGAmmp2dyUOjgI11cy5t8AxnnKs ELJ3BJsWAzPwuNI7+mZnzfrDvxe3BqseijYrDqJ37xSBJ6L+ZtSLDq8m4MyPWD+yKfNt WQhQ== X-Gm-Message-State: AOAM532Awy3nlezHY0YXgrV+0QxnIHd7J7jEjSDf9CM2XwLzjNo4VqBo OfSEbtZBqElkyHjVxpY9tGRSyTQDOonP5g== X-Google-Smtp-Source: ABdhPJz1R3yhaYzhs3Q0aF5UyRjZqYE7ugnicuyg3yi0x1tPA3eotmIV+kA2x0y7viK/Wk1H7bKyEg== X-Received: by 2002:a9f:32c2:: with SMTP id f2mr11263377uac.51.1633106589528; Fri, 01 Oct 2021 09:43:09 -0700 (PDT) Received: from ?IPv6:2804:431:c7cb:b338:44a:954f:c861:627b? ([2804:431:c7cb:b338:44a:954f:c861:627b]) by smtp.gmail.com with ESMTPSA id t5sm3381346vsk.24.2021.10.01.09.43.08 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 01 Oct 2021 09:43:09 -0700 (PDT) Subject: Re: [PATCH v4] elf: Avoid deadlock between pthread_create and ctors [BZ #28357] To: Szabolcs Nagy , libc-alpha@sourceware.org References: <20211001163326.3423517-1-szabolcs.nagy@arm.com> From: Adhemerval Zanella Message-ID: <9b12d672-64c2-5d3d-367d-1b85503dce37@linaro.org> Date: Fri, 1 Oct 2021 13:43:07 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20211001163326.3423517-1-szabolcs.nagy@arm.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP 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: Fri, 01 Oct 2021 16:43:11 -0000 On 01/10/2021 13:33, Szabolcs Nagy wrote: > Fixes bug 28357. > > Reviewed-by: Adhemerval Zanella > --- > i will commit this next week if there are no further comments. > > v4: > - fix the test too (except use 1 instead of STDOUT_FILENO > that would need another header and more verbose). Does it really matter to be more verbose and require another header? This is not really a blocker, but I am not seeing why being so condensed is really a goal here.