All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2][PV-on-HVM] Build fixes for various guests
@ 2007-12-03 20:14 Ben Guthro
  0 siblings, 0 replies; only message in thread
From: Ben Guthro @ 2007-12-03 20:14 UTC (permalink / raw)
  To: xen-devel

The 2 patches that follow fix up various build issues I found while 
trying to build PH-on-HVM drivers against unstable.

[PATCH 1/2][PV-on-HVM] Fix compile errors for RHEL/SLES
Fix compile errors on a couple of distros.
1st fix was for SLES10-SP1 and SLES10-SP2:
netif_tx_lock_bh was pulled back into older kernels, and thus must be 
detected.
2nd fix was for RHEL4-U5 which pulled back the irqreturn_t feature into 
an older kernel. This too must be detected.
3rd fix was fixing a compile error in a printk for a more strict compile 
in RHEL4-U5

[PATCH 2/2][linux-2.6.18-xen][PV-on-HVM] Fix compile errors for RHEL/SLES
Change unsigned to unsigned long for spinlock flags.
This avoids x86_64 assembly error in some distros (SLES10)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-03 20:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-03 20:14 [PATCH 0/2][PV-on-HVM] Build fixes for various guests Ben Guthro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.