From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33194 invoked by alias); 20 May 2019 16:45:49 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 33135 invoked by uid 89); 20 May 2019 16:45:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 spammy=zhang, Zhang, D*pl, jie X-HELO: userp2130.oracle.com Received: from userp2130.oracle.com (HELO userp2130.oracle.com) (156.151.31.86) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 20 May 2019 16:45:47 +0000 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x4KGcbtR022013 for ; Mon, 20 May 2019 16:45:45 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : subject : date : message-id : in-reply-to : references; s=corp-2018-07-02; bh=6lpIFLUbMJSOAYRUZFcDeIAXeQ3P8PMDVQVoMPe/juM=; b=p+EXN4nXU1lPYdoajStW8QSz7htCAo6oJkJ1n+Sq0Xdry4V3sPNp6cfCHYKq7wWxZMWq Be16MulmT5AlXWF0+esVClNWJ1Jjgc8eipxHHPkXCiPPCa3jNB9UEXYtliI1Zbbjb+AT 96YM58LgAri5OVdFoSfoTKv0CCzk2LQHSCqulsjy/cNNmFiALFuNnAbbB4MGzKZcOEWa AqWFtBwPKUpYhQHNsRKUpRhGQuRe2nbrEW6MT0/7PlspxGuxNTk8S4uNLiQu1LRnPh6y VoizS+sGzwbYjDhsn0eLH24WgS3OVgI1bsgjc7Tki747hX7GmlZr57zV4YNTx8DrOA/v 3w== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by userp2130.oracle.com with ESMTP id 2sj9ft88t5-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 20 May 2019 16:45:45 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x4KGhuoQ050983 for ; Mon, 20 May 2019 16:45:44 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserp3020.oracle.com with ESMTP id 2sks18q1yt-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 20 May 2019 16:45:44 +0000 Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id x4KGjhaj031098 for ; Mon, 20 May 2019 16:45:43 GMT Received: from termi.localdomain (/10.175.29.185) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 20 May 2019 16:45:43 +0000 From: "Jose E. Marchesi" To: binutils@sourceware.org Subject: [PATCH 9/9] binutils: add myself as the maintainer for BPF Date: Mon, 20 May 2019 16:45:00 -0000 Message-Id: <20190520164526.13491-10-jose.marchesi@oracle.com> In-Reply-To: <20190520164526.13491-1-jose.marchesi@oracle.com> References: <20190520164526.13491-1-jose.marchesi@oracle.com> X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00252.txt.bz2 binutils/ChangeLog: 2019-05-20 Jose E. Marchesi * MAINTAINERS: Add myself as the maintainer for BPF. --- binutils/ChangeLog | 4 ++++ binutils/MAINTAINERS | 1 + 2 files changed, 5 insertions(+) diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS index b057435ef6..0094ba4150 100644 --- a/binutils/MAINTAINERS +++ b/binutils/MAINTAINERS @@ -69,6 +69,7 @@ responsibility among the other maintainers. AVR Marek Michalkiewicz BFIN Jie Zhang BFIN Mike Frysinger + BPF Jose E. Marchesi BUILD SYSTEM Daniel Jacobowitz CR16 M R Swami Reddy CRIS Hans-Peter Nilsson -- 2.11.0