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 6D221740034 for ; Wed, 3 Apr 2024 07:50:42 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ihPsxnMcB+3koEICG6wmmXQ6bw3lzYLW4JhdR90dxtw=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1712130641; v=1; b=tmqFrzwzXVlM0E7FwcTZ47f/x2ELq/8ltB9CZofUZLeOiIAU61K/6audOiJW6WXvWmNEzWrk 3EYbvBxq0sqjXAtmlM26lCxVzYtQkiqWkSODU+qi6hb1uvBczek9VmCqLQ69xK1W2c+gGAag+X5 SBZneBLfao8NR5YB/H93pqEn8Z21FZhLjz4DYcz+ux6Z/gS6dPvIT7hXWyOlTHDKT7U8ZTl9ZCW uehxh4XFMHQWZX5qym9G8BRODs5Pa19M6PR5pkMpiSFghcUflHcEXdVpBckHNTJuuv6fQGxrRFf mN7865JerxloCyFuI0gnlzBq3a2Pk05axRRnBdT1ZUjtA== X-Received: by 127.0.0.2 with SMTP id rNmzYY7687511xRukTIrEoR4; Wed, 03 Apr 2024 00:50:41 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by mx.groups.io with SMTP id smtpd.web11.5859.1712130636141857502 for ; Wed, 03 Apr 2024 00:50:40 -0700 X-CSE-ConnectionGUID: Llu9K+I7QbW8BL1mJopwVw== X-CSE-MsgGUID: us1v+cgaQrSeDwHb3wKgnA== X-IronPort-AV: E=McAfee;i="6600,9927,11032"; a="10311948" X-IronPort-AV: E=Sophos;i="6.07,176,1708416000"; d="scan'208";a="10311948" X-Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Apr 2024 00:50:40 -0700 X-CSE-ConnectionGUID: R0pXADGnTlmXNHTDWmII3g== X-CSE-MsgGUID: rp3mnas8RdGQy143MUoxYQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,176,1708416000"; d="scan'208";a="18399072" X-Received: from shwdesfp01.ccr.corp.intel.com ([10.239.158.151]) by fmviesa009-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Apr 2024 00:50:38 -0700 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Zhiguang Liu , Liming Gao , Jiaxin Wu , Ray Ni , Laszlo Ersek , Ard Biesheuvel , Sami Mujawar Subject: [edk2-devel] [PATCH v2 2/6] Revert 049ff6c39c73edd3709c05bd0e46184320471358 Date: Wed, 3 Apr 2024 15:50:13 +0800 Message-Id: <20240403075017.1997-3-zhiguang.liu@intel.com> In-Reply-To: <20240403075017.1997-1-zhiguang.liu@intel.com> References: <20240403075017.1997-1-zhiguang.liu@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 Resent-Date: Wed, 03 Apr 2024 00:50:40 -0700 Resent-From: zhiguang.liu@intel.com Reply-To: devel@edk2.groups.io,zhiguang.liu@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 9tnCQa9scwxZq3BLKbCKUKE0x7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=tmqFrzwz; 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 This reverts commit "StandaloneMmPkg: Support to unregister MMI handler inside MMI handler" for better design later. Cc: Liming Gao Cc: Jiaxin Wu Cc: Ray Ni Cc: Laszlo Ersek Cc: Ray Ni Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Sami Mujawar Signed-off-by: Zhiguang Liu --- StandaloneMmPkg/Core/Mmi.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/StandaloneMmPkg/Core/Mmi.c b/StandaloneMmPkg/Core/Mmi.c index c1a1d76e85..0de6fd17fc 100644 --- a/StandaloneMmPkg/Core/Mmi.c +++ b/StandaloneMmPkg/Core/Mmi.c @@ -154,14 +154,9 @@ MmiManage ( Head = &MmiEntry->MmiHandlers; } - for (Link = Head->ForwardLink; Link != Head;) { + for (Link = Head->ForwardLink; Link != Head; Link = Link->ForwardLink) { MmiHandler = CR (Link, MMI_HANDLER, Link, MMI_HANDLER_SIGNATURE); - // - // To support unregister MMI handler inside MMI handler itself, - // get next node before handler is executed, since LIST_ENTRY that - // Link points to may be freed if unregister MMI handler. - // - Link = Link->ForwardLink; + Status = MmiHandler->Handler ( (EFI_HANDLE)MmiHandler, Context, -- 2.31.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117350): https://edk2.groups.io/g/devel/message/117350 Mute This Topic: https://groups.io/mt/105304506/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-