From de70a85f08d0c97f082d302d763a2bef936cb179 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 10 Sep 2021 10:58:41 -0400 Subject: [PATCH] Add the bz reference to 0217-Arm-check-for-the-PE-magic-for-the-compiled-arch.patch Signed-off-by: Peter Jones --- 0217-Arm-check-for-the-PE-magic-for-the-compiled-arch.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/0217-Arm-check-for-the-PE-magic-for-the-compiled-arch.patch b/0217-Arm-check-for-the-PE-magic-for-the-compiled-arch.patch index 9b8e1f2..8b5170b 100644 --- a/0217-Arm-check-for-the-PE-magic-for-the-compiled-arch.patch +++ b/0217-Arm-check-for-the-PE-magic-for-the-compiled-arch.patch @@ -15,6 +15,8 @@ This patch adds a constant definition for GRUB_PE32_PEXX_MAGIC, which is either GRUB_PE32_PE64_MAGIC or GRUB_PE32_PE32_MAGIC, depending on which platform is being built, and uses it in the header magic check. +Resolves: rhbz#2000756 + Signed-off-by: Peter Jones --- grub-core/loader/arm64/linux.c | 2 +-