All of lore.kernel.org
 help / color / mirror / Atom feed
* main.c:674: undefined reference to `xen_init_mtrr'
@ 2009-08-04 18:36 Nathan Stratton
  0 siblings, 0 replies; 8+ messages in thread
From: Nathan Stratton @ 2009-08-04 18:36 UTC (permalink / raw)
  To: xen-devel


Trying to compile the latest bleeding edge rebase/master from the Jeremy 
git tree and ran into:

arch/x86/built-in.o: In function `mtrr_bp_init':
/usr/local/src/linux-2.6-xen/arch/x86/kernel/cpu/mtrr/main.c:674: 
undefined reference to `xen_init_mtrr'
make: *** [.tmp_vmlinux1] Error 1

I would go back a few versions, but I also need Infiniband support that is 
in the latest kernel.

><>
Nathan Stratton                                CTO, BlinkMind, Inc.
nathan at robotics.net                         nathan at blinkmind.com
http://www.robotics.net                        http://www.blinkmind.com

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

* main.c:674: undefined reference to `xen_init_mtrr'
@ 2009-08-05  0:37 Nathan Stratton
  2009-08-07  0:22 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 8+ messages in thread
From: Nathan Stratton @ 2009-08-05  0:37 UTC (permalink / raw)
  To: xen-devel


Trying to compile the latest bleeding edge rebase/master from the Jeremy git 
tree and ran into:

arch/x86/built-in.o: In function `mtrr_bp_init':
/usr/local/src/linux-2.6-xen/arch/x86/kernel/cpu/mtrr/main.c:674: undefined 
reference to `xen_init_mtrr'
make: *** [.tmp_vmlinux1] Error 1

I would go back a few versions, but I also need Infiniband support that is in 
the latest kernel.

> <>
Nathan Stratton                                CTO, BlinkMind, Inc.
nathan at robotics.net                         nathan at blinkmind.com
http://www.robotics.net                        http://www.blinkmind.com

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

* Re: main.c:674: undefined reference to `xen_init_mtrr'
  2009-08-05  0:37 main.c:674: undefined reference to `xen_init_mtrr' Nathan Stratton
@ 2009-08-07  0:22 ` Jeremy Fitzhardinge
  2009-08-07  0:47   ` Nathan Stratton
  0 siblings, 1 reply; 8+ messages in thread
From: Jeremy Fitzhardinge @ 2009-08-07  0:22 UTC (permalink / raw)
  To: Nathan Stratton; +Cc: xen-devel

On 08/04/09 17:37, Nathan Stratton wrote:
>
> Trying to compile the latest bleeding edge rebase/master from the
> Jeremy git tree and ran into:
>
> arch/x86/built-in.o: In function `mtrr_bp_init':
> /usr/local/src/linux-2.6-xen/arch/x86/kernel/cpu/mtrr/main.c:674:
> undefined reference to `xen_init_mtrr'
> make: *** [.tmp_vmlinux1] Error 1

Thanks, that's a bug, bug the workaround is to also enable CONFIG_XEN_DOM0.

However, rebase/master is *very* bleeding edge at the moment, so I don't
think it will help solve your problem.

    J

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

* Re: main.c:674: undefined reference to `xen_init_mtrr'
  2009-08-07  0:22 ` Jeremy Fitzhardinge
@ 2009-08-07  0:47   ` Nathan Stratton
  2009-08-07  0:49     ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 8+ messages in thread
From: Nathan Stratton @ 2009-08-07  0:47 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: xen-devel

On Thu, 6 Aug 2009, Jeremy Fitzhardinge wrote:

> On 08/04/09 17:37, Nathan Stratton wrote:
>>
>> Trying to compile the latest bleeding edge rebase/master from the
>> Jeremy git tree and ran into:
>>
>> arch/x86/built-in.o: In function `mtrr_bp_init':
>> /usr/local/src/linux-2.6-xen/arch/x86/kernel/cpu/mtrr/main.c:674:
>> undefined reference to `xen_init_mtrr'
>> make: *** [.tmp_vmlinux1] Error 1
>
> Thanks, that's a bug, bug the workaround is to also enable CONFIG_XEN_DOM0.

Actually, CONFIG_XEN_DOM0 was enabled, I ended up having to disable 
CONFIG_MTRR to get it to compile. Not sure what damage that does, but so 
far things look good.

> However, rebase/master is *very* bleeding edge at the moment, so I don't
> think it will help solve your problem.

I know, grasping at straws, trying to fix that kernel_panic and I also 
need a newer xen kernel then 2.6.18 that also has Infiniband.

-Nathan

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

* Re: main.c:674: undefined reference to `xen_init_mtrr'
  2009-08-07  0:47   ` Nathan Stratton
@ 2009-08-07  0:49     ` Jeremy Fitzhardinge
  2009-08-07  1:03       ` Nathan Stratton
  0 siblings, 1 reply; 8+ messages in thread
From: Jeremy Fitzhardinge @ 2009-08-07  0:49 UTC (permalink / raw)
  To: Nathan Stratton; +Cc: xen-devel

On 08/06/09 17:47, Nathan Stratton wrote:
> Actually, CONFIG_XEN_DOM0 was enabled, I ended up having to disable
> CONFIG_MTRR to get it to compile. Not sure what damage that does, but
> so far things look good.

Hm, OK.  I wouldn't have thought it would be compiling that without
CONFIG_MTRR.  Anyway, that's useful to have in general; it may get you a
performance kick.

>> However, rebase/master is *very* bleeding edge at the moment, so I don't
>> think it will help solve your problem.
>
> I know, grasping at straws, trying to fix that kernel_panic and I also
> need a newer xen kernel then 2.6.18 that also has Infiniband.

Try xen-tip/master.

    J

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

* Re: main.c:674: undefined reference to `xen_init_mtrr'
  2009-08-07  0:49     ` Jeremy Fitzhardinge
@ 2009-08-07  1:03       ` Nathan Stratton
  2009-08-07 16:27         ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 8+ messages in thread
From: Nathan Stratton @ 2009-08-07  1:03 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: xen-devel

On Thu, 6 Aug 2009, Jeremy Fitzhardinge wrote:

>> I know, grasping at straws, trying to fix that kernel_panic and I also
>> need a newer xen kernel then 2.6.18 that also has Infiniband.
>
> Try xen-tip/master.

No infiniband. :(

-Nathan

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

* Re: main.c:674: undefined reference to `xen_init_mtrr'
  2009-08-07  1:03       ` Nathan Stratton
@ 2009-08-07 16:27         ` Jeremy Fitzhardinge
  2009-08-07 16:41           ` Nathan Stratton
  0 siblings, 1 reply; 8+ messages in thread
From: Jeremy Fitzhardinge @ 2009-08-07 16:27 UTC (permalink / raw)
  To: Nathan Stratton; +Cc: xen-devel

On 08/06/09 18:03, Nathan Stratton wrote:
> On Thu, 6 Aug 2009, Jeremy Fitzhardinge wrote:
>
>>> I know, grasping at straws, trying to fix that kernel_panic and I also
>>> need a newer xen kernel then 2.6.18 that also has Infiniband.
>>
>> Try xen-tip/master.
>
> No infiniband. :(

What version did ib come in?

    J

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

* Re: main.c:674: undefined reference to `xen_init_mtrr'
  2009-08-07 16:27         ` Jeremy Fitzhardinge
@ 2009-08-07 16:41           ` Nathan Stratton
  0 siblings, 0 replies; 8+ messages in thread
From: Nathan Stratton @ 2009-08-07 16:41 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: xen-devel

On Fri, 7 Aug 2009, Jeremy Fitzhardinge wrote:

> On 08/06/09 18:03, Nathan Stratton wrote:
>> On Thu, 6 Aug 2009, Jeremy Fitzhardinge wrote:
>>
>>>> I know, grasping at straws, trying to fix that kernel_panic and I also
>>>> need a newer xen kernel then 2.6.18 that also has Infiniband.
>>>
>>> Try xen-tip/master.
>>
>> No infiniband. :(
>
> What version did ib come in?

2.6.31

-nathan

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

end of thread, other threads:[~2009-08-07 16:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05  0:37 main.c:674: undefined reference to `xen_init_mtrr' Nathan Stratton
2009-08-07  0:22 ` Jeremy Fitzhardinge
2009-08-07  0:47   ` Nathan Stratton
2009-08-07  0:49     ` Jeremy Fitzhardinge
2009-08-07  1:03       ` Nathan Stratton
2009-08-07 16:27         ` Jeremy Fitzhardinge
2009-08-07 16:41           ` Nathan Stratton
  -- strict thread matches above, loose matches on Subject: below --
2009-08-04 18:36 Nathan Stratton

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.