All of lore.kernel.org
 help / color / mirror / Atom feed
* pm_idle not exported on x86_64 platform
@ 2007-01-02 15:16 Janusz Krzysztofik
  2007-01-03 14:52 ` Keir Fraser
  0 siblings, 1 reply; 6+ messages in thread
From: Janusz Krzysztofik @ 2007-01-02 15:16 UTC (permalink / raw)
  To: xen-devel

Hi,

Could someone please explain me why pm_idle is not exported on x86_64 
platform, unlike it is on i386 (in arch/i386/kernel/process-xen.c)?
I have patched the source (arch/x86_64/kernel/process-xen.c) to export 
this symbol, it works for me, now I am able to load processor.ko module 
that depends on pm_idle. Am I missing something?

Thanks,
Janusz

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: pm_idle not exported on x86_64 platform
  2007-01-02 15:16 pm_idle not exported on x86_64 platform Janusz Krzysztofik
@ 2007-01-03 14:52 ` Keir Fraser
  2007-01-03 17:34   ` *SPAM* " Janusz Krzysztofik
  2007-01-03 17:40   ` Janusz Krzysztofik
  0 siblings, 2 replies; 6+ messages in thread
From: Keir Fraser @ 2007-01-03 14:52 UTC (permalink / raw)
  To: Janusz Krzysztofik, xen-devel

It's exported by x8664_ksyms-xen.c. What kernel are you looking at?

 -- Keir

On 2/1/07 15:16, "Janusz Krzysztofik" <jkrzyszt@tis.icnet.pl> wrote:

> Hi,
> 
> Could someone please explain me why pm_idle is not exported on x86_64
> platform, unlike it is on i386 (in arch/i386/kernel/process-xen.c)?
> I have patched the source (arch/x86_64/kernel/process-xen.c) to export
> this symbol, it works for me, now I am able to load processor.ko module
> that depends on pm_idle. Am I missing something?
> 
> Thanks,
> Janusz
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: *SPAM* Re: pm_idle not exported on x86_64 platform
  2007-01-03 14:52 ` Keir Fraser
@ 2007-01-03 17:34   ` Janusz Krzysztofik
  2007-01-04 10:11     ` Keir Fraser
  2007-01-03 17:40   ` Janusz Krzysztofik
  1 sibling, 1 reply; 6+ messages in thread
From: Janusz Krzysztofik @ 2007-01-03 17:34 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel

Keir Fraser wrote:
> It's exported by x8664_ksyms-xen.c. What kernel are you looking at?

Debian linux-source-2.6.18 (2.6.18-7) patched with fedora-36252.patch 
from linux-patch-debian-2.6.18 package, running on debian packaged xen 
hypervisor 3.0.3 for amd64.

I can realize you would rather spend your time on development of the 
latest xen version, but maybe you can give me an answer if it is safe to 
export pm_idle symbol in the version I am using in order to be able to 
make use of processor.ko and thermal.ko modules, or I should expect 
troubles if I do this.

Thanks,
Janusz

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: pm_idle not exported on x86_64 platform
  2007-01-03 14:52 ` Keir Fraser
  2007-01-03 17:34   ` *SPAM* " Janusz Krzysztofik
@ 2007-01-03 17:40   ` Janusz Krzysztofik
  1 sibling, 0 replies; 6+ messages in thread
From: Janusz Krzysztofik @ 2007-01-03 17:40 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel

Sorry for this *SPAM* label, my spamassassin supported incoming mail 
server is rather restrictive (RCVD_NUMERIC_HELO).

Janusz

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: *SPAM* Re: pm_idle not exported on x86_64 platform
  2007-01-03 17:34   ` *SPAM* " Janusz Krzysztofik
@ 2007-01-04 10:11     ` Keir Fraser
  2007-01-04 12:46       ` Janusz Krzysztofik
  0 siblings, 1 reply; 6+ messages in thread
From: Keir Fraser @ 2007-01-04 10:11 UTC (permalink / raw)
  To: Janusz Krzysztofik, Keir Fraser; +Cc: xen-devel




On 3/1/07 17:34, "Janusz Krzysztofik" <jkrzyszt@tis.icnet.pl> wrote:

> I can realize you would rather spend your time on development of the
> latest xen version, but maybe you can give me an answer if it is safe to
> export pm_idle symbol in the version I am using in order to be able to
> make use of processor.ko and thermal.ko modules, or I should expect
> troubles if I do this.

Probably okay.

 -- Keir

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: pm_idle not exported on x86_64 platform
  2007-01-04 10:11     ` Keir Fraser
@ 2007-01-04 12:46       ` Janusz Krzysztofik
  0 siblings, 0 replies; 6+ messages in thread
From: Janusz Krzysztofik @ 2007-01-04 12:46 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel

Keir Fraser napisał(a):
> On 3/1/07 17:34, "Janusz Krzysztofik" <jkrzyszt@tis.icnet.pl> wrote:
>> ...  if it is safe to
>> export pm_idle symbol in the version I am using ..., or I should expect
>> troubles if I do this.
> 
> Probably okay.

Thank you, I will give it a try.

Janusz

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-01-04 12:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-02 15:16 pm_idle not exported on x86_64 platform Janusz Krzysztofik
2007-01-03 14:52 ` Keir Fraser
2007-01-03 17:34   ` *SPAM* " Janusz Krzysztofik
2007-01-04 10:11     ` Keir Fraser
2007-01-04 12:46       ` Janusz Krzysztofik
2007-01-03 17:40   ` Janusz Krzysztofik

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.