public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Charles Duffy <Charles_Duffy@messageone.com>
To: kvm@vger.kernel.org
Subject: Re: [ANNOUNCE] kvm-70 release
Date: Wed, 18 Jun 2008 11:35:58 -0500	[thread overview]
Message-ID: <g3bdhf$kql$1@ger.gmane.org> (raw)
In-Reply-To: <485918B1.6080103@lfarkas.org>

Farkas Levente wrote:
> kvm-70 do not compile on centos-5 kernel-2.6.18-53.1.21.el5

Easy enough to work around, as kallsyms_lookup_name is only used in one 
place:

diff -ru kvm-70/kernel/external-module-compat.h 
kvm-70.new/kernel/external-module-compat.h
--- kvm-70/kernel/external-module-compat.h      2008-06-16 
13:25:16.000000000 -0500
+++ kvm-70.new/kernel/external-module-compat.h  2008-06-17 
12:03:23.000000000 -0500
@@ -663,7 +663,7 @@
                               const enum hrtimer_mode mode);
  extern int (*hrtimer_cancel_p)(struct hrtimer *timer);

-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19) && defined(CONFIG_KALLSYMS)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19) && 
defined(CONFIG_KALLSYMS) && 0
  static inline void hrtimer_kallsyms_resolve(void)
  {
         hrtimer_init_p = (void *) kallsyms_lookup_name("hrtimer_init");


  reply	other threads:[~2008-06-18 16:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-17  3:14 [ANNOUNCE] kvm-70 release Avi Kivity
2008-06-17  8:22 ` Marc Bevand
2008-06-18 14:16   ` Avi Kivity
2008-06-17 12:07 ` Farkas Levente
2008-06-18 14:15   ` Avi Kivity
2008-06-18 14:16   ` Farkas Levente
2008-06-18 16:35     ` Charles Duffy [this message]
2008-06-18 16:46       ` Andrea Arcangeli
2008-06-18 16:50         ` Charles Duffy
2008-06-18 17:14           ` Andrea Arcangeli
2008-06-18 20:40             ` Farkas Levente
2008-06-18 20:35         ` Farkas Levente
2008-06-20 17:55     ` Avi Kivity

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='g3bdhf$kql$1@ger.gmane.org' \
    --to=charles_duffy@messageone.com \
    --cc=kvm@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox