Add patch to fix rhel5.9 KVM guests (rhbz 967652)

This commit is contained in:
Josh Boyer 2013-11-18 14:19:27 -05:00
commit b00a9e762f
2 changed files with 60 additions and 0 deletions

View file

@ -819,6 +819,9 @@ Patch25148: alx-Reset-phy-speed-after-resume.patch
#rhbz 1031086
Patch25150: slab_common-Do-not-check-for-duplicate-slab-names.patch
#rhbz 967652
Patch25151: KVM-x86-fix-emulation-of-movzbl-bpl-eax.patch
# END OF PATCH DEFINITIONS
%endif
@ -1596,6 +1599,9 @@ ApplyPatch alx-Reset-phy-speed-after-resume.patch
#rhbz 1031086
ApplyPatch slab_common-Do-not-check-for-duplicate-slab-names.patch
#rhbz 967652
ApplyPatch KVM-x86-fix-emulation-of-movzbl-bpl-eax.patch
# END OF PATCH APPLICATIONS
%endif
@ -2399,6 +2405,7 @@ fi
# || ||
%changelog
* Mon Nov 18 2013 Josh Boyer <jwboyer@fedoraproject.org>
- Add patch to fix rhel5.9 KVM guests (rhbz 967652)
- Add patch to fix crash from slab when using md-raid mirrors (rhbz 1031086)
- Add patches from Pierre Ossman to fix 24Hz/24p radeon audio (rhbz 1010679)
- Add patch to fix ALX phy issues after resume (rhbz 1011362)