diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2013-06-02 19:05:45 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2013-06-02 19:05:45 +0100 |
commit | de52faae3ac6763f2821c5d79f00ea6444461537 (patch) | |
tree | e7cd9d9bfe179c1b5bbcda04dd68993f94ae9dd4 /kernel.spec | |
parent | 74e1b9e160732e4fddf614422ee038f1896214b7 (diff) | |
download | kernel-de52faae3ac6763f2821c5d79f00ea6444461537.tar.gz kernel-de52faae3ac6763f2821c5d79f00ea6444461537.tar.xz kernel-de52faae3ac6763f2821c5d79f00ea6444461537.zip |
Add patch to fix DRM/X on omap (panda), Enable Cortex-A8 errata on multiplatform kernels (omap3), Minor ARM config updates
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec index 5bd819078..fc2a5d0f0 100644 --- a/kernel.spec +++ b/kernel.spec @@ -699,10 +699,13 @@ Patch14010: lis3-improve-handling-of-null-rate.patch Patch21000: arm-export-read_current_timer.patch # lpae -Patch21002: arm-lpae-ax88796.patch -Patch21003: drm-exynos-fix-multiple-definition-build-error.patch +Patch21001: arm-lpae-ax88796.patch +Patch21002: drm-exynos-fix-multiple-definition-build-error.patch -Patch21004: v2-thermal-cpu_cooling-fix-stub-function.patch +Patch21003: v2-thermal-cpu_cooling-fix-stub-function.patch + +# ARM omap +Patch21004: arm-omap-load-tfp410.patch # ARM tegra Patch21005: arm-tegra-usb-no-reset-linux33.patch @@ -1292,6 +1295,7 @@ ApplyPatch debug-bad-pte-modules.patch ApplyPatch arm-export-read_current_timer.patch ApplyPatch arm-lpae-ax88796.patch ApplyPatch drm-exynos-fix-multiple-definition-build-error.patch +ApplyPatch arm-omap-load-tfp410.patch ApplyPatch v2-thermal-cpu_cooling-fix-stub-function.patch ApplyPatch arm-tegra-usb-no-reset-linux33.patch @@ -2234,6 +2238,11 @@ fi # ||----w | # || || %changelog +* Sun Jun 2 2013 Peter Robinson <pbrobinson@fedoraproject.org> +- Add patch to fix DRM/X on omap (panda) +- Enable Cortex-A8 errata on multiplatform kernels (omap3) +- Minor ARM config updates + * Fri May 31 2013 Josh Boyer <jwboyer@redhat.com> - CVE-2013-2850 iscsi-target: heap buffer overflow on large key error (rhbz 968036 969272) |