From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web10.33823.1599207926808722288 for ; Fri, 04 Sep 2020 01:25:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Y6kWkxs2; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1599207925; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1dkTBsfHA9yqOwfC4DGtyMA2aBMtSNdZuXnTlwnObEU=; b=Y6kWkxs2Muy8tqiJJuhXRRZ6mXEkA/oZ8AeuZLxyAnZy21yT8yNo7IvYnRmM1JWYuS1208 gxWN7DQFp5mvMLicjVzKy3No4Yx5ufaOxvJ40uGXsw9Fx6ZrOzzqABuU+mkZ4mcj+UaAyo l7EfY3TshuHtOcEAkbedUFHuoZuH/P4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-21-MwWz0jw9O-6E7izwhEkGOQ-1; Fri, 04 Sep 2020 04:25:24 -0400 X-MC-Unique: MwWz0jw9O-6E7izwhEkGOQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D0B311074654; Fri, 4 Sep 2020 08:25:22 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-161.ams2.redhat.com [10.36.112.161]) by smtp.corp.redhat.com (Postfix) with ESMTP id 816641A885; Fri, 4 Sep 2020 08:25:21 +0000 (UTC) Subject: Re: [PATCH v2 1/1] Maintainers.txt: Update reviewers of */RiscV64 To: Abner Chang , devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm , Michael D Kinney , Leif Lindholm References: <20200904071913.17295-1-abner.chang@hpe.com> From: "Laszlo Ersek" Message-ID: Date: Fri, 4 Sep 2020 10:25:20 +0200 MIME-Version: 1.0 In-Reply-To: <20200904071913.17295-1-abner.chang@hpe.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US On 09/04/20 09:19, Abner Chang wrote: > Add reviewers for all /RiscV64 folders. > > Signed-off-by: Abner Chang > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney > Cc: Leif Lindholm > Acked-by: Laszlo Ersek > --- > Maintainers.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 57cd2fc662..6a22a14796 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -98,6 +98,11 @@ F: */Arm/ > M: Leif Lindholm > M: Ard Biesheuvel > > +RISCV64 > +F: */RiscV64/ > +M: Abner Chang > +R: Daniel Schaefer > + > EDK II Continuous Integration: > ------------------------------ > .azurepipelines/ > What are the changes relative to v1? (Also, I believe Leif is away at the moment, and I think we should have his ACK on this patch, before we merge the patch.) Thanks Laszlo