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

Josh Boyer jwboyer at fedoraproject.org
Tue Nov 1 15:10:16 UTC 2011


commit 1d898c7c860661cacaa2823add8c676073be38de
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                                        |   10 +-
 ...g-__pa-with-an-ioremap-address-is-invalid.patch |  211 --------------------
 2 files changed, 5 insertions(+), 216 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index e725d20..9b399af 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,7 +51,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be prepended with "0.", so
 # for example a 3 here will become 0.3
 #
-%global baserelease 6
+%global baserelease 7
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -721,7 +721,6 @@ 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
@@ -1376,8 +1375,6 @@ 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
 
@@ -2114,8 +2111,11 @@ fi
 # and build.
 
 %changelog
+* Tue Nov  1 2011 Josh Boyer <jwboyer at redhat.com> 3.1.0-7
+- Drop x86-efi-Calling-__pa-with-an-ioremap-address-is-invalid (rhbz 748516)
+
 * Mon Oct 31 2011 Josh Boyer <jwboyer at redhat.com>
--CVE-2011-4097: oom_badness() integer overflow (rhbz 750402)
+- CVE-2011-4097: oom_badness() integer overflow (rhbz 750402)
 
 * Fri Oct 28 2011 Josh Boyer <jwboyer at redhat.com>
 - Add patch to prevent tracebacks on a warning in floppy.c (rhbz 749887)


More information about the scm-commits mailing list