[kernel] Enable CONFIG_EFI_STUB per Matthew Garrett

Josh Boyer jwboyer at fedoraproject.org
Thu Jan 26 19:13:31 UTC 2012


commit 14c5ae909dd6409fac2509270fbd7d4cc143d757
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Thu Jan 26 14:12:58 2012 -0500

    Enable CONFIG_EFI_STUB per Matthew Garrett

 config-x86-generic |    2 +-
 kernel.spec        |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/config-x86-generic b/config-x86-generic
index e920346..d3fe365 100644
--- a/config-x86-generic
+++ b/config-x86-generic
@@ -34,7 +34,7 @@ CONFIG_X86_PAT=y
 CONFIG_X86_PM_TIMER=y
 
 CONFIG_EFI=y
-# CONFIG_EFI_STUB is not set
+CONFIG_EFI_STUB=y
 CONFIG_EFI_VARS=y
 CONFIG_EFI_PCDP=y
 CONFIG_FB_EFI=y
diff --git a/kernel.spec b/kernel.spec
index d9f072d..5f324c6 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be appended after the rcX and
 # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
 #
-%global baserelease 1
+%global baserelease 2
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -2274,6 +2274,7 @@ fi
 %changelog
 * Thu Jan 26 2012 Josh Boyer <jwboyer at redhat.com>
 - Drop revert-efi-rtclock.patch.  Issue was fixed by upstream commit 47997d75
+- Enable CONFIG_EFI_STUB per Matthew Garrett
 
 * Wed Jan 25 2012 Peter Robinson <pbrobinson at fedoraproject.org>
 - Build perf/tools on ARM sfp/hfp not just sfp


More information about the scm-commits mailing list