Fix KVM on specific hardware (rhbz 1278688)

This commit is contained in:
Justin M. Forbes 2015-11-20 15:59:38 -06:00
parent 6064addb62
commit 72aba9054a
1 changed files with 7 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
%global baserelease 300
%global baserelease 301
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -641,6 +641,11 @@ Patch558: netfilter-ipset-Fix-hash-type-expire-release-empty-h.patch
#rhbz 1272571
Patch559: 0001-ipv6-Avoid-creating-RTF_CACHE-from-a-rt-that-is-not-.patch
#rhbz 1278688
Patch560: 0001-KVM-x86-build-kvm_userspace_memory_region-in-x86_set.patch
Patch561: 0002-KVM-x86-map-unmap-private-slots-in-__x86_set_memory_.patch
Patch562: 0003-KVM-x86-fix-previous-commit-for-32-bit.patch
# END OF PATCH DEFINITIONS
%endif
@ -2087,6 +2092,7 @@ fi
%changelog
* Fri Nov 20 2015 Justin M. Forbes <jmforbes@fedoraproject.org>
- Fix for GRE tunnel running in IPSec (rhbz 1272571)
- Fix KVM on specific hardware (rhbz 1278688)
* Mon Nov 16 2015 Josh Boyer <jwboyer@fedoraproject.org>
- Fix ipset netfilter issues (rhbz 1279189)