Re: QEMU Uncompressing Linux.... stalls

2010-12-13 Thread Prasad Joshi
On Mon, Dec 13, 2010 at 7:44 AM, onlyfever onlyfe...@gmail.com wrote: 2010/12/9, Prasad Joshi prasadjoshi...@gmail.com: Thanks a lot for your reply. On Thu, Dec 9, 2010 at 1:06 AM, Alexandre Courbot gnu...@gmail.com wrote: Hi, There is probably a kernel misconfiguration somewhere. Could you

Re: EXPORT_SYMBOL

2010-12-13 Thread Hemanth Kumar
Hi Mulaydi Robert, Below is the info that is requested, --- On Sun, 12/12/10, Mulyadi Santosa mulyadi.sant...@gmail.com wrote: From: Mulyadi Santosa mulyadi.sant...@gmail.com Subject: Re: EXPORT_SYMBOL To: Hemanth Kumar hemw...@yahoo.co.in Cc: Robert P. J. Day

Re: QEMU Uncompressing Linux.... stalls

2010-12-13 Thread Prasad Joshi
On Mon, Dec 13, 2010 at 7:53 AM, Prasad Joshi prasadjoshi...@gmail.com wrote: On Mon, Dec 13, 2010 at 7:44 AM, onlyfever onlyfe...@gmail.com wrote: 2010/12/9, Prasad Joshi prasadjoshi...@gmail.com: Thanks a lot for your reply. On Thu, Dec 9, 2010 at 1:06 AM, Alexandre Courbot gnu...@gmail.com

Re: EXPORT_SYMBOL

2010-12-13 Thread Mulyadi Santosa
Hi Hemanth. On Mon, Dec 13, 2010 at 17:05, Hemanth Kumar hemw...@yahoo.co.in wrote: Hi Mulaydi Robert,                Below is the info that is requested, OK let's see --- On Sun, 12/12/10, Mulyadi Santosa mulyadi.sant...@gmail.com wrote: GCC _  arm-none-linux-gnueabi-gcc

why vmalloc free with fdtable is done with workqueue?

2010-12-13 Thread Sangman Kim
Hi Kernel people, As I look at the kernel source, I got some curiosity regarding the context of fdtable deallocation. From fs/file.c, I could see fdtable allocated with vmalloc (large fdtable) is deallocated in workqueue context. But one thing I cannot understand is why vmalloc should be handled

Re: why vmalloc free with fdtable is done with workqueue?

2010-12-13 Thread Dave Hylands
HI Sangman, On Mon, Dec 13, 2010 at 3:31 PM, Sangman Kim sangm...@cs.utexas.edu wrote: Hi Kernel people, As I look at the kernel source, I got some curiosity regarding the context of fdtable deallocation. From fs/file.c, I could see fdtable allocated with vmalloc (large fdtable) is

Re: EXPORT_SYMBOL

2010-12-13 Thread Hemanth Kumar
Hi Mulyadi and Robert, --- On Mon, 13/12/10, Mulyadi Santosa mulyadi.sant...@gmail.com wrote: From: Mulyadi Santosa mulyadi.sant...@gmail.com Subject: Re: EXPORT_SYMBOL To: Hemanth Kumar hemw...@yahoo.co.in Cc: Robert P. J. Day rpj...@crashcourse.ca, kernelnewbies@nl.linux.org Date: Monday,

Re: EXPORT_SYMBOL

2010-12-13 Thread Wouter Simons
On 12/14/2010 06:00 AM, Hemanth Kumar wrote: Hi Mulyadi and Robert, [...] itor disable module versioning entirely... Thanks for your time and suggestions,I solved this problem, I added the two modules in kernel dir(driver/misc/),updated Makefile,Kconfig file