From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D215C1F597 for ; Thu, 19 Jul 2018 19:58:25 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=NUtcePGWREf79kvg 61rWil3qAAjWXMrfIECxDTNFi+HAJm6uBI7YeJJChcs6quJv4ak3tY0L61sdEGkK PlQ7k4H5qAdOQ148g452cCvdMVy5zR+rkk27i7Jhz3FLWGEkoTuxyfutUGCYeMzd KruSBc4pKUXVcqULZIwDZo4f8PQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=R/MsXN1iDQSiXsvUtq56lU G7ZKk=; b=o2MaOhpz4k/55YYHZz+YaGPd7UTZgjLNqXLJQPJPN3fCMjuoMGu/CN UEMJXXM+xBJokL/DzIzkhyvdrKKDjbyhiWjzkeJkr/DdjUa2LJKNxwCIHx3CtNip jgAL/YpW2ucqLE1TJtAXE/bOMCKHHtu9AyXIkPrxr52ZCcDRRuwtM= Received: (qmail 36109 invoked by alias); 19 Jul 2018 19:58:23 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 36100 invoked by uid 89); 19 Jul 2018 19:58:22 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-qt0-f196.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:openpgp:autocrypt:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=eV2/Z4R4xonNk/QOO5g2oIpCHfTy7hKLTHH0cWpnz5g=; b=FdlzKcDzCLnbu/Df3a9OjULqFb6zEbnqEX1C2SN06CzCTbSz/s3n6RNCu4Tj5l9jb7 Yeprgnjt9aZMq1Y2m+exyt83Q4RK9V9N4gRO7IVaHBH5XuFFHeiQHXJEt6ZOHCjHkAJK acG7jCjHbBJ1Lk+jb2XN6v/up6YWlhJt/F8NQ= Subject: Re: [PATCH v8 0/8] Add support for ISO C threads.h To: Rical Jasan , Carlos O'Donell , libc-alpha@sourceware.org Cc: Florian Weimer References: <1517591084-11347-1-git-send-email-adhemerval.zanella@linaro.org> <203a3def-74d0-fa66-9792-a587a089a359@linaro.org> <46c7b370-f98d-30a3-9aac-c5e2c5d5e1d0@linaro.org> <00cbaea3-d979-d766-58b1-a4b0822ca678@redhat.com> <614bd248-b727-d517-6cba-a7968dc888c1@2c3t.io> From: Adhemerval Zanella Openpgp: preference=signencrypt Message-ID: <2630c1fd-d1b5-7bca-d853-838bbc15ac07@linaro.org> Date: Thu, 19 Jul 2018 16:58:13 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <614bd248-b727-d517-6cba-a7968dc888c1@2c3t.io> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 19/07/2018 16:12, Rical Jasan wrote: > On 07/19/2018 11:43 AM, Carlos O'Donell wrote: >> On 07/19/2018 01:46 PM, Adhemerval Zanella wrote: >>> Carlos, do you think we can squeeze this for 2.28? As you put private, I >>> also don't think we will get a 'pristine' implementation with optimal >>> object sizes without a refactor of internal nptl implementation. >> >> Yes, I'd like to see Intel CET, C11 threads, and malloc hook removal land >> in this release. >> >> It seems to me like ISO C threads.h is ready, were there any more objections? > > I would like to see the manual content folded into the chapter we > already have for threads (threads.texi). I can take care of the > mechanical bits for doing that, either as a revision of v8 8/8 or as a > follow-up commit, whichever would be preferred. > > Rical > If you could send a patch based on my personal branch [1] and can merge it. [1] https://sourceware.org/git/?p=glibc.git;a=shortlog;h=refs/heads/azanella/c11-threads