From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=ting.ye@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id F3FCD208D6142 for ; Sun, 10 Feb 2019 18:58:54 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2019 18:58:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,357,1544515200"; d="scan'208";a="145757974" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 10 Feb 2019 18:58:53 -0800 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 10 Feb 2019 18:58:52 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 10 Feb 2019 18:58:52 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.194]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.110]) with mapi id 14.03.0415.000; Mon, 11 Feb 2019 10:58:50 +0800 From: "Ye, Ting" To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: Michael Turner , "Fu, Siyuan" Thread-Topic: [PATCH v1 0/2] Uninstall protocols when error happen in Driver Binding Start. Thread-Index: AQHUu4jvTn5TZH8jT02oBkQSgAKv/KXZ9EBA Date: Mon, 11 Feb 2019 02:58:49 +0000 Message-ID: References: <20190203062257.7128-1-Jiaxin.wu@intel.com> In-Reply-To: <20190203062257.7128-1-Jiaxin.wu@intel.com> 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 Subject: Re: [PATCH v1 0/2] Uninstall protocols when error happen in Driver Binding Start. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2019 02:58:55 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-By: Ye Ting =20 -----Original Message----- From: Wu, Jiaxin=20 Sent: Sunday, February 3, 2019 2:23 PM To: edk2-devel@lists.01.org Cc: Michael Turner ; Ye, Ting ; Fu, Siyuan ; Wu, Jiaxin Subject: [PATCH v1 0/2] Uninstall protocols when error happen in Driver Bin= ding Start. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1447 This patch is to uninstall Ip6ServiceBindingProtocol and Ip6ConfigProtocol = when error happen in Driver Binding Start. Cc: Michael Turner Cc: Ye Ting Cc: Fu Siyuan Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Wu Jiaxin Signed-off-by: Michael Turner Jiaxin Wu (2): MdeModulePkg/Ip4Dxe: Uninstall protocols when error happen in DriverBindi= ng Start. NetworkPkg/Ip6Dxe: Uninstall protocols when error happen in DriverBinding= Start. MdeModulePkg//Universal/Network/Ip4Dxe/Ip4Driver.c | 9 ++++-- NetworkPkg/Ip6Dxe/Ip6Driver.c | 28 +++++++++++++------ 2 files changed, 25 insertions(+), 12 deletions(-) -- 2.17.1.windows.2