From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.85.128.65, mailfrom: philmd@redhat.com) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by groups.io with SMTP; Thu, 04 Jul 2019 03:58:39 -0700 Received: by mail-wm1-f65.google.com with SMTP id 207so5312887wma.1 for ; Thu, 04 Jul 2019 03:58:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:openpgp:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=yPhmGhmih0mGnO78QuTaJ/vBXO5BxDi214i0kTN5FTM=; b=Ub/OqYq69u41Yw8luLQ/vCAXQvswugokk6lUOCDS5YB16cZfe+lY1vGF5T/K9I8HnU XH7XxxGDQ/bHtoII/hUg0QmpTd5mz6bTRuclVM5e1H4x5nhybpZJX4ZDXyrW8WENDuKg tcTTtUGC1R3KGL7VYdFMybpKDC1+aXw5+abdoin2XtjMwolqs5mijBMx4qYNvOmDX67S eCWVS+WvOWnS8APPVkQYGd/OjIUxQ+0hHd0GvPBro49f8dJjAHcWEqKaKjkg3j3KaQjF A4mSUn470dN9v2SnA6N4D9fJYOfEYcaswmN87CFO+X4YN4oXc4FnO+GlNhJIeDsan/Nu H4AA== X-Gm-Message-State: APjAAAVgQWvv4FH/5QJaW28exs20BaMFNiAH0QM0QRQuvjdO7mFdQTYS 951/gQzMzb5FPGxf9Ob7KiCXeA== X-Google-Smtp-Source: APXvYqxI1hyUD0u91j64rqzXyZDNbpaFTOP3xf7zFgQBHLWsAA1QkQJ5BmdCkBfXde1Psjm1sbrQ1g== X-Received: by 2002:a1c:9d48:: with SMTP id g69mr12805978wme.31.1562237917934; Thu, 04 Jul 2019 03:58:37 -0700 (PDT) Return-Path: Received: from [192.168.1.38] (56.red-88-18-140.staticip.rima-tde.net. [88.18.140.56]) by smtp.gmail.com with ESMTPSA id a12sm6353447wrt.46.2019.07.04.03.58.36 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Thu, 04 Jul 2019 03:58:37 -0700 (PDT) Subject: Re: [edk2-devel] [PATCH 0/5] MdePkg, SecurityPkg, OvmfPkg: revert unreviewed SM3 patches To: devel@edk2.groups.io, lersek@redhat.com Cc: Ard Biesheuvel , Chao Zhang , Imran Desai , Jian Wang , Jiewen Yao , Jordan Justen , Leif Lindholm , Liming Gao , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , Michael D Kinney , Stefan Berger References: <20190704094624.21057-1-lersek@redhat.com> From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= Openpgp: id=89C1E78F601EE86C867495CBA2A3FD6EDEADC0DE; url=http://pgp.mit.edu/pks/lookup?op=get&search=0xA2A3FD6EDEADC0DE Message-ID: Date: Thu, 4 Jul 2019 12:58:36 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190704094624.21057-1-lersek@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit On 7/4/19 11:46 AM, Laszlo Ersek wrote: > 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é 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" Reviewed-by: Philippe Mathieu-Daude