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 1A9727803E0 for ; Fri, 8 Dec 2023 13:31:34 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=LE3Yw3P1pKwebzDSUIINAMKLJrvB5veGh0eGAxHXZWY=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:From:To:Cc:Reply-To:References:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1702042293; v=1; b=LTmsSTLLLqge6RKMWAu05PI/ZPCkFXZpIiNMbRZLNCb/+rXof5FiTfaTSBbkeGbV1PNQk8Sc TS238PANqjbxjEy5iODPqyHBiBwEWPJqieXHnN6htZWLLM9qE5NKPD7/vquWSCJPfm/SYjBTmAN GHYB8PRyUcDZ13bUPXyXDdVs= X-Received: by 127.0.0.2 with SMTP id aELnYY7687511xXgOryVpNAh; Fri, 08 Dec 2023 05:31:33 -0800 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web11.35240.1702042293171119852 for ; Fri, 08 Dec 2023 05:31:33 -0800 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-536-PHj96nkDPIG5zYTBqk50pw-1; Fri, 08 Dec 2023 08:31:29 -0500 X-MC-Unique: PHj96nkDPIG5zYTBqk50pw-1 X-Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BBFF6101A52A; Fri, 8 Dec 2023 13:31:28 +0000 (UTC) X-Received: from [10.39.193.124] (unknown [10.39.193.124]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 301493C2E; Fri, 8 Dec 2023 13:31:27 +0000 (UTC) Message-ID: Date: Fri, 8 Dec 2023 14:31:26 +0100 MIME-Version: 1.0 Subject: Re: [edk2-devel] [PATCH 0/3] Maintainers.txt: add Laszlo Ersek as an ArmVirt, Ovmf, UefiCpu Pkg "M" From: "Laszlo Ersek" To: devel@edk2.groups.io Cc: Andrew Fish , Ard Biesheuvel , Gerd Hoffmann , Jiewen Yao , Leif Lindholm , Michael D Kinney , Rahul Kumar , Ray Ni , Sami Mujawar Reply-To: devel@edk2.groups.io,lersek@redhat.com References: <20231116215058.8113-1-lersek@redhat.com> In-Reply-To: <20231116215058.8113-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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 List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: Zi5EhVTgWFbRmWkGIhsIeeVCx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=LTmsSTLL; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.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 On 11/16/23 22:50, Laszlo Ersek wrote: > I'm offering to restore a subset of my earlier ArmVirtPkg and OvmfPkg > maintainer responsibilities. >=20 > I'm both offering and requesting an escalation of my earlier UefiCpuPkg > role. >=20 > The commit messages contain lists of files and directories that I intend > to assist with. >=20 > Under ArmVirtPkg, my focus is the ArmVirtQemu platform. >=20 > Under OvmfPkg and UefiCpuPkg, my focus is the traditional three OVMF > platforms (IA32, IA32X64, X64) and their dependencies; in particular I > refrain from Confidential Computing technologies. Under OvmfPkg, I may > also not be the primary reviewer of those nontrivial device drivers and > libraries that I neither wrote nor reviewed. >=20 > Finally, I'm interested in reviewing patches for most of the edk2 core, > and patches for the RISC-V architecture; but it's too early to formalize > those interests even as some "R" lines. >=20 > Cc: Andrew Fish > Cc: Ard Biesheuvel > Cc: Gerd Hoffmann > Cc: Jiewen Yao > Cc: Leif Lindholm > Cc: Michael D Kinney > Cc: Rahul Kumar > Cc: Ray Ni > Cc: Sami Mujawar >=20 > Thanks, > Laszlo >=20 > Laszlo Ersek (3): > Maintainers.txt: add Laszlo Ersek as an ArmVirtPkg maintainer > Maintainers.txt: add Laszlo Ersek as an OvmfPkg maintainer > Maintainers.txt: add Laszlo Ersek as a UefiCpuPkg maintainer >=20 > Maintainers.txt | 3 +++ > 1 file changed, 3 insertions(+) >=20 >=20 > base-commit: 3db76e6476e493d3cda45b81bba99a645180cf35 Merged as commit range e8c23d1e27f7..ff22700fc0e7, via . Laszlo -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112231): https://edk2.groups.io/g/devel/message/112231 Mute This Topic: https://groups.io/mt/102636309/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/19134562= 12/xyzzy [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-