From patchwork Fri Jan 29 12:58:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Jambor X-Patchwork-Id: 575611 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id BFC3B1402BF for ; Fri, 29 Jan 2016 23:58:56 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=nLCH4Sfn; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=default; b=OqvZb5eFYOCilcknxm3AOVHdX7uzxg M7mA1HBtanc5l9qPFSQgTDBrAxZci/ztRUZ7A31AbZY3l5W+RdpzI0x69QMRhh7k dyiONkVkgQ4BMON2Cq/nZuEWBSsSo8xv5CGk86X/yl3PnKN2+8jMjbot/hkyRQZ7 RKLxC9joleREo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; s=default; bh=XWS1vbj/FNohAXWGEnI+cHNe5HQ=; b=nLCH 4Sfn97CTBm+xBZt4pUUzEqIZ8muXkOnjpee623/WKh8HitN5vCtfmfIX4U/1a8Ag SX7UanIxvaR5YfhxjHdhYRhEq+hHKalURLAouIy/o6mq5zcFGASYdwPnU4uuCCdX yF4oYoNREnRYz4qomVUZHRdUKwNXChMniWvGzYU= Received: (qmail 52202 invoked by alias); 29 Jan 2016 12:58:50 -0000 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 Received: (qmail 52186 invoked by uid 89); 29 Jan 2016 12:58:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_40, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 spammy=Committee, configpatchesgnuorg, config-patches@gnu.org, steering X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Fri, 29 Jan 2016 12:58:47 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id C045FAC5B for ; Fri, 29 Jan 2016 12:58:44 +0000 (UTC) Date: Fri, 29 Jan 2016 13:58:44 +0100 From: Martin Jambor To: GCC Patches Subject: Re: Martin Jambor appointed HSA Maintainer Message-ID: <20160129125844.GA3302@virgil.suse.cz> Mail-Followup-To: GCC Patches References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes Hi, On Fri, Dec 18, 2015 at 08:41:41AM -0500, David Edelsohn wrote: > I am pleased to announce that the GCC Steering Committee has > appointed Martin Jambor as HSA maintainer. > > Please join me in congratulating Martin on his new role. > Martin, please update your listing in the MAINTAINERS file. > thank you very much for your trust. I will do my best when carrying out the associated duties. Now that HSA is also in, I have committed the following change to the MAINTAINERS file. Martin 2016-01-29 Martin Jambor * MAINTAINERS (hsa maintainers): Add myself. --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index a5afeb7..aa757ea 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -209,6 +209,7 @@ fixincludes Bruce Korb *gimpl* Jason Merrill gcse.c Jeff Law global opt framework Jeff Law +hsa Martin Jambor jump.c David S. Miller web pages Gerald Pfeifer config.sub/config.guess Ben Elliston