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.web12.4658.1654682971963103732 for ; Wed, 08 Jun 2022 03:09:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=b/hOIJCK; 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=1654682971; 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=2rB9wudA070zO+F+NZAU5twdzaHrySg3H7mz5GVzAp8=; b=b/hOIJCKFz3EHZrtE0ZtihWItAHw8ggG8HQtjd556pZjN4ZaU55Houq+MUxUiETHkBWt/Q pDgewf16BDe9VYL2cunrP+lSLLiR2qNqsEelfpfS+WAlWp0+BpHTBVlQJgenkl0pKsT3FK IMZB9/8h2QHoiyT/OtRsqSwZWz6CB3E= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-510-pVy2on7DMJGyLu3jhGbUHQ-1; Wed, 08 Jun 2022 06:09:28 -0400 X-MC-Unique: pVy2on7DMJGyLu3jhGbUHQ-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9BD4D1C08963; Wed, 8 Jun 2022 10:09:27 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.40]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 21ADE492C3B; Wed, 8 Jun 2022 10:09:27 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id A679E18003AA; Wed, 8 Jun 2022 12:09:25 +0200 (CEST) Date: Wed, 8 Jun 2022 12:09:25 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: jiewen.yao@intel.com, Pawel Polawski , Brijesh Singh , Oliver Steffen , James Bottomley , Ard Biesheuvel , "Aktas, Erdem" , "Feng, Bob C" , "Chen, Christine" , "Gao, Liming" , "Xu, Min M" , Tom Lendacky , "Justen, Jordan L" , Jiri Slaby Subject: Re: [edk2-devel] [PATCH v4 1/1] OvmfPkg/Sec: fix stack switch Message-ID: <20220608100925.vkyjbri3pxs654pn@sirius.home.kraxel.org> References: <20220607123905.2980161-1-kraxel@redhat.com> <20220607144525.r625m3fe2koyqiyn@sirius.home.kraxel.org> <20220608085923.iujk4al6etnowm4l@sirius.home.kraxel.org> MIME-Version: 1.0 In-Reply-To: <20220608085923.iujk4al6etnowm4l@sirius.home.kraxel.org> X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > Apparently this not the case though. Maybe older gcc versions have > different defaults. I'll investigate. Using -fomit-frame-pointer for x64 and -fno-omit-frame-pointer for ia32 passes CI for me (https://github.com/tianocore/edk2/pull/2955), I'll send the new patch i a moment. take care, Gerd