From: Farkas Levente <lfarkas@lfarkas.org>
To: Andrea Arcangeli <andrea@qumranet.com>
Cc: Charles Duffy <Charles_Duffy@messageone.com>, kvm@vger.kernel.org
Subject: Re: [ANNOUNCE] kvm-70 release
Date: Wed, 18 Jun 2008 22:35:42 +0200 [thread overview]
Message-ID: <4859719E.8000209@lfarkas.org> (raw)
In-Reply-To: <20080618164611.GF9365@duo.random>
[-- Attachment #1: Type: text/plain, Size: 1302 bytes --]
Andrea Arcangeli wrote:
> On Wed, Jun 18, 2008 at 11:35:58AM -0500, Charles Duffy wrote:
>> 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");
>
> Something's weird, if CONFIG_KALLSYMS isn't defined, the above code
> shouldn't be selected already. Perhaps I'm missing something.
>
> Farkas, can you send me /proc/config.gz by PM thanks!
do you mean /boot/config*?
--
Levente "Si vis pacem para bellum!"
[-- Attachment #2: config-2.6.18-53.1.21.el5.bz2 --]
[-- Type: application/x-bzip2, Size: 14865 bytes --]
next prev parent reply other threads:[~2008-06-18 20:35 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
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 [this message]
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=4859719E.8000209@lfarkas.org \
--to=lfarkas@lfarkas.org \
--cc=Charles_Duffy@messageone.com \
--cc=andrea@qumranet.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 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.