[kernel/f17] based on upstreams recommendation add KALLSYMS_EXTRA_PASS=1 to arm configs

Dennis Gilmore ausil at fedoraproject.org
Wed Apr 11 16:45:25 UTC 2012


commit 65cabe786d02ca19f7db674b328bf91f8a600fa8
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Apr 11 11:37:02 2012 -0500

    based on upstreams recommendation add
    KALLSYMS_EXTRA_PASS=1 to arm configs
    
    http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/091404.html

 config-arm-generic |    3 +++
 kernel.spec        |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/config-arm-generic b/config-arm-generic
index 6cc0d0d..af577ef 100644
--- a/config-arm-generic
+++ b/config-arm-generic
@@ -219,3 +219,6 @@ CONFIG_OMAP4_ERRATA_I688=y
 # CONFIG_ARM_EXYNOS4210_CPUFREQ is not set
 
 CONFIG_OF_GPIO=y
+
+# http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/091404.html
+KALLSYMS_EXTRA_PASS=1
diff --git a/kernel.spec b/kernel.spec
index cf92941..0445fad 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2387,6 +2387,9 @@ fi
 #    '-'      |  |
 #              '-'
 %changelog
+* Wed Apr 11 2012 Dennis Gilmore <dennis at ausil.us>
+- set KALLSYMS_EXTRA_PASS=1 on arm arches
+
 * Wed Apr 11 2012 Josh Boyer <jwboyer at redhat.com>
 - SELinux apply a different permission to ptrace a child vs non-child
   (rhbz 802072)


More information about the scm-commits mailing list