rpms/kernel/devel config-generic, 1.238.6.52, 1.238.6.53 kernel.spec, 1.1294.2.101, 1.1294.2.102 xen.pvops.post.patch, 1.1.2.37, 1.1.2.38

myoung myoung at fedoraproject.org
Thu May 6 21:30:21 UTC 2010


Author: myoung

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4823

Modified Files:
      Tag: private-myoung-dom0-branch
	config-generic kernel.spec xen.pvops.post.patch 
Log Message:
try a patch to get pvops to build as we can't set CONFIG_XEN_XENBUS_FRONTEND
directly



Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.238.6.52
retrieving revision 1.238.6.53
diff -u -p -r1.238.6.52 -r1.238.6.53
--- config-generic	6 May 2010 20:42:44 -0000	1.238.6.52
+++ config-generic	6 May 2010 21:30:20 -0000	1.238.6.53
@@ -4087,4 +4087,3 @@ CONFIG_IMQ=m
 CONFIG_XEN_BLKDEV_TAP=m
 CONFIG_IMQ_NUM_DEVS=16
 CONFIG_XEN_PLATFORM_PCI=m
-CONFIG_XEN_XENBUS_FRONTEND=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1294.2.101
retrieving revision 1.1294.2.102
diff -u -p -r1.1294.2.101 -r1.1294.2.102
--- kernel.spec	6 May 2010 20:42:44 -0000	1.1294.2.101
+++ kernel.spec	6 May 2010 21:30:21 -0000	1.1294.2.102
@@ -2176,6 +2176,8 @@ fi
 - pvops update which adds XEN_PLATFORM_PCI support
 - current pvops kernel won't build unless CONFIG_XEN_XENBUS_FRONTEND=y
   if XEN and PM_SLEEP are selected
+- add a patch to ensure this as we can't set CONFIG_XEN_XENBUS_FRONTEND
+  directly
 
 * Fri Apr 30 2010 John W. Linville <linville at redhat.com> 2.6.32.12-115
 - Revert "ath9k: fix lockdep warning when unloading module"

xen.pvops.post.patch:
 arch/x86/include/asm/mmu.h               |    7 +++++++
 b/arch/x86/pci/common.c                  |   16 ++++++++++++++++
 drivers/pci/pci.h                        |    2 ++
 linux-2.6.32.x86_64/arch/x86/xen/Kconfig |    1 +
 4 files changed, 26 insertions(+)

Index: xen.pvops.post.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Attic/xen.pvops.post.patch,v
retrieving revision 1.1.2.37
retrieving revision 1.1.2.38
diff -u -p -r1.1.2.37 -r1.1.2.38
--- xen.pvops.post.patch	2 Mar 2010 00:45:45 -0000	1.1.2.37
+++ xen.pvops.post.patch	6 May 2010 21:30:21 -0000	1.1.2.38
@@ -66,3 +66,13 @@ index 2202b62..f371fe8 100644
  } mm_context_t;
  
  #ifdef CONFIG_SMP
+--- linux-2.6.32.x86_64/arch/x86/xen/Kconfig.orig	2010-05-06 21:14:55.000000000 +0100
++++ linux-2.6.32.x86_64/arch/x86/xen/Kconfig	2010-05-06 22:11:32.000000000 +0100
+@@ -6,6 +6,7 @@
+ 	bool "Xen guest support"
+ 	select PARAVIRT
+ 	select PARAVIRT_CLOCK
++	select XEN_XENBUS_FRONTEND
+ 	depends on X86_64 || (X86_32 && X86_PAE && !X86_VISWS)
+ 	depends on X86_CMPXCHG && X86_TSC
+ 	help



More information about the scm-commits mailing list