Re: cgroups: cannot write on file memory.oom_control

2014-04-22 Thread Hedi Boufaied
Hi Rami, Thank you for the advice. Yes, I will try using the event handler. Best Regards, Hedi From: Rami Rosen roszenr...@gmail.com To: Hedi Boufaied hedi.boufa...@amadeus.com, Cc: kernelnewbies kernelnewbies@kernelnewbies.org Date: 18/04/2014 22:38 Subject:Re: cgroups:

pft not found for mmtest.

2014-04-22 Thread Raju
Hi all, May I know from where I can download pft. As pft is not found in http://mcp/mmtests-mirror/pft/ http://mcp/mmtests-mirror/pft//pft-0.12x.tar.gz and http://free.linux.hp.com/~lts/Tools/ http://free.linux.hp.com/%7Elts/Tools/pft-0.12x.tar.gz Log while running mmtest pft-install:

Kernel Projects

2014-04-22 Thread Julio Faracco
Hi, Does anybody know if there is a program to offer small (or big) kernel projects to students or someone who are interested in? I'm looking for programs like Google Summer of Code or http://kernelnewbies.org/KernelProjects I'm interested to contribute with kernel patches, but I don't know how

Re: Kernel Projects

2014-04-22 Thread Peter Senna Tschudin
I would recommend: http://eudyptula-challenge.org/ On Tue, Apr 22, 2014 at 7:22 PM, Julio Faracco jcfara...@gmail.com wrote: Hi, Does anybody know if there is a program to offer small (or big) kernel projects to students or someone who are interested in? I'm looking for programs like

Re: Kernel Projects

2014-04-22 Thread Akshay Dixit
Hi Julio, Have you tried the Eudyptula Challenge? Its a good place to start from the ground up! Regards, Akshay Dixit On Tue, Apr 22, 2014 at 10:52 PM, Julio Faracco jcfara...@gmail.com wrote: Hi, Does anybody know if there is a program to offer small (or big) kernel projects to students or

Re: Kernel Projects

2014-04-22 Thread Vitor Braga
I second this, Eudyptula is one of most fun things Ive done in a lot of time I'm trying to find some time to finish task 16, but the real world keeps getting in my way :/ On Tue, Apr 22, 2014 at 2:29 PM, Akshay Dixit akshayd...@gmail.com wrote: Hi Julio, Have you tried the Eudyptula

Re: Kernel Projects

2014-04-22 Thread aaditya.gavandal...@yahoo.com
I also sent a mail to lit...@eudyptula-challenge.org for joining the challenge but didn't received a conformation or a new challenge yet. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org

Re: Kernel Projects

2014-04-22 Thread Vitor Braga
Give it some time :-) Might take a couple hours to a day between replies. On Tue, Apr 22, 2014 at 2:55 PM, aaditya.gavandal...@yahoo.com aaditya.gavandal...@yahoo.com wrote: I also sent a mail to lit...@eudyptula-challenge.org for joining the challenge but didn't received a conformation or a

Re: Kernel Projects

2014-04-22 Thread Greg Freemyer
On Tue, Apr 22, 2014 at 1:22 PM, Julio Faracco jcfara...@gmail.com wrote: Hi, Does anybody know if there is a program to offer small (or big) kernel projects to students or someone who are interested in? I'm looking for programs like Google Summer of Code or

Re: Kernel Projects

2014-04-22 Thread Greg KH
On Tue, Apr 22, 2014 at 07:15:28PM -0400, Greg Freemyer wrote: If so, Greg KH has said that code clean-ups to the staging directory are always accepted. Yes, just start with drivers/staging/*/TODO and go from there. Help there is always gladly appreciated. thanks, greg (not Freemyer) k-h

a question about __nocache_pa macro

2014-04-22 Thread Chan Kim
Hi, can someony explain this macro to me? It's in arch/sparc/include/asm/pgtsrmmu.h (linux 3.3) #define __nocache_pa(VADDR) (((unsigned long)VADDR) - SRMMU_NOCACHE_VADDR + __pa((unsigned long)srmmu_nocache_pool)) it looks like converting virtual address VADDR to physical address for which no