From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: hao.a.wu@intel.com) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by groups.io with SMTP; Mon, 10 Jun 2019 01:06:27 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jun 2019 01:06:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,573,1557212400"; d="scan'208";a="183344182" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 10 Jun 2019 01:06:25 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 10 Jun 2019 01:06:25 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 10 Jun 2019 01:06:25 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.137]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.10]) with mapi id 14.03.0415.000; Mon, 10 Jun 2019 16:06:23 +0800 From: "Wu, Hao A" To: "devel@edk2.groups.io" CC: "lersek@redhat.com" , Leif Lindholm , "Kinney, Michael D" , Andrew Fish , "Justen, Jordan L" , Ard Biesheuvel , "Gao, Liming" , "Yao, Jiewen" , "Zeng, Star" Subject: [RFC] Fine-grained review ownership for MdeModulePkg Thread-Topic: [RFC] Fine-grained review ownership for MdeModulePkg Thread-Index: AdUfX+yvPcbIWDrsTIaYM9h7G+B2Qw== Date: Mon, 10 Jun 2019 08:06:23 +0000 Message-ID: Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: hao.a.wu@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello all, Driven by the issue raised and discussions with thread: https://edk2.groups.io/g/devel/topic/31907735#42076 This RFC proposal is raised to work out a fine-grained review ownership for MdeModulePkg. The goal is to update the 'MdeModulePkg' section in file Maintainers.txt to resemble the format like the 'OvmfPkg' section. Several reviewers will be listed to take the ownership to review patches for a specific feature in the package. In order to get the list of reviewers, a 2-step process will be adopted: 1. Work out a list that contains major features in MdeModulePkg. 2. Call for owners for every item in the list. For 1, a coarse feature list is: Acpi Bds Capsule Compress Console Core (PeiCore, DxeCore, PiSmmCore, etc. Mainly content in MdeModulePkg/Core= / folder) Device (peripheral & storage) Disk EBC HII MemoryManagement (include memory test, memory allocation, memory profile, e= tc.) PCD PCI bus Reset S3 (including LockBox) SMBIOS SMM Status Code UI Variable Misc (all the components that do not fit in the above items) Once we think the granularity of the above list is fine and there is no significant feature missing, I will update such list to include the modules that belong to a specific feature. So adjustments can be done to work out the final feature list. The proposal here is far from mature, so any feedback/suggestion will be appreciated. Best Regards, Hao Wu