From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8489 invoked by alias); 2 Sep 2015 14:39:18 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 8459 invoked by uid 89); 2 Sep 2015 14:39:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-wi0-f179.google.com Received: from mail-wi0-f179.google.com (HELO mail-wi0-f179.google.com) (209.85.212.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 02 Sep 2015 14:39:16 +0000 Received: by wiclp12 with SMTP id lp12so21647635wic.1 for ; Wed, 02 Sep 2015 07:39:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=d4yPPa9qATUM9YIv9XoYlZuRBlXAmsGm0bwK16Z7YnA=; b=T75m/QKPMM1cjkPYPWpuB5/VXZVt4piYNFfSjZznMKtKhfGslcYdvz4OVTzEhwv2KI tpB0QUbw0cOjcEvdqJkzaCjYRElxBPUl3xo2j9Y+M2ok69MoKU/r7sc214lP9uhbDRDL JYVWWqIv240kqyWkyjgCLxsBoUGhzVG4wx63s3i3PH+KIIYIyJwrgIvG6dxLTmyefNZp VZ+q0Csh5BgDGUBUL4MZfJGiugHYkMnlPmOi3DHkshbJNHiw2N+7vbgQIlhXkxS+Ghog e6UEh3oWtL6AAcmFiJ91rLSojCMAc+tu8ZBh6/q3VdZxQKrmUel85eUAE3BLiRU2ltJ8 PPcw== X-Gm-Message-State: ALoCoQmpwY3Tn7SQ+NH6yf78A95MbREP1WfaW9v0a/pcY11r1VRvXSGGymGd+3b+tpSzBXAiQ6Th X-Received: by 10.194.142.178 with SMTP id rx18mr20930469wjb.106.1441204753392; Wed, 02 Sep 2015 07:39:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.64.193 with HTTP; Wed, 2 Sep 2015 07:38:53 -0700 (PDT) In-Reply-To: <20150902140816.GL2631@redhat.com> References: <20150901142713.GG2631@redhat.com> <20150901150847.GH2631@redhat.com> <20150902131752.GJ2631@redhat.com> <20150902140816.GL2631@redhat.com> From: Dmitry Vyukov Date: Wed, 02 Sep 2015 14:39:00 -0000 Message-ID: Subject: Re: [Patch, libstdc++] Fix data races in basic_string implementation To: Jonathan Wakely Cc: GCC Patches , libstdc++@gcc.gnu.org, Alexander Potapenko , Kostya Serebryany , Torvald Riegel Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00169.txt.bz2 Thank you. Yes, I am covered by the Google copyright assignment, and I have commit access. I don't commit frequently, hope I didn't mess up things fundamentally :) https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=227403 On Wed, Sep 2, 2015 at 4:08 PM, Jonathan Wakely wrote: > On 02/09/15 16:01 +0200, Dmitry Vyukov wrote: >> >> Added comment to _M_dispose and restored ChangeLog entry. >> Please take another look. > > > Thanks, this is OK for trunk. > > I assume you are covered by the Google company-wide copyright > assignment, so someone just needs to commit it, which I can do if you > like. >