From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web10.5145.1587459202757990160 for ; Tue, 21 Apr 2020 01:53:22 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: jian.j.wang@intel.com) IronPort-SDR: Rjt0Jstu4+3XRyiQ5N6rMXRaWWpOBoPfVG6ydCgFpFMuJAB1ghp4sU4tbyTC75NNqM+8xK0bxV VKCnbzhGFD4Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2020 01:53:22 -0700 IronPort-SDR: joLzYLFrKy8V/MiUo5iOLvcikQPnv49IdfxCXb+k9Nl9vVZFPY4S91X4eeCBahuQqcbSCFtt5f TY3rGifqYwVA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,409,1580803200"; d="scan'208";a="258641219" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga006.jf.intel.com with ESMTP; 21 Apr 2020 01:53:21 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 21 Apr 2020 01:52:58 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 21 Apr 2020 01:52:58 -0700 Received: from shsmsx107.ccr.corp.intel.com ([169.254.9.191]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.225]) with mapi id 14.03.0439.000; Tue, 21 Apr 2020 16:52:55 +0800 From: "Wang, Jian J" To: "devel@edk2.groups.io" , "Jiang, Guomin" Subject: Re: [edk2-devel] [PATCH v2 0/6] Mark the File parameter as OPTIONAL Thread-Topic: [edk2-devel] [PATCH v2 0/6] Mark the File parameter as OPTIONAL Thread-Index: AQHWE8FwYNxUZfVuCkSc0FJAU7GdY6iDTNBQ Date: Tue, 21 Apr 2020 08:52:54 +0000 Message-ID: References: <20200416073354.2232-1-guomin.jiang@intel.com> In-Reply-To: <20200416073354.2232-1-guomin.jiang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: jian.j.wang@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable For the patch series, Reviewed-by: Jian J Wang Regards, Jian > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of Guomin > Jiang > Sent: Thursday, April 16, 2020 3:34 PM > To: devel@edk2.groups.io > Subject: [edk2-devel] [PATCH v2 0/6] Mark the File parameter as OPTIONAL >=20 > File paramter should be optional according to the descritpion. >=20 > Guomin Jiang (6): > SecurityPkg/TPM: measure UEFI images without associated device paths > again > SecurityPkg/DxeImageAuth: Mark the File parameter as option > SecurityPkg/DxeImageVerificationLib: Mark the File parameter as > OPTIONAL > MdeModulePkg/SecurityManagementLib: Mark the File parameter as > OPTIONAL > MdeModulePkg/SecurityStubDxe: Mark the File parameter as OPTIONAL > MdePkg/Security2: Mark the File parameter as OPTIONAL. >=20 > .../Include/Library/SecurityManagementLib.h | 2 +- > .../DxeSecurityManagementLib.c | 2 +- > .../Universal/SecurityStubDxe/SecurityStub.c | 2 +- > MdePkg/Include/Protocol/Security2.h | 2 +- > .../DxeImageAuthenticationStatusLib.c | 2 +- > .../DxeImageVerificationLib.c | 2 +- > .../DxeTpm2MeasureBootLib.c | 20 +++++++++---------- > .../DxeTpmMeasureBootLib.c | 20 +++++++++---------- > 8 files changed, 26 insertions(+), 26 deletions(-) >=20 > -- > 2.25.1.windows.1 >=20 >=20 >=20