diff options
| author | Josh Boyer <jwboyer@redhat.com> | 2013-04-26 08:45:12 -0400 |
|---|---|---|
| committer | Josh Boyer <jwboyer@redhat.com> | 2013-04-26 08:45:56 -0400 |
| commit | 6c6f27531fdde64e62b1a94c261cdcea8ca22f72 (patch) | |
| tree | 41e0ef935bb1a9e2ea1ebb0dd5036cbc87523484 /kernel.spec | |
| parent | 3f86cb729f8ff71dbe9b0159e6a2c15f07893cca (diff) | |
Add patch to prevent scheduling while atomic error in blkcg
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 7ea5d790..84f186fc 100644 --- a/kernel.spec +++ b/kernel.spec @@ -758,6 +758,8 @@ Patch25012: events-protect-access-via-task-subsys-state-check.patch #rhbz 953447 Patch25013: efi-Check-EFI-revision-in-setup_efi_vars.patch +Patch25014: blkcg-fix-scheduling-while-atomic-in-blk_queue_bypass_start.patch + # END OF PATCH DEFINITIONS %endif @@ -1465,6 +1467,8 @@ ApplyPatch events-protect-access-via-task-subsys-state-check.patch #rhbz 953447 ApplyPatch efi-Check-EFI-revision-in-setup_efi_vars.patch +ApplyPatch blkcg-fix-scheduling-while-atomic-in-blk_queue_bypass_start.patch + # END OF PATCH APPLICATIONS %endif @@ -2298,6 +2302,9 @@ fi # ||----w | # || || %changelog +* Fri Apr 26 2013 Josh Boyer <jwboyer@redhat.com> +- Add patch to prevent scheduling while atomic error in blkcg + * Wed Apr 24 2013 Josh Boyer <jwboyer@redhat.com> - Add patch to fix EFI boot on Macs (rhbz 953447) |
