diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-05-07 09:22:36 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-05-07 09:22:47 -0400 |
commit | 5f94435ddd350f77bd0e83e69ce047cc4cd9bfdb (patch) | |
tree | 0f7eb261706d7cebe3090a4d9cf378ea2daec115 /efi-Disable-secure-boot-if-shim-is-in-insecure-mode.patch | |
parent | 45a0b49689abb380af737e255539b56d79bfb444 (diff) | |
download | kernel-5f94435ddd350f77bd0e83e69ce047cc4cd9bfdb.tar.gz kernel-5f94435ddd350f77bd0e83e69ce047cc4cd9bfdb.tar.xz kernel-5f94435ddd350f77bd0e83e69ce047cc4cd9bfdb.zip |
Linux v4.1-rc2-79-g0e1dc4274828
Diffstat (limited to 'efi-Disable-secure-boot-if-shim-is-in-insecure-mode.patch')
-rw-r--r-- | efi-Disable-secure-boot-if-shim-is-in-insecure-mode.patch | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/efi-Disable-secure-boot-if-shim-is-in-insecure-mode.patch b/efi-Disable-secure-boot-if-shim-is-in-insecure-mode.patch index 99f316c00..6465cab3f 100644 --- a/efi-Disable-secure-boot-if-shim-is-in-insecure-mode.patch +++ b/efi-Disable-secure-boot-if-shim-is-in-insecure-mode.patch @@ -14,7 +14,7 @@ Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org> 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/arch/x86/boot/compressed/eboot.c b/arch/x86/boot/compressed/eboot.c -index 105e7360d747..83fc4e9888ee 100644 +index 2ff19014117a..35268abaca99 100644 --- a/arch/x86/boot/compressed/eboot.c +++ b/arch/x86/boot/compressed/eboot.c @@ -830,8 +830,9 @@ out: @@ -52,6 +52,3 @@ index 105e7360d747..83fc4e9888ee 100644 return 1; } --- -2.3.6 - |