diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2016-10-18 14:23:11 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2016-10-18 14:23:11 -0700 |
commit | 9472421366604c0504d9da77569f45c5b459c9bb (patch) | |
tree | e1014917339537a3cb48417b53afce6716143b8a /kernel.spec | |
parent | 0d1e2dc5eb9ae008cf126f3b212357648bd9e3eb (diff) | |
download | kernel-9472421366604c0504d9da77569f45c5b459c9bb.tar.gz kernel-9472421366604c0504d9da77569f45c5b459c9bb.tar.xz kernel-9472421366604c0504d9da77569f45c5b459c9bb.zip |
Gracefully bail out of secureboot when EFI runtime is disabled
- Fix for aarch64 boot regression (rhbz 1384701)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index ecfb52601..7d34b3a0d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -595,6 +595,8 @@ Patch502: firmware-Drop-WARN-from-usermodehelper_read_trylock-.patch Patch508: kexec-uefi-copy-secure_boot-flag-in-boot-params.patch +Patch509: MODSIGN-Don-t-try-secure-boot-if-EFI-runtime-is-disa.patch + #CVE-2016-3134 rhbz 1317383 1317384 Patch665: netfilter-x_tables-deal-with-bogus-nextoffset-values.patch @@ -604,6 +606,9 @@ Patch848: 0001-cpupower-Correct-return-type-of-cpu_power_is_cpu_onl.patch #ongoing complaint, full discussion delayed until ksummit/plumbers Patch849: 0001-iio-Use-event-header-from-kernel-tree.patch +#rhbz 1384701 +Patch850: 0001-arm64-kernel-numa-fix-ACPI-boot-cpu-numa-node-mappin.patch + # END OF PATCH DEFINITIONS %endif @@ -2142,6 +2147,10 @@ fi # # %changelog +* Tue Oct 18 2016 Laura Abbott <labbott@redhat.com> +- Gracefully bail out of secureboot when EFI runtime is disabled +- Fix for aarch64 boot regression (rhbz 1384701) + * Tue Oct 18 2016 Peter Robinson <pbrobinson@fedoraproject.org> - Disable ACPI_CPPC_CPUFREQ on aarch64 |