summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-10-18 16:04:40 -0400
committerJosh Boyer <jwboyer@redhat.com>2011-10-18 17:00:01 -0400
commit18312c11db4c56f166bebd9093237a91a0033cd6 (patch)
treef8fd97b1689b7dc8d1922baab478dbf8b7ea8b99 /kernel.spec
parent922059227ce012ccb60adaefee0e4237f46bee46 (diff)
downloadkernel-18312c11db4c56f166bebd9093237a91a0033cd6.tar.gz
kernel-18312c11db4c56f166bebd9093237a91a0033cd6.tar.xz
kernel-18312c11db4c56f166bebd9093237a91a0033cd6.zip
Add patch to fix invalid EFI remap calls from Matt Fleming
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index ced743b4d..ffe135970 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -711,6 +711,7 @@ Patch12010: add-appleir-usb-driver.patch
Patch12016: disable-i8042-check-on-apple-mac.patch
Patch12021: udlfb-bind-framebuffer-to-interface.patch
+Patch12022: x86-efi-Calling-__pa-with-an-ioremap-address-is-invalid.patch
Patch12023: ums-realtek-driver-uses-stack-memory-for-DMA.patch
Patch12024: epoll-fix-spurious-lockdep-warnings.patch
@@ -1342,6 +1343,8 @@ ApplyPatch usb-add-quirk-for-logitech-webcams.patch
ApplyPatch crypto-register-cryptd-first.patch
+ApplyPatch x86-efi-Calling-__pa-with-an-ioremap-address-is-invalid.patch
+
# rhbz#605888
ApplyPatch dmar-disable-when-ricoh-multifunction.patch
@@ -2074,6 +2077,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Oct 18 2011 Josh Boyer <jwboyer@redhat.com>
+- Add patch to fix invalid EFI remap calls from Matt Fleming
+
* Mon Oct 17 2011 Josh Boyer <jwboyer@redhat.com>
- Add two patches to fix stalls in khugepaged (rhbz 735946)