Commit aab6fa2
Bump Features/MM_SUPV from 21.0.0 to 21.0.2 (#1307)
Bumps Features/MM_SUPV from `21.0.0` to `21.0.2`
Introduces 11 new commits in
[Features/MM_SUPV](https://github.com/microsoft/mu_feature_mm_supv.git).
Signed-off-by: Project Mu Bot <mubot@microsoft.com>
Co-authored-by: Project Mu Bot <mubot@microsoft.com>1 parent b2237d4 commit aab6fa2
1 file changed
Lines changed: 1 addition & 1 deletion
- .github/workflows/codeql.yml+9-9
- MmSupervisorPkg/Core/Dispatcher/Dispatcher.c+13-26
- MmSupervisorPkg/Core/FwVol/FwVol.c+1-1
- MmSupervisorPkg/Core/Mem/HeapGuard.c+4-4
- MmSupervisorPkg/Core/Mem/MemWrapper.c+5-5
- MmSupervisorPkg/Core/Mem/PageTbl.c+3-3
- MmSupervisorPkg/Core/Mem/SmmCpuMemoryManagement.c+42-42
- MmSupervisorPkg/Core/Misc/MemoryAttributesTable.c+1-1
- MmSupervisorPkg/Core/MmSupervisorCore.c+75-49
- MmSupervisorPkg/Core/MmSupervisorCore.h-1
- MmSupervisorPkg/Core/MmSupervisorCore.inf+6-4
- MmSupervisorPkg/Core/PrivilegeMgmt/SyscallDispatcher.c+21-21
- MmSupervisorPkg/Core/Relocate/Relocate.c+4-4
- MmSupervisorPkg/Core/Relocate/SmramSaveState.c+1-1
- MmSupervisorPkg/Core/Request/FetchPolicy.c+9-9
- MmSupervisorPkg/Core/Request/RequestDispatcher.c+9-9
- MmSupervisorPkg/Core/Request/UnblockMemory.c+17-17
- MmSupervisorPkg/Core/Request/UpdateCommBuffer.c+11-11
- MmSupervisorPkg/Core/Request/VersionInfo.c+3-3
- MmSupervisorPkg/Core/Services/MpService/MpService.c+1-1
- MmSupervisorPkg/Core/Telemetry/Telemetry.c+11-11
- MmSupervisorPkg/Core/Test/PagingAudit.c+19-19
- MmSupervisorPkg/Core/Test/Test.c+4-4
- MmSupervisorPkg/Drivers/MmCommunicationBuffer/MmCommunicationBufferPei.c+10-10
- MmSupervisorPkg/Drivers/MmPeiLaunchers/MmDxeSupport.c+7-7
- MmSupervisorPkg/Drivers/MmPeiLaunchers/MmIplPei.c+35-28
- MmSupervisorPkg/Drivers/MmSupervisorErrorReport/MmSupervisorErrorReport.c+4-4
- MmSupervisorPkg/Drivers/MmSupervisorRing3Broker/MmCpu/SyscallMmCpuRing3Broker.c+1-1
- MmSupervisorPkg/Drivers/StandaloneMmUnblockMem/StandaloneMmUnblockMem.c+16-16
- MmSupervisorPkg/Include/Guid/MmDispatch.h-17
- MmSupervisorPkg/Include/Guid/MmSupvUnblockRegion.h+18
- MmSupervisorPkg/Library/BaseLibSysCall/BaseLib.inf+2
- MmSupervisorPkg/Library/BaseLibSysCall/X64/Invd.c+29
- MmSupervisorPkg/Library/DxeMmSupervisorVersionPublicationLib/DxeMmSupervisorVersionPublicationLib.c+6-4
- MmSupervisorPkg/Library/IhvMmSaveStateSupervisionLib/IhvMmSaveStateSupervisionLib.c+8-8
- MmSupervisorPkg/Library/MmSupervisorUnblockMemoryLib/MmSupervisorUnblockMemoryLibDxe.c+2-2
- MmSupervisorPkg/Library/MmSupervisorUnblockMemoryLib/MmSupervisorUnblockMemoryLibDxe.inf+1-1
- MmSupervisorPkg/Library/MmSupervisorUnblockMemoryLib/MmSupervisorUnblockMemoryLibPei.c+4-4
- MmSupervisorPkg/Library/MmSupervisorUnblockMemoryLib/MmSupervisorUnblockMemoryLibPei.inf+1-1
- MmSupervisorPkg/Library/SecurePolicyLib/GeneralPolicy.c+25-25
- MmSupervisorPkg/Library/SecurePolicyLib/MemPolicy.c+5-5
- MmSupervisorPkg/Library/SmmPolicyGateLib/SmmPolicyGateLib.c+16-16
- MmSupervisorPkg/MmSupervisorPkg.dec+2-2
- MmSupervisorPkg/Private/Guid/MmUnblockRegion.h-18
- MmSupervisorPkg/Test/MmPagingAuditTest/UEFI/MmPagingAuditApp.c+49-68
- MmSupervisorPkg/Test/MmPagingAuditTest/UEFI/MmPagingAuditApp.inf-1
- MmSupervisorPkg/Test/MmPagingAuditTest/UEFI/X64/PagingAuditProcessor.c+10-10
- MmSupervisorPkg/Test/MmSupvRequestUnitTestApp/MmSupvMemPolicyUnitTest.c+10-10
- MmSupervisorPkg/Test/MmSupvRequestUnitTestApp/MmSupvRequestUnitTestApp.c+10-10
- MmSupervisorPkg/Test/MmSupvRequestUnitTestApp/MmSupvRequestUnitTestApp.inf-1
- MmSupervisorPkg/Test/MmiHandlerProfileInfo/MmiHandlerProfileInfo.c+2-32
- MmSupervisorPkg/Test/MmiHandlerProfileInfo/MmiHandlerProfileInfo.inf-1
- SeaPkg/Core/Init/StmInit.c+100-49
- SeaPkg/Core/Runtime/SeaResponderReport.c+84-17
- SeaPkg/Core/Runtime/StmRuntimeUtil.h+10-8
- SeaPkg/Core/Stm.inf+2-2
- SeaPkg/Core/Test/ResponderValidationTestLib.c+120-25
- SeaPkg/Core/Test/ResponderValidationTestLib.inf+1-2
- SeaPkg/Docs/PlatformIntegration/PlatformIntegrationSteps.md+1-1
- SeaPkg/Include/Library/HashLibRaw.h-19
- SeaPkg/Include/Library/SmrrLib.h+82
- SeaPkg/Library/BaseSmrrLibNull/BaseSmrrLibNull.c+97
- SeaPkg/Library/BaseSmrrLibNull/BaseSmrrLibNull.inf+24
- SeaPkg/Library/HashLibRaw/HashLibRaw.c+1-1
- SeaPkg/Library/HashLibRaw/HashLibRaw.inf+3-4
- SeaPkg/Library/SmmCpuFeaturesLib/CpuFeaturesLib.h+1
- SeaPkg/Library/SmmCpuFeaturesLib/IntelSmmCpuFeaturesLib.c+8-173
- SeaPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibCommon.c+1
- SeaPkg/Library/SmmCpuFeaturesLib/SmmStm.c+7-7
- SeaPkg/Library/SmmCpuFeaturesLib/StandaloneMmCpuFeaturesLibStm.inf+1
- SeaPkg/SeaPkg.ci.yaml+1-3
- SeaPkg/SeaPkg.dec+1
- SeaPkg/SeaPkg.dsc+4-2
- SeaPkg/Tests/ResponderValidationTest/ResponderValidationTestApp.c+9-28
- SeaPkg/Tests/ResponderValidationTest/ResponderValidationTestApp.inf-2
- SeaPkg/Tools/GenSeaArtifacts/gen_manifest/Cargo.toml+1-1
- SeaPkg/Tools/GenSeaArtifacts/test_aux/Cargo.toml+1-1
- pip-requirements.txt+1-1
- rust-toolchain.toml+1-1
0 commit comments