Re: [uml-user] Re: 2.6.15+todays patches

2006-01-17 Thread Blaisorblade
On Tuesday 17 January 2006 04:06, D. Bahi wrote: > yes, blaise, You've actually got the right meaning of my nick I named myself after Blaise Pascal :-) (referring to the Pascal language, indeed)! > i read your comment from the november posting to the list in response to > this problem report

Re: [uml-user] Re: 2.6.15+todays patches

2006-01-16 Thread D. Bahi
yes, blaise, i read your comment from the november posting to the list in response to this problem reported then and tried it... #ifdef CONFIG_MODE_TT /* This is for use by the tracing thread in special situations (see below). */ static int indirect_set_thread_area_tt(struct user_desc *info) {

Re: [uml-user] Re: 2.6.15+todays patches

2006-01-16 Thread Blaisorblade
On Monday 16 January 2006 18:10, D. Bahi wrote: > for the second problem try the attached patch of a patch. That's bogus, indirect_set_thread_area() should be moved outside #ifdef. It has the needed CHOOSE_MODE (or should have it). At least, don't run with it in TT mode. > Antoine Martin wrote:

Re: [uml-user] Re: 2.6.15+todays patches

2006-01-16 Thread Antoine Martin
Thanks, that fixes it. On Mon, 2006-01-16 at 12:10 -0500, D. Bahi wrote: > for the second problem try the attached patch of a patch. > > Antoine Martin wrote: > > On Fri, 2006-01-06 at 17:41 +, Antoine Martin wrote: > > > >> Failed right at the end... (TT disabled) > >> > >> LD .tmp

Re: [uml-user] Re: 2.6.15+todays patches

2006-01-16 Thread D. Bahi
for the second problem try the attached patch of a patch. Antoine Martin wrote: > On Fri, 2006-01-06 at 17:41 +, Antoine Martin wrote: > >> Failed right at the end... (TT disabled) >> >> LD .tmp_vmlinux1 >> arch/um/sys-i386/built-in.o(.text+0x2f8e): In function `load_TLS': >> : undef

[uml-user] Re: 2.6.15+todays patches

2006-01-16 Thread Antoine Martin
On Fri, 2006-01-06 at 17:41 +, Antoine Martin wrote: > Failed right at the end... (TT disabled) > > LD .tmp_vmlinux1 > arch/um/sys-i386/built-in.o(.text+0x2f8e): In function `load_TLS': > : undefined reference to `indirect_set_thread_area' Tried again today, problems: * static build fai