From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Thu, 04 Jul 2019 02:46:38 -0700 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0C3563082134; Thu, 4 Jul 2019 09:46:35 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-165.ams2.redhat.com [10.36.117.165]) by smtp.corp.redhat.com (Postfix) with ESMTP id B50FC5B2D2; Thu, 4 Jul 2019 09:46:28 +0000 (UTC) From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Ard Biesheuvel , Chao Zhang , Imran Desai , Jian Wang , Jiewen Yao , Jordan Justen , Leif Lindholm , Liming Gao , =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Michael D Kinney , Stefan Berger Subject: [PATCH 0/5] MdePkg, SecurityPkg, OvmfPkg: revert unreviewed SM3 patches Date: Thu, 4 Jul 2019 11:46:19 +0200 Message-Id: <20190704094624.21057-1-lersek@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Thu, 04 Jul 2019 09:46:35 +0000 (UTC) Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Repo: https://github.com/lersek/edk2.git Branch: revert_unreviewed_bz1781 The MdePkg patch and the OvmfPkg patch committed for had not been reviewed appropriately, so they must be reverted. Due to the MdePkg patch being the basis of the entire series, the SecurityPkg patches in the middle have to be reverted as well. (Leif pointed out that at least some of the SecurityPkg patches were not reviewed *on the list* either, so there's that too.) Cc: Ard Biesheuvel Cc: Chao Zhang Cc: Imran Desai Cc: Jian Wang Cc: Jiewen Yao Cc: Jordan Justen Cc: Leif Lindholm Cc: Liming Gao Cc: Marc-Andr=C3=A9 Lureau Cc: Michael D Kinney Cc: Stefan Berger Thanks Laszlo Laszlo Ersek (5): Revert "OvmfPkg: link SM3 support into Tcg2Pei and Tcg2Dxe" Revert "SecurityPkg: set SM3 bit in TPM 2.0 hash mask by default" Revert "SecurityPkg/HashLibBaseCryptoRouter: recognize the SM3 digest algorithm" Revert "SecurityPkg: introduce the SM3 digest algorithm" Revert "MdePkg/Protocol/Hash: introduce GUID for SM3" MdePkg/Include/Protocol/Hash.h = | 5 - OvmfPkg/OvmfPkgIa32.dsc = | 2 - OvmfPkg/OvmfPkgIa32X64.dsc = | 2 - OvmfPkg/OvmfPkgX64.dsc = | 2 - SecurityPkg/Include/Library/HashLib.h = | 1 - SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.c = | 150 -------------------- SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf = | 41 ------ SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.uni = | 15 -- SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommo= n.c | 1 - SecurityPkg/SecurityPkg.dec = | 5 +- SecurityPkg/SecurityPkg.dsc = | 3 - 11 files changed, 2 insertions(+), 225 deletions(-) delete mode 100644 SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLi= bSm3.c delete mode 100644 SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLi= bSm3.inf delete mode 100644 SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLi= bSm3.uni --=20 2.19.1.3.g30247aa5d201