Re: [PATCH x86/mm] x86 vDSO: canonicalize sysenter .eh_frame

2007-12-07 Thread Ingo Molnar
* Roland McGrath <[EMAIL PROTECTED]> wrote: > Some assembler versions automagically optimize .eh_frame contents, > changing their size. The CFI in sysenter.S was not using optimal > formatting, so it would be changed by newer/smarter assemblers. This > ran afoul of the wired constant for

Re: [PATCH x86/mm] x86 vDSO: canonicalize sysenter .eh_frame

2007-12-07 Thread Ingo Molnar
* Roland McGrath [EMAIL PROTECTED] wrote: Some assembler versions automagically optimize .eh_frame contents, changing their size. The CFI in sysenter.S was not using optimal formatting, so it would be changed by newer/smarter assemblers. This ran afoul of the wired constant for padding

Re: [PATCH x86/mm] x86 vDSO: canonicalize sysenter .eh_frame

2007-12-06 Thread Miles Lane
Thanks. That enabled me to compile as well. Now, if I can figure out why the resulting kernel has a boot process that hangs... :-) Miles -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH x86/mm] x86 vDSO: canonicalize sysenter .eh_frame

2007-12-06 Thread Harvey Harrison
On Thu, 2007-12-06 at 17:14 -0800, Roland McGrath wrote: > Some assembler versions automagically optimize .eh_frame contents, > changing their size. The CFI in sysenter.S was not using optimal > formatting, so it would be changed by newer/smarter assemblers. > This ran afoul of the wired constant

[PATCH x86/mm] x86 vDSO: canonicalize sysenter .eh_frame

2007-12-06 Thread Roland McGrath
Some assembler versions automagically optimize .eh_frame contents, changing their size. The CFI in sysenter.S was not using optimal formatting, so it would be changed by newer/smarter assemblers. This ran afoul of the wired constant for padding out the other vDSO images to match its size. This

Re: [PATCH x86/mm] x86 vDSO: canonicalize sysenter .eh_frame

2007-12-06 Thread Harvey Harrison
On Thu, 2007-12-06 at 17:14 -0800, Roland McGrath wrote: Some assembler versions automagically optimize .eh_frame contents, changing their size. The CFI in sysenter.S was not using optimal formatting, so it would be changed by newer/smarter assemblers. This ran afoul of the wired constant for

[PATCH x86/mm] x86 vDSO: canonicalize sysenter .eh_frame

2007-12-06 Thread Roland McGrath
Some assembler versions automagically optimize .eh_frame contents, changing their size. The CFI in sysenter.S was not using optimal formatting, so it would be changed by newer/smarter assemblers. This ran afoul of the wired constant for padding out the other vDSO images to match its size. This

Re: [PATCH x86/mm] x86 vDSO: canonicalize sysenter .eh_frame

2007-12-06 Thread Miles Lane
Thanks. That enabled me to compile as well. Now, if I can figure out why the resulting kernel has a boot process that hangs... :-) Miles -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at