Rafal Wojtczuk
2011-Feb-24 12:00 UTC
[Xen-devel] tip of jeremy/xen.git xen/next-2.6.38 fails to compile
Hello, it looks like some patches are missing in the current xen/next-2.6.38. E.g. IRQF_FORCE_RESUME is used but not defined. CC arch/x86/xen/time.o arch/x86/xen/time.c: In function \342xen_setup_timer\342: arch/x86/xen/time.c:402: error: \342IRQF_FORCE_RESUME\342 undeclared (first use in this function) arch/x86/xen/time.c:402: error: (Each undeclared identifier is reported only once arch/x86/xen/time.c:402: error: for each function it appears in.) make[2]: *** [arch/x86/xen/time.o] Error 1 make[1]: *** [arch/x86/xen] Error 2 make: *** [arch/x86] Error 2 [root@f13q45 next-2.6.38]# git branch * xen/next-2.6.38 xen/stable-2.6.32.x [root@f13q45 next-2.6.38]# git log|head commit 54570beb7193bd2dd5fa5637486d8a2061028e48 Merge: 1800711 7ce69d6 Author: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Date: Thu Feb 10 14:24:15 2011 -0800 Merge remote-tracking branch ''konrad-xen/stable/irq.rework'' into xen/next-2.6.38 * konrad-xen/stable/irq.rework: xen: Use IRQF_FORCE_RESUME xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend. RW _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2011-Feb-24 15:46 UTC
Re: [Xen-devel] tip of jeremy/xen.git xen/next-2.6.38 fails to compile
On Thu, Feb 24, 2011 at 01:00:56PM +0100, Rafal Wojtczuk wrote:> Hello, > it looks like some patches are missing in the current xen/next-2.6.38. E.g. > IRQF_FORCE_RESUME is used but not defined.Brave soul :-) For right now take my tree: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git devel/next-2.6.38 It has the dom0 + lots of patches (including the pciback and netback). No blkback yet. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel