[kernel/f15/master] drop efi_default_physical.patch - it's actually setting up something that's neither physical nor vir

Matthew Garrett mjg59 at fedoraproject.org
Thu Mar 17 14:25:36 UTC 2011


commit 93c9d729181afc03cccd8e807cc6a7fefbf88b69
Author: Matthew Garrett <mjg at redhat.com>
Date:   Thu Mar 17 10:24:49 2011 -0400

    drop efi_default_physical.patch - it's actually setting up something that's
    neither physical nor virtual, and it's probably breaking EFI boots

 efi_default_physical.patch |  403 --------------------------------------------
 kernel.spec                |    8 +-
 2 files changed, 5 insertions(+), 406 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 099a485..25ae1f8 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 1
+%global baserelease 2
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -721,7 +721,6 @@ Patch12018: neuter_intel_microcode_load.patch
 Patch12101: apple_backlight.patch
 Patch12102: efifb_update.patch
 Patch12200: acpi_reboot.patch
-Patch12210: efi_default_physical.patch
 
 # Runtime power management
 Patch12202: linux-2.6-ehci-check-port-status.patch
@@ -1349,7 +1348,6 @@ ApplyPatch neuter_intel_microcode_load.patch
 ApplyPatch apple_backlight.patch
 ApplyPatch efifb_update.patch
 ApplyPatch acpi_reboot.patch
-ApplyPatch efi_default_physical.patch
 
 # Runtime PM
 ApplyPatch linux-2.6-ehci-check-port-status.patch
@@ -1972,6 +1970,10 @@ fi
 # and build.
 
 %changelog
+* Thu Mar 17 2011 Matthew Garrett <mjg at redhat.com> 2.6.38-2
+- drop efi_default_physical.patch - it's actually setting up something that's
+  neither physical nor virtual, and it's probably breaking EFI boots
+
 * Wed Mar 16 2011 Dennis Gilmore <dennis at ausil.us>
 - build sparc imagae as vmlinux
 - fixes buildid conflicts since the sparc kernel is just a elf image


More information about the scm-commits mailing list