Crash on reducing the kernel mem.

2010-09-03 Thread Prabhu Chawandi
Hi all, I am using MIPS processor, with 256 MB RAM. currently I am using 128 M for drivers and 128 M for Kernel. I tried to allocate more memory for Drivers, surprisingly I got crash when I reduced kernel memory to 110 M. My debugging took me to USB controller, which was not reset in bootloader.

File system RT suit.

2010-09-03 Thread Onkar Mahajan
I am writing an open source RT suit for Block I/O subsystem. Can I please get the feature list for the same. Regards, Onkar

File system RT suit.

2010-09-03 Thread Onkar Mahajan
I am writing an open source RT suit for Block I/O subsystem. Can I please get the feature list for the same. Regards, Onkar -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

noderef and address_space attribute

2010-09-03 Thread Himanshu Chauhan
Hi Everybody, I searched alot about these two attributes. These are being used in __percpu in linux kernel. I am unable to find any documentation about these two attributes. Anybody has links on them? Or anybody can shed some light on them? Thanks Regards Himanshu -- To unsubscribe from this

Re: noderef and address_space attribute

2010-09-03 Thread Himanshu Chauhan
On Fri, Sep 03, 2010 at 05:24:35PM +0530, Himanshu Chauhan wrote: I searched alot about these two attributes. These are being used in __percpu in linux kernel. I am unable to find any documentation about these two attributes. Anybody has links on them? Or anybody can shed some light on them?

Re: Crash on reducing the kernel mem.

2010-09-03 Thread Greg KH
On Fri, Sep 03, 2010 at 12:04:09PM +0530, Prabhu Chawandi wrote: Hi all, I am using MIPS processor, with 256 MB RAM. currently I am using 128 M for drivers and 128 M for Kernel. I tried to allocate more memory for Drivers, surprisingly I got crash when I reduced kernel memory to 110 M. My

Re: Resetting USB HC .. During kernel boot

2010-09-03 Thread Alan Stern
On Fri, 3 Sep 2010, Prabhu Chawandi wrote: Hi Alan, I am working on a board, where USB controller is on chip. and this has both UHC and EHC. I have to reset these during the boot up. Bootloader does not reset it before handing over control to kernel, I am facing crash. So I am planning

Reading a file from the Kernel.

2010-09-03 Thread LKomz Komz
Hi all, I had a query regarding how to access a file from a kernel driver. I currently use modprobe.config. Is there any other way I could use a config file other than the above? Thanks in advance, L Komz.

Re: Reading a file from the Kernel.

2010-09-03 Thread Greg Freemyer
On Fri, Sep 3, 2010 at 5:23 PM, LKomz Komz lkomz...@gmail.com wrote: Hi all, I had a query regarding how to access a file from a kernel driver. I currently use modprobe.config. Is there any other way I could use a config file other than the above? Thanks in advance, L Komz. It's highly

Debugging the scheduler

2010-09-03 Thread Vimal
Hi all, We're making some modifications to the scheduler and the kernel (2.6.35) just crashes without any error whatsoever. The crash is such that the kernel responds to pings for a while; but the mouse doesn't work, screen doesn't refresh and we're not able to ssh as well. We tried

Re: Concurrent accesses to sysfs

2010-09-03 Thread Greg KH
On Tue, Aug 24, 2010 at 11:52:07AM +0200, Christophe Aeschlimann wrote: Hi, I'm implementing a user-space API that will give access to custom hardware features through sysfs. This library is here to hide the sysfs specifics. Ick, don't. What's wrong with the existing sysfs interfaces we

Re: Debugging the scheduler

2010-09-03 Thread Mulyadi Santosa
On Sat, Sep 4, 2010 at 07:07, Vimal j.vi...@gmail.com wrote: Hi all, We're making some modifications to the scheduler and the kernel (2.6.35) just crashes without any error whatsoever.  The crash is such that the kernel responds to pings for a while; but the mouse doesn't work, screen