From: Ben Guthro <bguthro@virtualiron.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH 0/2][PV-on-HVM] Build fixes for various guests
Date: Mon, 03 Dec 2007 15:14:43 -0500 [thread overview]
Message-ID: <475463B3.7040205@virtualiron.com> (raw)
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)
reply other threads:[~2007-12-03 20:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=475463B3.7040205@virtualiron.com \
--to=bguthro@virtualiron.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.