[kernel/f15] Drop x86-efi-Calling-__pa-with-an-ioremap-address-is-invalid (rhbz 748516)

Josh Boyer jwboyer at fedoraproject.org
Tue Nov 1 17:49:18 UTC 2011


commit e517e6666bf4ab3ea30ce96a5df4ad879f82a5a8
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Tue Nov 1 11:09:01 2011 -0400

    Drop x86-efi-Calling-__pa-with-an-ioremap-address-is-invalid (rhbz 748516)
    
    Discussed this with Matt Fleming and Matthew Garrett.  The patch was added to
    fix an oops case on 32-bit EFI machines, but we don't support 32-bit EFI and it
    is causing regressions on 64-bit EFI Macs.  Drop the patch for now.

 kernel.spec                                        |    9 +-
 ...g-__pa-with-an-ioremap-address-is-invalid.patch |  211 --------------------
 2 files changed, 5 insertions(+), 215 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 0f45da3..66ba36f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -42,7 +42,7 @@ Summary: The Linux kernel
 # When changing real_sublevel below, reset this by hand to 1
 # (or to 0 and then use rpmdev-bumpspec).
 #
-%global baserelease 3
+%global baserelease 4
 %global fedora_build %{baserelease}
 
 # real_sublevel is the 3.x kernel version we're starting with
@@ -656,7 +656,6 @@ Patch12016: disable-i8042-check-on-apple-mac.patch
 Patch12023: ums-realtek-driver-uses-stack-memory-for-DMA.patch
 Patch12024: usb-add-quirk-for-logitech-webcams.patch
 Patch12025: crypto-register-cryptd-first.patch
-Patch12027: x86-efi-Calling-__pa-with-an-ioremap-address-is-invalid.patch
 Patch12028: x86-p4-make-watchdog-and-perf-work-together.patch
 
 # Runtime power management
@@ -1259,7 +1258,6 @@ ApplyPatch add-appleir-usb-driver.patch
 ApplyPatch ums-realtek-driver-uses-stack-memory-for-DMA.patch
 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
 ApplyPatch x86-p4-make-watchdog-and-perf-work-together.patch
 
 # rhbz#605888
@@ -1926,7 +1924,10 @@ fi
 # and build.
 
 %changelog
-* Tue Nov 01 2011 Dave Jones <davej at redhat.com> 2.6.40.8-4
+* Tue Nov 01 2011 Josh Boyer <jwboyer at redhat.com> 2.6.40.8-4
+- Drop x86-efi-Calling-__pa-with-an-ioremap-address-is-invalid (rhbz 748516)
+
+* Tue Nov 01 2011 Dave Jones <davej at redhat.com>
 - Add another Sony laptop to the nonvs blacklist. (rhbz 641789)
 
 * Mon Oct 31 2011 Josh Boyer <jwboyer at redhat.com>


More information about the scm-commits mailing list