summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-02-12 10:21:12 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2014-02-12 10:22:46 -0500
commit5fe48c913d05538bf7c5920b93b36443ca7da495 (patch)
tree53d7573ef5141e1906453b6bb93fa9962c683a15 /kernel.spec
parent1f3e7fdd87b992a616e100316082f210e29f59e6 (diff)
downloadkernel-5fe48c913d05538bf7c5920b93b36443ca7da495.tar.gz
kernel-5fe48c913d05538bf7c5920b93b36443ca7da495.tar.xz
kernel-5fe48c913d05538bf7c5920b93b36443ca7da495.zip
Fix backtrace in amd_e400_idle (rhbz 1031296)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index cd09f8e65..4b98a9e8c 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -626,6 +626,9 @@ Patch25189: ath9k-fix-bad-udelay.patch
Patch25192: imx-hdmi-fix.patch
Patch25193: fix-exynos-hdmi-build.patch
+#rhbz 1031296
+Patch25194: tick-Clear-broadcast-pending-bit-when-switching-to-oneshot.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1274,6 +1277,9 @@ ApplyPatch ath9k-fix-bad-udelay.patch
ApplyPatch imx-hdmi-fix.patch
ApplyPatch fix-exynos-hdmi-build.patch
+#rhbz 1031296
+ApplyPatch tick-Clear-broadcast-pending-bit-when-switching-to-oneshot.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2053,6 +2059,9 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Feb 12 2014 Josh Boyer <jwboyer@fedoraproject.org>
+- Fix backtrace in amd_e400_idle (rhbz 1031296)
+
* Tue Feb 11 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc2.git1.1
- Linux v3.14-rc2-26-g6792dfe
- Reenable debugging options.