From patchwork Thu Nov 15 12:38:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dodji Seketeli X-Patchwork-Id: 199268 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id B0DF52C009F for ; Thu, 15 Nov 2012 23:39:13 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1353587955; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:From:To:Cc:Subject:References:Date:In-Reply-To: Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=ebkuC8QR2UO2OUpsr6ya/9O9s6E=; b=lobRWxn1TQNYNFFVORMyEsMAEICLofqg0FrIvwnTL5/oyGnA9e/OeZBfK7n5Q9 S5wpcntITuj45uE9EWKzBSUhvRazeA4Metu/Vbg1SIaP/WluSBGfdi0AqXjITDDb DbEVPibcf7qiKEcUEfNjFAzFquQfd0Pmi7FX1t/qLx5KA= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:From:To:Cc:Subject:References:X-URL:Date:In-Reply-To:Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=YKVb4JyZxgwh97Eiz6udJ4V70w3RaBMf19SD7qZqx/9J113VKro4fy5AYUkI0x O+bnFVR9lYGtnNrzq8Pp9VTUhFjiaqOBb/cyuUCqA31pl/VFtppO+elU2wbvxZJI i+SbplKyy/rub19gVpvZwH2FhN8kUkYvJawiEQ+B+VlIk=; Received: (qmail 8879 invoked by alias); 15 Nov 2012 12:39:10 -0000 Received: (qmail 8867 invoked by uid 22791); 15 Nov 2012 12:39:09 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, SPF_HELO_PASS, TW_LV X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Nov 2012 12:39:00 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAFCcvQG002241 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 15 Nov 2012 07:38:57 -0500 Received: from localhost (ovpn-116-79.ams2.redhat.com [10.36.116.79]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id qAFCcten021774 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 15 Nov 2012 07:38:57 -0500 Received: by localhost (Postfix, from userid 1000) id 9F4DB2C0104; Thu, 15 Nov 2012 13:38:54 +0100 (CET) From: Dodji Seketeli To: Diego Novillo Cc: "H.J. Lu" , Rainer Orth , Konstantin Serebryany , gcc-patches@gcc.gnu.org, "David S. Miller" , Dmitry Vyukov , Jakub Jelinek Subject: Re: [PATCH] Copy libsanitizer from llvm at revision 167890 References: <20121114122609.GA9465@gmail.com> X-URL: http://www.redhat.com Date: Thu, 15 Nov 2012 13:38:54 +0100 In-Reply-To: (Diego Novillo's message of "Wed, 14 Nov 2012 15:57:24 -0500") Message-ID: <87pq3fvy5d.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Diego Novillo writes: > (Adding ASAN maintainers to the CC) > > On Wed, Nov 14, 2012 at 7:55 AM, H.J. Lu wrote: >> On Wed, Nov 14, 2012 at 4:44 AM, Rainer Orth >>> >>> Btw., currently there's no libsanitizer maintainer listed in >>> MAINTAINERS. This needs to change. >>> >> >> That is the real problem. We need a GCC libsanitizer maintainer > > We already have FOUR. Kostya, Jakub, Dmitry and Dodji. > > Folks, please update MAINTAINERS to avoid confusion. Done, and committed the below. ChangeLog: * MAINTAINERS: (asan.c, related): Add myself. Thanks. diff --git a/ChangeLog b/ChangeLog index 8cd3b23..f035803 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-11-15 Dodji Seketeli + + * MAINTAINERS: (asan.c, related): Add myself. + 2012-11-14 Roland McGrath * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. diff --git a/MAINTAINERS b/MAINTAINERS index adec7a4..825c602 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -294,6 +294,7 @@ register allocation Peter Bergner bergner@vnet.ibm.com register allocation Kenneth Zadeck zadeck@naturalbridge.com register allocation Seongbae Park seongbae.park@gmail.com selective scheduling Andrey Belevantsev abel@ispras.ru +asan.c, related Dodji Seketeli dodji@redhat.com Note that while reviewers can approve changes to parts of the compiler that they maintain, they still need approval for their own patches