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.6 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,URIBL_RED 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 CCD021F597 for ; Thu, 19 Jul 2018 21:26:17 +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:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=LvMcl p4bxv1a20vyMZlWRPrFp/Xp6513OkP1xuULWfkhM8BcArcmO/IDpB3gjS8izEY2e EMaPMASQ8RLnEwZq+kO+pM2e+X3utdKnvEJKs1KfDogQZoDqQpZSSBB5ZFGiXfwZ TXwVIxY6WnZBfXfmUNOcIA4NYBKh0kyp0toowY= 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:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=0k5P+Te4aMs 2UqXtKojkWCRfKsY=; b=WNGxLwi+d3ghPdBTGLsrHAdVq+/aFliH49myBgVCMCB 72RpLiKQB+PG+p2XEkT62rsxFHj1I3oXAhJQL7Py2rWLO64shaxDXE93DRerfk1s JaVoO+nr5nv3V3Rwt7zuxuPdUbCXgWs8op3SFq4OGSN9SdgP8kdEGdyvOqOFglpc = Received: (qmail 52799 invoked by alias); 19 Jul 2018 21:26:15 -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 52778 invoked by uid 89); 19 Jul 2018 21:26:14 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: relay1.mentorg.com Date: Thu, 19 Jul 2018 21:26:06 +0000 From: Joseph Myers To: Carlos O'Donell CC: Adhemerval Zanella , , Florian Weimer Subject: Re: [PATCH v8 0/8] Add support for ISO C threads.h In-Reply-To: <00cbaea3-d979-d766-58b1-a4b0822ca678@redhat.com> Message-ID: 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> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" On Thu, 19 Jul 2018, Carlos O'Donell wrote: > 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? > > Have we double checked with Joseph? I have not reviewed the details of the patches, but do not object to inclusion in 2.28 if the patches can be reviewed and committed within the next day, given that they were proposed well in advance of the freeze and have already gone through a few reviews. -- Joseph S. Myers joseph@codesourcery.com