From 72aba9054ae0c3aa60595eb9481f43a22f1c5b39 Mon Sep 17 00:00:00 2001 From: Justin M. Forbes Date: Nov 20 2015 21:59:38 +0000 Subject: Fix KVM on specific hardware (rhbz 1278688) --- diff --git a/kernel.spec b/kernel.spec index b30ea32..24c977b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -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 - Fix for GRE tunnel running in IPSec (rhbz 1272571) +- Fix KVM on specific hardware (rhbz 1278688) * Mon Nov 16 2015 Josh Boyer - Fix ipset netfilter issues (rhbz 1279189)