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.129.124]) by mx.groups.io with SMTP id smtpd.web11.7225.1669801468425011819 for ; Wed, 30 Nov 2022 01:44:29 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=QBmwJEwQ; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669801467; 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: content-transfer-encoding:content-transfer-encoding; bh=FPgTpWbF7X/DwD+orx30AxrAq6S3afC+VEoCtXx+6Rc=; b=QBmwJEwQF0ltJiLhwfKgHq/6oRBaGMuZDyr6ZqbstVmsIAQg9PeauchOsE5nXxRwwipNvW 2rpm4u4Jmhi1+3DFfxlcmhR2IFGZQswrsR6138ojw7rZyDF+pZVLQswL6M82AbjxpJ/7kr oyotb1wWMGF73X+uzyFHHzq0ESfnl78= 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-49-Z9G7_A1LMPi3knSKBLLNHg-1; Wed, 30 Nov 2022 04:44:20 -0500 X-MC-Unique: Z9G7_A1LMPi3knSKBLLNHg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id DD06A3C0D1A5; Wed, 30 Nov 2022 09:44:18 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.79]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0B55F1400B15; Wed, 30 Nov 2022 09:44:18 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 941A71800097; Wed, 30 Nov 2022 10:44:14 +0100 (CET) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Alexey Kardashevskiy , Liming Gao , Erdem Aktas , Pawel Polawski , Jordan Justen , Ard Biesheuvel , Yuwei Chen , Tom Lendacky , James Bottomley , Gerd Hoffmann , Oliver Steffen , Jiewen Yao , Min Xu , Brijesh Singh , Bob Feng Subject: [PATCH v7 0/2] Fix stack switching. Date: Wed, 30 Nov 2022 10:44:12 +0100 Message-Id: <20221130094414.1983787-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Gerd Hoffmann (2): tools_def: remove GCC_IA32_CC_FLAGS/GCC_X64_CC_FLAGS tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS BaseTools/Conf/tools_def.template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) -- 2.38.1