From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 690C6740040 for ; Thu, 29 Feb 2024 13:03:08 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=GuFUcSLiYtXA+99yquLrp4aAs8voksWjIY1pzFd9FZ0=; c=relaxed/simple; d=groups.io; h=From:To:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1709211787; v=1; b=YKk/acW+yST/9/34bA2xeQe5O0tLL7qLjp4dRwzGh7OrfnKoqua7OUgJ6jonYVGlG6IxJOdk u+Bw425Jo44PHn5CINMm1raBqcFSRVmBFwdyKXPMoQ9HNTj/QljJkHdpVwMyhwdxEwUeG2pJBqU pDo29MHCRnMztvz0+QNvfBUg= X-Received: by 127.0.0.2 with SMTP id bFduYY7687511xEJwBFGzaPe; Thu, 29 Feb 2024 05:03:07 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.16]) by mx.groups.io with SMTP id smtpd.web11.24094.1709211785992876904 for ; Thu, 29 Feb 2024 05:03:06 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10998"; a="3794415" X-IronPort-AV: E=Sophos;i="6.06,194,1705392000"; d="scan'208";a="3794415" X-Received: from orviesa006.jf.intel.com ([10.64.159.146]) by orvoesa108.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Feb 2024 05:02:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,194,1705392000"; d="scan'208";a="8241595" X-Received: from shwdeopenlab706.ccr.corp.intel.com ([10.239.55.95]) by orviesa006.jf.intel.com with ESMTP; 29 Feb 2024 05:02:48 -0800 From: "Ni, Ray" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH 0/2] Fix stack overflow issue due to nested interrupts Date: Thu, 29 Feb 2024 21:02:44 +0800 Message-Id: <20240229130246.3-1-ray.ni@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ray.ni@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: mTs7zgQLT3oGxFK97lucHhckx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b="YKk/acW+"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Ray Ni (2): UefiCpuPkg/CpuDxe: Return correct interrupt state MdeModulePkg/DxeCore: Fix stack overflow issue due to nested interrupts MdeModulePkg/Core/Dxe/Event/Tpl.c | 151 +++++++++++++++++++++++++++++- UefiCpuPkg/CpuDxe/CpuDxe.c | 10 +- 2 files changed, 150 insertions(+), 11 deletions(-) -- 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116165): https://edk2.groups.io/g/devel/message/116165 Mute This Topic: https://groups.io/mt/104642315/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-