|
[PATCH v1 01/12] MdeModulePkg/SmbiosDxe: Fix pointer and buffer overflow CodeQL alerts
3 messages
From: Erich McMillan <emcmillan@...> Details for these CodeQL alerts can be found here: - Pointer overflow check (cpp/pointer-overflow-check): - https://cwe.mitre.org/data/definitions/758.html - Poten
From: Erich McMillan <emcmillan@...> Details for these CodeQL alerts can be found here: - Pointer overflow check (cpp/pointer-overflow-check): - https://cwe.mitre.org/data/definitions/758.html - Poten
|
By
Michael Kubacki
·
|
|
[PATCH v1 03/12] BaseTools/VfrCompile: Fix potential buffer overwrites
2 messages
From: Michael Kubacki <michael.kubacki@...> While more portable methods exist to handle these cases, this change does not attempt to do more than fix the immediate problem and follow the conventions a
From: Michael Kubacki <michael.kubacki@...> While more portable methods exist to handle these cases, this change does not attempt to do more than fix the immediate problem and follow the conventions a
|
By
Michael Kubacki
·
|
|
[PATCH v1 02/12] BaseTools/PatchCheck.py: Add PCCTS to tab exemption list
2 messages
From: Michael Kubacki <michael.kubacki@...> Purdue Compiler Construction Tool Set (PCCTS) source code was copied/ pasted into BaseTools/Source/C/VfrCompile/Pccts/. The code contains tab characters ins
From: Michael Kubacki <michael.kubacki@...> Purdue Compiler Construction Tool Set (PCCTS) source code was copied/ pasted into BaseTools/Source/C/VfrCompile/Pccts/. The code contains tab characters ins
|
By
Michael Kubacki
·
|
|
[PATCH v1 00/12] Enable New CodeQL Queries
3 messages
From: Michael Kubacki <michael.kubacki@...> Adds queries for the following: 1. cpp/conditionallyuninitializedvariable 2. cpp/pointer-overflow-check 3. cpp/overrunning-write 4. cpp/overrunning-write-wi
From: Michael Kubacki <michael.kubacki@...> Adds queries for the following: 1. cpp/conditionallyuninitializedvariable 2. cpp/pointer-overflow-check 3. cpp/overrunning-write 4. cpp/overrunning-write-wi
|
By
Michael Kubacki
·
|
|
[PATCH 1/3] CloudHv:arm: add kernel load fs driver
4 messages
This is used for supporting direct kernel boot in CloudHv. CloudHv will store kernel image in system ram and pass kernel info through DT. It's firmware's responsibility to fetch the kernel data and cr
This is used for supporting direct kernel boot in CloudHv. CloudHv will store kernel image in system ram and pass kernel info through DT. It's firmware's responsibility to fetch the kernel data and cr
|
By
Jianyong Wu
·
|
|
[PATCH V1 0/5] Use CcExitLib instead of VmgExitLib in edk2-platforms
3 messages
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4159 VmgExitLib is renamed as CcExitLib in EDK2. This change should be applied in edk2-platforms as well. The impacted platform pkgs are: - MinPlatfo
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4159 VmgExitLib is renamed as CcExitLib in EDK2. This change should be applied in edk2-platforms as well. The impacted platform pkgs are: - MinPlatfo
|
By
Min Xu
·
|
|
[PATCH 2/3] CloudHv:arm: build hob for kernel image memory as read-only
3 messages
As we use memory to pass kernel image, the memory region where kernel image locates should be added into hob as read-only. Signed-off-by: Jianyong Wu <jianyong.wu@...> --- .../CloudHvVirtMemInfoLib.c
As we use memory to pass kernel image, the memory region where kernel image locates should be added into hob as read-only. Signed-off-by: Jianyong Wu <jianyong.wu@...> --- .../CloudHvVirtMemInfoLib.c
|
By
Jianyong Wu
·
|
|
[PATCH v3 1/1] MdePkg/BaseRngLib: Add a smoketest for RDRAND and check CPUID
RDRAND has notoriously been broken many times over its lifespan. Add a smoketest to RDRAND, in order to better sniff out potential security concerns. Also add a proper CPUID test in order to support o
RDRAND has notoriously been broken many times over its lifespan. Add a smoketest to RDRAND, in order to better sniff out potential security concerns. Also add a proper CPUID test in order to support o
|
By
Pedro Falcato
·
|
|
[PATCH v2 1/1] MdePkg/BaseRngLib: Add a smoketest for RDRAND and check CPUID
5 messages
RDRAND has notoriously been broken many times over its lifespan. Add a smoketest to RDRAND, in order to better sniff out potential security concerns. Also add a proper CPUID test in order to support o
RDRAND has notoriously been broken many times over its lifespan. Add a smoketest to RDRAND, in order to better sniff out potential security concerns. Also add a proper CPUID test in order to support o
|
By
Pedro Falcato
·
|
|
edksetup.sh: fix for non POSIX whereis(1)
8 messages
diff --git a/edksetup.sh b/edksetup.sh index 06d2f041e6..46b295c430 100755 --- a/edksetup.sh +++ b/edksetup.sh @@ -105,6 +105,19 @@ function SetupEnv() fi } +# whereis(1) is not a POSIX utility and, f
diff --git a/edksetup.sh b/edksetup.sh index 06d2f041e6..46b295c430 100755 --- a/edksetup.sh +++ b/edksetup.sh @@ -105,6 +105,19 @@ function SetupEnv() fi } +# whereis(1) is not a POSIX utility and, f
|
By
tlaronde@...
·
|
|
[PATCH 3/3] OvmfPkg/OvmfX86: Enable RDRAND based EFI_RNG_PROTOCOL implementation
8 messages
Expose the EFI_RNG_PROTOCOL based on RdRand, so that we don't have to rely on QEMU providing a virtio-rng device in order to implement this protocol. Signed-off-by: Ard Biesheuvel <ardb@...> --- OvmfP
Expose the EFI_RNG_PROTOCOL based on RdRand, so that we don't have to rely on QEMU providing a virtio-rng device in order to implement this protocol. Signed-off-by: Ard Biesheuvel <ardb@...> --- OvmfP
|
By
Ard Biesheuvel
·
|
|
[PATCH 1/1] MdePkg/BaseRngLib: Add a smoketest for RDRAND and check CPUID
3 messages
RDRAND has notoriously been broken many times over its lifespan. Add a smoketest to RDRAND, in order to better sniff out potential security concerns. Also add a proper CPUID test in order to support o
RDRAND has notoriously been broken many times over its lifespan. Add a smoketest to RDRAND, in order to better sniff out potential security concerns. Also add a proper CPUID test in order to support o
|
By
Pedro Falcato
·
|
|
[PATCH V1 1/1] UefiCpuPkg: Add back VmgExitLib to fix downstream incompatibility issue
2 messages
From: Min M Xu <min.m.xu@...> VmgExitLib is renamed as CcExitLib in commit a89f558d3c. This brought incompatibility issues for platforms downstream. This patch adds back VmgExitLib (VmgExitLib.h & Vmg
From: Min M Xu <min.m.xu@...> VmgExitLib is renamed as CcExitLib in commit a89f558d3c. This brought incompatibility issues for platforms downstream. This patch adds back VmgExitLib (VmgExitLib.h & Vmg
|
By
Min Xu
·
|
|
[PATCH 3/3] .azurepipelines: Expand PlatformCI template for Shell UnitTest
Expand PlatformCI build and run steps template for Shell UnitTest. Add a new parameter unit_test_list to support building and running specific Shell UnitTest modules. In stuart_pr_eval step, if the un
Expand PlatformCI build and run steps template for Shell UnitTest. Add a new parameter unit_test_list to support building and running specific Shell UnitTest modules. In stuart_pr_eval step, if the un
|
By
duntan
·
|
|
[PATCH 2/3] OvmfPkg/PlatformCI: Add new JOB in .yml of OvmfPkg PlatformCI
Add new job like OVMF_X64_DEBUG_UNIT_TEST in OvmfPkg PlatformCI .yml file. New parameter unit_test_list is used to specify Shell Unit Test list which needs to build and run. Format for this input shou
Add new job like OVMF_X64_DEBUG_UNIT_TEST in OvmfPkg PlatformCI .yml file. New parameter unit_test_list is used to specify Shell Unit Test list which needs to build and run. Format for this input shou
|
By
duntan
·
|
|
[PATCH 1/3] OvmfPkg/PlatformCI: Expand Ovmf PlatformCI for Shell UnitTest
Expand Ovmf PlatformBuild.py and PlatformBuildLib.py to support building and running specific Shell target UnitTest modules. In the new CommonPlatform class: It provides new class attributes and new m
Expand Ovmf PlatformBuild.py and PlatformBuildLib.py to support building and running specific Shell target UnitTest modules. In the new CommonPlatform class: It provides new class attributes and new m
|
By
duntan
·
|
|
[PATCH 0/3] Expand Ovmf PlatformCI to enable CI for Shell UnitTest
OvmfPkg/PlatformCI: Expand Ovmf PlatformCI python files for Shell UnitTest OvmfPkg/PlatformCI: Add new JOB in .yml of OvmfPkg PlatformCI yml files .azurepipelines: Expand PlatformCI template yml files
OvmfPkg/PlatformCI: Expand Ovmf PlatformCI python files for Shell UnitTest OvmfPkg/PlatformCI: Add new JOB in .yml of OvmfPkg PlatformCI yml files .azurepipelines: Expand PlatformCI template yml files
|
By
duntan
·
|
|
回复: [edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, November 22, 2022
#cal-reminder
Few issues are reported this week. Let’s cancel this week meeting. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Group Notification 发送时间: 2022年11月22日 10:30 收件人: devel@edk2.groups.i
Few issues are reported this week. Let’s cancel this week meeting. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Group Notification 发送时间: 2022年11月22日 10:30 收件人: devel@edk2.groups.i
|
By
gaoliming
·
|
|
EmulatorPkg: fixes for NetBSD compilation
3 messages
diff --git a/EmulatorPkg/Unix/Host/BlockIo.c b/EmulatorPkg/Unix/Host/BlockIo.c index cf2d6b4cda..c0c694be55 100644 --- a/EmulatorPkg/Unix/Host/BlockIo.c +++ b/EmulatorPkg/Unix/Host/BlockIo.c @@ -133,6
diff --git a/EmulatorPkg/Unix/Host/BlockIo.c b/EmulatorPkg/Unix/Host/BlockIo.c index cf2d6b4cda..c0c694be55 100644 --- a/EmulatorPkg/Unix/Host/BlockIo.c +++ b/EmulatorPkg/Unix/Host/BlockIo.c @@ -133,6
|
By
tlaronde@...
·
|
|
[PATCH v5 19/19] SecurityPkg: Add references to new *.inf files
2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add references to the different *ProtectedVariableLib.inf. Also add references to VariableKeyLibNull.inf, EncryptionVariableLibNull.inf, Protec
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add references to the different *ProtectedVariableLib.inf. Also add references to VariableKeyLibNull.inf, EncryptionVariableLibNull.inf, Protec
|
By
Judah Vang
·
|