diff options
| author | Josh Boyer <jwboyer@redhat.com> | 2013-04-19 15:40:02 -0400 |
|---|---|---|
| committer | Josh Boyer <jwboyer@redhat.com> | 2013-04-19 15:40:02 -0400 |
| commit | 05d0705489ba7bbe8a5daa86d924eef5ebbc64c4 (patch) | |
| tree | 56e7c2750cf28d005efd45f4f629ad1dd17ec24a /kernel.spec | |
| parent | fc06515363b59fb96c2508ec24f9e3e2cf3c9316 (diff) | |
| download | kernel-05d0705489ba7bbe8a5daa86d924eef5ebbc64c4.tar.gz kernel-05d0705489ba7bbe8a5daa86d924eef5ebbc64c4.tar.xz kernel-05d0705489ba7bbe8a5daa86d924eef5ebbc64c4.zip | |
Add patch to fix RCU splat from perf events
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 3a4ed2ad..7fc4b6ee 100644 --- a/kernel.spec +++ b/kernel.spec @@ -753,6 +753,8 @@ Patch25010: wireless-regulatory-fix-channel-disabling-race-condition.patch #rhbz 951241 Patch25011: iwlwifi-fix-freeing-uninitialized-pointer.patch +Patch25012: events-protect-access-via-task-subsys-state-check.patch + # END OF PATCH DEFINITIONS %endif @@ -1455,6 +1457,8 @@ ApplyPatch wireless-regulatory-fix-channel-disabling-race-condition.patch #rhbz 951241 ApplyPatch iwlwifi-fix-freeing-uninitialized-pointer.patch +ApplyPatch events-protect-access-via-task-subsys-state-check.patch + # END OF PATCH APPLICATIONS %endif @@ -2288,6 +2292,9 @@ fi # ||----w | # || || %changelog +* Fri Apr 19 2013 Josh Boyer <jwboyer@redhat.com> +- Add patch to fix RCU splat from perf events + * Fri Apr 19 2013 Peter Robinson <pbrobinson@fedoraproject.org> - Temporaily disable cpu idle on ARM as it appears to be causing stability issues |
