From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web10.3084.1687162354034629280 for ; Mon, 19 Jun 2023 01:12:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=e2w7jIv8; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1687162352; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cE/I3KJhbzNqN/Gs6SK6xy6X0x5oCgZuKVVRGeWn+3w=; b=e2w7jIv8WGivp48Gx+kriP6KuaH8KlJ82Uz8Io/5giZmd2n+jPFIZKWN34UbGeu8ALawlc J80hPOKRTez17tgJS5xjIyBF9zHhOm2FCbXikYY1ax6eFR6ZT0KSWkIE+orvgI5JIiP3P0 NmF6zXhA6Gv45wy+GD8WPoYw6sd4cSM= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-538-5U8OOpbkNeqwCFGBVTWa4Q-1; Mon, 19 Jun 2023 04:12:29 -0400 X-MC-Unique: 5U8OOpbkNeqwCFGBVTWa4Q-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 77E9680013A; Mon, 19 Jun 2023 08:12:28 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.111]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E0D1A2166B26; Mon, 19 Jun 2023 08:12:27 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 828DB18007AC; Mon, 19 Jun 2023 10:12:26 +0200 (CEST) Date: Mon, 19 Jun 2023 10:12:26 +0200 From: "Gerd Hoffmann" To: "Yao, Jiewen" Cc: Ard Biesheuvel , "devel@edk2.groups.io" , "Li, Yi1" , "Wang, Jian J" , Pawel Polawski , "Lu, Xiaoyu1" , "Jiang, Guomin" , Oliver Steffen , "Justen, Jordan L" Subject: Re: [edk2-devel] [PATCH 01/22] CryptoPkg/openssl: update submodule to openssl-3.0.8 Message-ID: References: <20230313083016.136448-1-kraxel@redhat.com> <20230313083016.136448-2-kraxel@redhat.com> <20230314081612.7dze46duc3dn6wrw@sirius.home.kraxel.org> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jun 02, 2023 at 02:29:11PM +0000, Yao, Jiewen wrote: > Thanks Ard. That is good news. > We may try the patch to see if that will break X86. > > Current blocking issue seems IA32 intrinsic and OVMF size. I am not sure if Gerd has any idea on that. Size is NOOPT only I guess? Problem is the effect of LTO is limited with optimization turned off. So building openssllib with moderate optimizations (-O1) is one option (works for gcc). Or just skip the NOOPT test builds in case openssl is included. take care, Gerd