[kernel] Disable Xen balloon memory hotplug support (rhbz 744408)

Josh Boyer jwboyer at fedoraproject.org
Tue Oct 11 12:46:09 UTC 2011


commit b2efe0138ea23e1f9d2e4b5b622f0863c239ca6d
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Tue Oct 11 08:45:11 2011 -0400

    Disable Xen balloon memory hotplug support (rhbz 744408)

 config-x86_64-generic |    2 +-
 kernel.spec           |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/config-x86_64-generic b/config-x86_64-generic
index 15277d7..6471029 100644
--- a/config-x86_64-generic
+++ b/config-x86_64-generic
@@ -80,7 +80,7 @@ CONFIG_SGI_GRU=m
 # CONFIG_VIDEO_CAFE_CCIC is not set
 
 CONFIG_XEN_MAX_DOMAIN_MEMORY=32
-CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y
+# CONFIG_XEN_BALLOON_MEMORY_HOTPLUG is not set
 CONFIG_XEN_DEV_EVTCHN=m
 CONFIG_XEN_SYS_HYPERVISOR=y
 
diff --git a/kernel.spec b/kernel.spec
index 445f153..f9387e9 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,7 +51,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be prepended with "0.", so
 # for example a 3 here will become 0.3
 #
-%global baserelease 1
+%global baserelease 2
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -2059,6 +2059,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Tue Oct 11 2011 Josh Boyer <jwboyer at redhat.com>
+- Disable CONFIG_XEN_BALLOON_MEMORY_HOTPLUG (rhbz 744408)
+
 * Thu Oct 06 2011 Josh Boyer <jwboyer at redhat.com>
 - Add patch to fix base frequency check for Ricoh e823 devices (rhbz 722509)
 


More information about the scm-commits mailing list