based on upstreams recommendation add

KALLSYMS_EXTRA_PASS=1 to arm configs

http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/091404.html
This commit is contained in:
Dennis Gilmore 2012-04-11 11:37:02 -05:00
parent c6f2d01d81
commit 65cabe786d
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -2387,6 +2387,9 @@ fi
# '-' | |
# '-'
%changelog
* Wed Apr 11 2012 Dennis Gilmore <dennis@ausil.us>
- set KALLSYMS_EXTRA_PASS=1 on arm arches
* Wed Apr 11 2012 Josh Boyer <jwboyer@redhat.com>
- SELinux apply a different permission to ptrace a child vs non-child
(rhbz 802072)