From nobody Tue May 7 03:35:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+91617+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91617+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1658373299; cv=none; d=zohomail.com; s=zohoarc; b=FO8opfq2+B1BeRXQk1HOT3bbBcP/VW0yHqGYRcBA9NzxGZ4EMkfXGanuN/psGIYX2wzfMtr10R/xpkTz7gXLn8dIMqveMoH1TtGfaRKT5J42hrNyupMa/tcSbm/sGs+GOHG0h9SLta9u3PgRsaVqVgM1YNyOrOJiV3Xx2aXlZ4A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1658373299; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=nvGNGjy8DtVfk5fPFt2nkayu3RVCJtpd/ZGTCw0I3GM=; b=TsXoDJMwq7GlMGVcW2BcU+JfxgQMjVmHD7AOXCUIeD2rGlDydNWWt2vQyrT3hEds5Lxufamy2kMRRbqCgRJo40KYN+KuH9D1Cu3gf6Nd1O0Q4eIn/cuO7+UHV6OcxMV21yDgyF7yN32TU9IhDLPiXlCQjEHT8AhLBRM15oRn+vA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91617+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 165837329987621.93480221844527; Wed, 20 Jul 2022 20:14:59 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id tSKTYY1788612x1mNFx6zJZF; Wed, 20 Jul 2022 20:14:59 -0700 X-Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web09.1955.1658373298351544451 for ; Wed, 20 Jul 2022 20:14:58 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10414"; a="284495385" X-IronPort-AV: E=Sophos;i="5.92,288,1650956400"; d="scan'208";a="284495385" X-Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2022 20:14:58 -0700 X-IronPort-AV: E=Sophos;i="5.92,288,1650956400"; d="scan'208";a="598305837" X-Received: from mdkinney-mobl2.amr.corp.intel.com ([10.209.56.116]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2022 20:14:57 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Anthony Perard , Julien Grall , Andrew Fish , Leif Lindholm Subject: [edk2-devel] [Patch v2 1/3] Maintainers.txt: Remove OvmfPkg/XenTimerDxe reference Date: Wed, 20 Jul 2022 20:14:42 -0700 Message-Id: <20220721031444.1403-2-michael.d.kinney@intel.com> In-Reply-To: <20220721031444.1403-1-michael.d.kinney@intel.com> References: <20220721031444.1403-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,michael.d.kinney@intel.com X-Gm-Message-State: bDlEqCRkezfmUZWMqnz2hAgtx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1658373299; bh=k+9x/kSpV1Tw8K7lisvNIJGj/npI9oD0I81GxvUqpWM=; h=Cc:Date:From:Reply-To:Subject:To; b=ZErbWPVI6LhwQwySa9DmCYCxeU7IUO2KI7kYo1DNi6xBLj9ANSpSkF+FA4To1dORHtH T99XZyrDNHYSR1Uoqw0vL0f7CJOJBFMf207r1ICq6Ppp2hq0XmUrLoxkHM2v9Ojvj2nvY Fd9HNbYTrN40+yH8WAhtZpkSqPv8jQ4prPo= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1658373300500100004 Content-Type: text/plain; charset="utf-8" XenTimerDxe has been removed from the OvmfPkg. Remove file pattern for XenTimerDxe reviews from Maintainers.txt. Cc: Anthony Perard Cc: Julien Grall Cc: Andrew Fish Cc: Leif Lindholm Signed-off-by: Michael D Kinney --- Maintainers.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index 489aa618d249..3ddb6805dbce 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -531,7 +531,6 @@ F: OvmfPkg/XenIoPvhDxe/ F: OvmfPkg/XenPlatformPei/ F: OvmfPkg/XenPvBlkDxe/ F: OvmfPkg/XenResetVector/ -F: OvmfPkg/XenTimerDxe/ R: Anthony Perard [sheep] R: Julien Grall =20 --=20 2.32.0.windows.1 -=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 (#91617): https://edk2.groups.io/g/devel/message/91617 Mute This Topic: https://groups.io/mt/92520017/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Tue May 7 03:35:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+91618+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91618+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1658373300; cv=none; d=zohomail.com; s=zohoarc; b=mhRUv/oecuJLO8HhmXu0lh/EEoh97MwRWuMAX9Y2kq4nMEGp2SruthttUXSK4s+aAh951pOeHNHf4tAmBXlJPWfNHk8aHDdUZelvfpoFoyXYIYTEMnSC2cOdZUna4PzPcE5S+w8ml580sA6f+dMbB/8NlNZkQnIIipz1yHzCEh8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1658373300; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=6qHdMWT3aOgkRONduhHLV2QyaAmwTIhwCk3uieEOwu0=; b=hb9iP11goLUmhc12RmImCB+JA0y7pZMQfIXwhDsL6JI/SbX+O303Xj2GddRK0+PsvQzQw53wp4wNG5gbV6YPi10pNmy53JvXPa/YcheCykIZLjyy7AQBdT57DTLEXCOxhOkYQszkXQvP55mrwKPGV0aNXuZ5on9yeO1SwxArv/k= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91618+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1658373300719944.8968465290791; Wed, 20 Jul 2022 20:15:00 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id hk6tYY1788612xjMltwuqe9c; Wed, 20 Jul 2022 20:15:00 -0700 X-Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web09.1955.1658373298351544451 for ; Wed, 20 Jul 2022 20:14:58 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10414"; a="284495388" X-IronPort-AV: E=Sophos;i="5.92,288,1650956400"; d="scan'208";a="284495388" X-Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2022 20:14:58 -0700 X-IronPort-AV: E=Sophos;i="5.92,288,1650956400"; d="scan'208";a="598305840" X-Received: from mdkinney-mobl2.amr.corp.intel.com ([10.209.56.116]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2022 20:14:57 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm , Daniel Schaefer , Sean Rhodes , Debkumar De , Erdem Aktas , Gary Lin Subject: [edk2-devel] [Patch v2 2/3] Maintainers.txt: Add missing github ids Date: Wed, 20 Jul 2022 20:14:43 -0700 Message-Id: <20220721031444.1403-3-michael.d.kinney@intel.com> In-Reply-To: <20220721031444.1403-1-michael.d.kinney@intel.com> References: <20220721031444.1403-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,michael.d.kinney@intel.com X-Gm-Message-State: 8gNhpxcQq2j7JNIa8Wu4kQYox1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1658373300; bh=VhNq+HEg9q6cLMmvGTcRoP6dNh3ctvNjns1xaEBqhJk=; h=Cc:Date:From:Reply-To:Subject:To; b=AK2r6v3S5aSFZRe/V5pFMwtdA/ArYLQUOzldhWd32PDyS8oKcdEnRRCdPVMl9l3sZ8o ntOvzlA2kPeqIu0ZM+kil8S/iIAaDsTPH1/9D6eSWFDEY6L81qiQj5KPjq/Fithjia5Qd AYUZjNAwQi4CtfcyFvpsieoKUGGh5xUBY8k= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1658373302444100014 Content-Type: text/plain; charset="utf-8" Cc: Andrew Fish Cc: Leif Lindholm Cc: Daniel Schaefer Cc: Sean Rhodes Cc: Debkumar De Cc: Erdem Aktas Cc: Gary Lin Signed-off-by: Michael D Kinney Acked-by: Gary Lin Reviewed-by: Debkumar De --- Maintainers.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index 3ddb6805dbce..608cdf749c3c 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -100,7 +100,7 @@ M: Ard Biesheuvel [ardbiesh= euvel] RISCV64 F: */RiscV64/ M: Abner Chang [changab] -R: Daniel Schaefer +R: Daniel Schaefer [JohnAZoidberg] =20 EDK II Continuous Integration: ------------------------------ @@ -371,7 +371,7 @@ MdeModulePkg: Pei Core F: MdeModulePkg/Core/Pei/ R: Dandan Bi [dandanbi] R: Liming Gao [lgao4] -R: Debkumar De +R: Debkumar De [dde01] R: Harry Han R: Catharine West [catharine-intl] =20 @@ -474,7 +474,7 @@ F: OvmfPkg/PlatformPei/AmdSev.c F: OvmfPkg/ResetVector/ F: OvmfPkg/Sec/ R: Brijesh Singh [codomania] -R: Erdem Aktas +R: Erdem Aktas [ruleof2] R: James Bottomley [jejb] R: Jiewen Yao [jyao1] R: Min Xu [mxu9] @@ -488,7 +488,7 @@ R: Abner Chang [changab] =20 OvmfPkg: LsiScsi driver F: OvmfPkg/LsiScsiDxe/ -R: Gary Lin +R: Gary Lin [lcp] =20 OvmfPkg: MptScsi and PVSCSI driver F: OvmfPkg/MptScsiDxe/ @@ -602,7 +602,7 @@ R: Rahul Kumar [rahul1-kumar] UefiCpuPkg: Sec related modules F: UefiCpuPkg/SecCore/ F: UefiCpuPkg/ResetVector/ -R: Debkumar De +R: Debkumar De [dde01] R: Harry Han R: Catharine West [catharine-intl] =20 @@ -611,7 +611,7 @@ F: UefiPayloadPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg M: Guo Dong [gdong1] M: Ray Ni [niruiyu] -M: Sean Rhodes +M: Sean Rhodes [Sean-StarLabs] S: Maintained =20 UnitTestFrameworkPkg --=20 2.32.0.windows.1 -=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 (#91618): https://edk2.groups.io/g/devel/message/91618 Mute This Topic: https://groups.io/mt/92520018/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Tue May 7 03:35:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+91619+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91619+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1658373300; cv=none; d=zohomail.com; s=zohoarc; b=GNW0xyP7AtTK91GhhLbdPNxd3dSoQckdUKlbiluE8qvqzET+D9Oq1nsQNiUi1buyOivLRQvSOiAX6qA/NrKHZbh4NaoWw39oS2OejotJSMG3NKxXqm+BMiv8lkyaTr75CFCx9SRu8QP8DWDRKABsJvHKhpb7xGsBaX5YtflijBY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1658373300; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=vUVXdAu7Z3Hg153oL2XLSk7teW6rm5H8YhBm7aHUN5E=; b=e4UPqcHFqJ/vbJiI/X8WTPl2m2qCUp5JR19vKAIOW+nEmBBpNG3l4mU4yDXaSz92p/LO/kr5Xw9YwIVuOVpifixRtHfO2S1wmuV0uwTmLYA4pT4xKP2A8a79uZtif5z0tyGY16YxPbzoKDJy5VIoKcI4vTVNckW4/RXpabvh/ic= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91619+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1658373300330391.70760994658633; Wed, 20 Jul 2022 20:15:00 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 0pjoYY1788612xdKEU6DwobK; Wed, 20 Jul 2022 20:14:59 -0700 X-Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web09.1955.1658373298351544451 for ; Wed, 20 Jul 2022 20:14:59 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10414"; a="284495392" X-IronPort-AV: E=Sophos;i="5.92,288,1650956400"; d="scan'208";a="284495392" X-Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2022 20:14:58 -0700 X-IronPort-AV: E=Sophos;i="5.92,288,1650956400"; d="scan'208";a="598305843" X-Received: from mdkinney-mobl2.amr.corp.intel.com ([10.209.56.116]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2022 20:14:58 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Harry Han , Andrew Fish , Leif Lindholm Subject: [edk2-devel] [Patch v2 3/3] Maintainers.txt: Remove reviewer Harry Han Date: Wed, 20 Jul 2022 20:14:44 -0700 Message-Id: <20220721031444.1403-4-michael.d.kinney@intel.com> In-Reply-To: <20220721031444.1403-1-michael.d.kinney@intel.com> References: <20220721031444.1403-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,michael.d.kinney@intel.com X-Gm-Message-State: Yxe8CnPhyv5sOfjhy79YCPvJx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1658373299; bh=Wf3NnqfWi5Oqvdc29L3cYzcoGWmlJaQCEMlY8HyBv8g=; h=Cc:Date:From:Reply-To:Subject:To; b=aBYMw0zjfGGxZwm95xNAMS2VGrA10gIHJ8oRwRzBLcYUzxAVl6RdGi48JbYnVT8tvZm pCTOuvoL1ecVH//LRLuApooA429OYqBNKQtIsBO/PElFdoF4ZS16FeRz3wpLvSUP/BtBA 0IpmCukJLQrEH0s31bf789x4K6i7Pa755Tg= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1658373302412100013 Content-Type: text/plain; charset="utf-8" Cc: Harry Han Cc: Andrew Fish Cc: Leif Lindholm Signed-off-by: Michael D Kinney Reviewed-by: Han, Harry ; --- Maintainers.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index 608cdf749c3c..958d7f037d51 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -372,7 +372,6 @@ F: MdeModulePkg/Core/Pei/ R: Dandan Bi [dandanbi] R: Liming Gao [lgao4] R: Debkumar De [dde01] -R: Harry Han R: Catharine West [catharine-intl] =20 MdeModulePkg: Reset modules @@ -603,7 +602,6 @@ UefiCpuPkg: Sec related modules F: UefiCpuPkg/SecCore/ F: UefiCpuPkg/ResetVector/ R: Debkumar De [dde01] -R: Harry Han R: Catharine West [catharine-intl] =20 UefiPayloadPkg --=20 2.32.0.windows.1 -=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 (#91619): https://edk2.groups.io/g/devel/message/91619 Mute This Topic: https://groups.io/mt/92520019/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-