public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/3] fix empty window period of HeapGuard before CpuArchProtocol
@ 2018-03-15  5:03 Jian J Wang
  2018-03-15  5:03 ` [PATCH v3 1/3] MdeModulePkg/Core: allow HeapGuard even before CpuArchProtocol installed Jian J Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jian J Wang @ 2018-03-15  5:03 UTC (permalink / raw)
  To: edk2-devel

> v3:
>    Split the fixes into three patch files.

> v2:
>    Fix a logic hole in bits operation on address on 64K boundary with
>    just 64-bit length (SetBits(), ClearBits(), GetBits()).

This patch series fills up an empty window period of HeapGuard feature
before CpuArchProtocol installed, and fix an issue observed on 32-bit
real platform with this HeapGuard fix.

Jian J Wang (3):
  MdeModulePkg/Core: allow HeapGuard even before CpuArchProtocol
    installed
  MdeModulePkg/PiSmmCore: fix bits operation error on a boundary
    condition
  MdeModulePkg/Core: fix bits operation error on a boundary condition

 MdeModulePkg/Core/Dxe/Gcd/Gcd.c               |  10 ++
 MdeModulePkg/Core/Dxe/Mem/HeapGuard.c         | 148 ++++++++++++++++++++++++--
 MdeModulePkg/Core/Dxe/Mem/HeapGuard.h         |   8 ++
 MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c |   5 +
 MdeModulePkg/Core/PiSmmCore/HeapGuard.c       |  16 +--
 5 files changed, 174 insertions(+), 13 deletions(-)

-- 
2.16.2.windows.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-03-15  5:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-15  5:03 [PATCH v3 0/3] fix empty window period of HeapGuard before CpuArchProtocol Jian J Wang
2018-03-15  5:03 ` [PATCH v3 1/3] MdeModulePkg/Core: allow HeapGuard even before CpuArchProtocol installed Jian J Wang
2018-03-15  5:03 ` [PATCH v3 2/3] MdeModulePkg/PiSmmCore: fix bits operation error on a boundary condition Jian J Wang
2018-03-15  5:03 ` [PATCH v3 3/3] MdeModulePkg/Core: " Jian J Wang
2018-03-15  5:28 ` [PATCH v3 0/3] fix empty window period of HeapGuard before CpuArchProtocol Ni, Ruiyu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox