From: Jian J Wang <jian.j.wang@intel.com>
To: edk2-devel@lists.01.org
Subject: [PATCH 0/6] Fix issues caused by NX memory protection
Date: Mon, 15 Jan 2018 16:54:27 +0800 [thread overview]
Message-ID: <20180115085433.25008-1-jian.j.wang@intel.com> (raw)
NX memory protection feature enabled by PcdDxeNxMemoryProtectionPolicy
was not fully tested, especially if it's enabled for memory with type
of EfiBootServicesCode, EfiConventionalMemory and EfiReservedMemoryType.
This series will fix all issues caused by it.
Jian J Wang (6):
UefiCpuPkg/MpInitLib: split wake up buffer into two parts
UefiCpuPkg/CpuExceptionHandlerLib: alloc code memory for exception
handlers
UefiCpuPkg/CpuDxe: clear NX attr for page directory
UefiCpuPkg/PiSmmCpuDxeSmm: Enable NXE if it's available
MdeModulePkg/PiSmmCore: remove NX attr from SMM RAM
MdeModulePkg/BootScriptExecutorDxe: remove NX attr for FfsBuffer
MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c | 18 ++++-
.../BootScriptExecutorDxe.inf | 1 +
.../Acpi/BootScriptExecutorDxe/ScriptExecute.c | 14 ++++
.../Acpi/BootScriptExecutorDxe/ScriptExecute.h | 1 +
UefiCpuPkg/CpuDxe/CpuPageTable.c | 6 +-
.../Library/CpuExceptionHandlerLib/DxeException.c | 18 ++++-
UefiCpuPkg/Library/MpInitLib/DxeMpLib.c | 34 +++++++++
UefiCpuPkg/Library/MpInitLib/Ia32/MpEqu.inc | 5 ++
UefiCpuPkg/Library/MpInitLib/Ia32/MpFuncs.nasm | 32 ++++----
UefiCpuPkg/Library/MpInitLib/MpLib.c | 45 +++++++++++
UefiCpuPkg/Library/MpInitLib/MpLib.h | 22 ++++++
UefiCpuPkg/Library/MpInitLib/PeiMpLib.c | 23 ++++++
UefiCpuPkg/Library/MpInitLib/X64/MpEqu.inc | 5 +-
UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm | 87 ++++++++++++++--------
UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmmInit.nasm | 14 ++++
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmInit.nasm | 12 ++-
16 files changed, 278 insertions(+), 59 deletions(-)
--
2.15.1.windows.2
next reply other threads:[~2018-01-15 8:49 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-15 8:54 Jian J Wang [this message]
2018-01-15 8:54 ` [PATCH 1/6] UefiCpuPkg/MpInitLib: split wake up buffer into two parts Jian J Wang
2018-01-18 6:53 ` Dong, Eric
2018-01-27 16:17 ` Laszlo Ersek
2018-01-28 21:43 ` Laszlo Ersek
2018-01-29 1:06 ` Wang, Jian J
2018-01-29 15:50 ` Laszlo Ersek
2018-01-15 8:54 ` [PATCH 2/6] UefiCpuPkg/CpuExceptionHandlerLib: alloc code memory for exception handlers Jian J Wang
2018-01-16 14:02 ` Dong, Eric
2018-01-15 8:54 ` [PATCH 3/6] UefiCpuPkg/CpuDxe: clear NX attr for page directory Jian J Wang
2018-01-16 14:02 ` Dong, Eric
2018-01-15 8:54 ` [PATCH 4/6] UefiCpuPkg/PiSmmCpuDxeSmm: Enable NXE if it's supported Jian J Wang
2018-01-16 14:02 ` Dong, Eric
2018-01-28 22:46 ` Laszlo Ersek
2018-01-29 9:02 ` Wang, Jian J
2018-01-29 19:48 ` Laszlo Ersek
2018-01-30 13:09 ` Laszlo Ersek
2018-02-01 1:08 ` Wang, Jian J
2018-01-15 8:54 ` [PATCH 5/6] MdeModulePkg/PiSmmCore: remove NX attr for SMM RAM Jian J Wang
2018-01-15 10:18 ` Zeng, Star
2018-01-15 8:54 ` [PATCH 6/6] MdeModulePkg/BootScriptExecutorDxe: remove NX attr for FfsBuffer Jian J Wang
2018-01-15 10:18 ` Zeng, Star
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180115085433.25008-1-jian.j.wang@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox