2008-02-06 20:39:31

by Yinghai Lu

[permalink] [raw]
Subject: my config doesnt compile in your tree

your latest tree. x86/master and x86/mm

AS arch/x86/kernel/entry_64.o
arch/x86/kernel/entry_64.S: Assembler messages:
arch/x86/kernel/entry_64.S:618: Error: CFI state restore without previous remember
make[1]: *** [arch/x86/kernel/entry_64.o] Error 1
make: *** [arch/x86/kernel] Error 2


YH


Attachments:
(No filename) (300.00 B)
config.full (46.28 kB)
Download all attachments

2008-02-06 21:53:24

by Ingo Molnar

[permalink] [raw]
Subject: Re: my config doesnt compile in your tree


* Yinghai Lu <[email protected]> wrote:

> your latest tree. x86/master and x86/mm
>
> AS arch/x86/kernel/entry_64.o
> arch/x86/kernel/entry_64.S: Assembler messages:
> arch/x86/kernel/entry_64.S:618: Error: CFI state restore without previous remember

could you try the latest (freshly updated) x86.git, does it still have
this problem?

Ingo

2008-02-06 22:43:20

by Yinghai Lu

[permalink] [raw]
Subject: Re: my config doesnt compile in your tree

On Wednesday 06 February 2008 01:53:04 pm Ingo Molnar wrote:
>
> * Yinghai Lu <[email protected]> wrote:
>
> > your latest tree. x86/master and x86/mm
> >
> > AS arch/x86/kernel/entry_64.o
> > arch/x86/kernel/entry_64.S: Assembler messages:
> > arch/x86/kernel/entry_64.S:618: Error: CFI state restore without previous remember
>
> could you try the latest (freshly updated) x86.git, does it still have
> this problem?

could be compiled.

but one machine got panic. others are ok. will check that.

YH