Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
no-stack-protector-all-archs.diff | pass -fno-stack-protector to all GCC toolchains The upstream build rules inexplicably pass -fno-stack-protector only when building for i386 and amd64. Add this essential argument to the generic rules for gcc 4.8 and later. |
Steve Langasek <steve.langasek@ubuntu.com> | no | |||
brotlicompress-disable.diff | Do not attempt to compile removed BrotliCompress source BrotliCompress is not currently used, and including an embedded copy of its source could cause false-positives when scanning for security issues. This code is stripped from our orig.tar (at the request of the Ubuntu security team), so we also need to disable the build. |
dann frazier <dannf@debian.org> | not-needed | 2023-03-09 | ||
x64-baseline-abi.patch | Explicitly target generic x86-64 ABI The system compiler may be configured to target a higher x86-64 psABI by default, so explicitly target the generic psABI to retain compatibility with older machine types. |
dann frazier <dannf@debian.org> | yes | 2024-11-24 | ||
Revert-ArmVirtPkg-make-EFI_LOADER_DATA-non-executabl.patch | Revert "ArmVirtPkg: make EFI_LOADER_DATA non-executable" The versions of GRUB most distros are shipping still depend on executable EFI_LOADER_DATA. Revert this upstream change until the necessary fixes are more generally available. |
dann frazier <dannf@debian.org> | yes | debian | 2023-07-21 | |
ArmVirtPkg-disable-the-EFI_MEMORY_ATTRIBUTE-protocol.patch | ArmVirtPkg: Disable the EFI memory attributes protocol Temporarily disable the EFI_MEMORY_ATTRIBUTE_PROTOCOL to workaround a bug in shim until distributions have had a chance to fix it. |
dann frazier <dannf@debian.org> | no | debian | 2023-09-23 | |
0001-UefiCpuPkg-Adjust-the-exception-handler-logic-on-Loo.patch | [PATCH 1/3] UefiCpuPkg: Adjust the exception handler logic on LoongArch64 There is a problem with LoongArch64 exception handler, it returns a unhandled value when we get an exception type, the correct value should be right shifted 16 bits, so fix it. |
Chao Li <lichao@loongson.cn> | no | 2024-12-18 | ||
0002-UefiCpuPkg-Add-dump-interrupt-type-on-LoongArch64.patch | [PATCH 2/3] UefiCpuPkg: Add dump interrupt type on LoongArch64 If the exception type is INT, we need to know which interrupt could not be handled, so we added a method to dump them. |
Chao Li <lichao@loongson.cn> | no | 2024-12-18 | ||
0003-OvmfPkg-LoongArch-Enabling-some-base-libraries.patch | [PATCH 3/3] OvmfPkg/LoongArch: Enabling some base libraries BaseCryptLib, RngLib, IntrinsicLib and OpensslLib are enabled by default on LoongArch VM, since some APPs or OS require them. |
Chao Li <lichao@loongson.cn> | no | 2024-12-17 |