From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 12D0FAC152C for ; Mon, 2 Oct 2023 12:55:32 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=2w9qcvL/Pk6cIbL+5/4Fxg1D12OcwDnlxYOav5xzC6U=; c=relaxed/simple; d=groups.io; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20140610; t=1696251331; v=1; b=gBKA4kIluX7fnVftbO11uVL4tjKbYxCJ0PyeE9qzI8SjjU5SaC4vBptUw+fnderRISEQz3kZ OPd/CKbtj69IPKly7JHXgXj5c6xWNPw/CDOSP+T+8e0rC+gDemvjt5GgnJvjdIe71/sxa2kwjQ0 d1vPL2WFWJSYYu9b0h3H9ddc= X-Received: by 127.0.0.2 with SMTP id wUFvYY7687511xpUxxjvVtLz; Mon, 02 Oct 2023 05:55:31 -0700 X-Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web11.80757.1696251330941383180 for ; Mon, 02 Oct 2023 05:55:30 -0700 X-Received: from pps.filterd (m0279865.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 392Cpowv021627; Mon, 2 Oct 2023 12:55:26 GMT X-Received: from nasanppmta04.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3teamxkqbb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 02 Oct 2023 12:55:26 +0000 X-Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 392CtPZl008579 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 2 Oct 2023 12:55:25 GMT X-Received: from qc-i7.hemma.eciton.net (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.36; Mon, 2 Oct 2023 05:55:23 -0700 Date: Mon, 2 Oct 2023 13:55:20 +0100 From: "Leif Lindholm" To: "Kinney, Michael D" CC: "devel@edk2.groups.io" , Ard Biesheuvel , Sami Mujawar , Andrew Fish Subject: Re: [edk2-devel] [PATCH 1/1] Maintainers.txt: add Sami as maintainer of arm-architectural subdirs Message-ID: References: <20230927110651.393845-1-quic_llindhol@quicinc.com> MIME-Version: 1.0 In-Reply-To: X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-GUID: vfsHSdqrSq3rUwN--JU5mgzTYLDdXzUZ X-Proofpoint-ORIG-GUID: vfsHSdqrSq3rUwN--JU5mgzTYLDdXzUZ Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,quic_llindhol@quicinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: SE7rl64NR7Dnbyy1PAWjF9F2x7686176AA= Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=gBKA4kIl; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=quicinc.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Thanks all, merged as f6a314e5b5dc. On Wed, Sep 27, 2023 at 16:02:37 +0000, Kinney, Michael D wrote: > Reviewed-by: Michael D Kinney > > > -----Original Message----- > > From: Leif Lindholm > > Sent: Wednesday, September 27, 2023 4:07 AM > > To: devel@edk2.groups.io > > Cc: Ard Biesheuvel ; Sami Mujawar > > ; Andrew Fish ; Kinney, Michael > > D > > Subject: [PATCH 1/1] Maintainers.txt: add Sami as maintainer of arm- > > architectural subdirs > > > > We added Sami as a reviewer to ArmPkg early last year, and I think it > > was > > always our intention to have him as a reviewer of Arm architectural > > stuff > > in general, but we seem to have missed out the Arm/AArch64 subdir > > wildcards. So let's fix that. > > > > Signed-off-by: Leif Lindholm > > Cc: Ard Biesheuvel > > Cc: Sami Mujawar > > Cc: Andrew Fish > > Cc: Michael D Kinney > > --- > > Maintainers.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Maintainers.txt b/Maintainers.txt > > index 55a8af21dc3e..1a7525b1b4c0 100644 > > --- a/Maintainers.txt > > +++ b/Maintainers.txt > > @@ -88,6 +88,7 @@ F: */AArch64/ > > F: */Arm/ > > M: Leif Lindholm [leiflindholm] > > M: Ard Biesheuvel [ardbiesheuvel] > > +M: Sami Mujawar [samimujawar] > > > > RISCV64 > > F: */RiscV64/ > > -- > > 2.30.2 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109254): https://edk2.groups.io/g/devel/message/109254 Mute This Topic: https://groups.io/mt/101614900/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-