Re: [uml-user] Fedora 5 & vmalloc

2006-10-26 Thread Huei-Ping Chen (huchen)
o: Huei-Ping Chen (huchen) > Cc: user-mode-linux-user@lists.sourceforge.net > Subject: Re: [uml-user] Fedora 5 & vmalloc > > On Tue, Oct 24, 2006 at 10:35:52AM -0700, Huei-Ping Chen > (huchen) wrote: > > I am testing a driver, it crash in UML when it calls vmalloc, > >

Re: [uml-user] Fedora 5 & vmalloc

2006-10-24 Thread Jeff Dike
On Tue, Oct 24, 2006 at 10:35:52AM -0700, Huei-Ping Chen (huchen) wrote: > I am testing a driver, it crash in UML when it calls vmalloc, > > Poking around, it seems, kmem_top has an invalid memory location, kmem_top has nothing to do with why vmalloc is crashing. We'd need more details in order

[uml-user] Fedora 5 & vmalloc

2006-10-24 Thread Huei-Ping Chen (huchen)
Hi, I am testing a driver, it crash in UML when it calls vmalloc, Poking around, it seems, kmem_top has an invalid memory location, unsigned long get_kmem_end(void) { if(kmem_top == 0) kmem_top = CHOOSE_MODE(kmem_end_tt, kmem_end_skas); return(kmem_top); } (g