diff options
| author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-02-12 10:37:45 -0500 |
|---|---|---|
| committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-02-12 10:37:49 -0500 |
| commit | 7845789edd0ec32e4756ef845de93c70d7641c2f (patch) | |
| tree | e4b9d4ba5484669deea2be0c78f8904f660588dc /kernel.spec | |
| parent | 5fe48c913d05538bf7c5920b93b36443ca7da495 (diff) | |
Fix cgroup destroy oops (rhbz 1045755)
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 4b98a9e8..00f24448 100644 --- a/kernel.spec +++ b/kernel.spec @@ -629,6 +629,9 @@ Patch25193: fix-exynos-hdmi-build.patch #rhbz 1031296 Patch25194: tick-Clear-broadcast-pending-bit-when-switching-to-oneshot.patch +#rhbz 1045755 +Patch25195: cgroup-fixes.patch + # END OF PATCH DEFINITIONS %endif @@ -1280,6 +1283,9 @@ ApplyPatch fix-exynos-hdmi-build.patch #rhbz 1031296 ApplyPatch tick-Clear-broadcast-pending-bit-when-switching-to-oneshot.patch +#rhbz 1045755 +ApplyPatch cgroup-fixes.patch + # END OF PATCH APPLICATIONS %endif @@ -2060,6 +2066,7 @@ fi # || || %changelog * Wed Feb 12 2014 Josh Boyer <jwboyer@fedoraproject.org> +- Fix cgroup destroy oops (rhbz 1045755) - Fix backtrace in amd_e400_idle (rhbz 1031296) * Tue Feb 11 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc2.git1.1 |
