summaryrefslogtreecommitdiffstats
path: root/0001-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-05-25 12:09:26 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-05-25 12:09:26 -0500
commita79d8affb70a95069c35a0ccf7085e230c22a98d (patch)
tree735071b1735973c686bd83bce8bff60e7590071b /0001-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch
parent891d5e1e47a0cd4c67d6d2187954a885edaf47d1 (diff)
downloadkernel-a79d8affb70a95069c35a0ccf7085e230c22a98d.tar.gz
kernel-a79d8affb70a95069c35a0ccf7085e230c22a98d.tar.xz
kernel-a79d8affb70a95069c35a0ccf7085e230c22a98d.zip
kernel-5.7.0-0.rc7.1
* Mon May 25 2020 CKI@GitLab <cki-project@redhat.com> [5.7.0-0.rc7.1] - v5.7-rc7 rebase - Updated changelog for the release based on caffb99b6929 ("CKI@GitLab") Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch')
-rw-r--r--0001-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/0001-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch b/0001-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch
index 47b601b06..acd11a206 100644
--- a/0001-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch
+++ b/0001-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch
@@ -107,7 +107,7 @@ index 000000000000..de0a3714a5d4
+ }
+}
diff --git a/include/linux/efi.h b/include/linux/efi.h
-index fa8e23680314..a9a9e7e976e7 100644
+index 51503bf118ab..b35e693f20f3 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
@@ -778,6 +778,14 @@ extern int __init efi_setup_pcdp_console(char *);