Eudyptula Challenge response submission

2015-01-31 Thread Alisha Jain
Hello I am a newbie in the world of Linux Kernel. So I started Eudyptula Challenge. I have completed the patch along with the Makefile and it is being loaded successfully on my system. But I am stuck on how to send my response through mail. I am trying it from last two days, but didn't succeed.

Re: Eudyptula Challenge response submission

2015-01-31 Thread Fernando ApesteguĆ­a
El 31/01/2015 15:10, Alisha Jain jain.alish...@gmail.com escribiĆ³: Hello I am a newbie in the world of Linux Kernel. So I started Eudyptula Challenge. I have completed the patch along with the Makefile and it is being loaded successfully on my system. But I am stuck on how to send my

Re: Eudyptula Challenge response submission

2015-01-31 Thread Jonathan Jin
On Sat, Jan 31, 2015 at 07:39:00PM +0530, Alisha Jain wrote: But I am stuck on how to send my response through mail. I am trying it from last two days, but didn't succeed. I am using Alpine web-client. Here, this link should help: http://kernelnewbies.org/FirstKernelPatch -- Jonathan Jin

Re: Eudyptula Challenge response submission

2015-01-31 Thread Alisha Jain
On Sat, Jan 31, 2015 at 11:44 PM, Jonathan Jin jjin082...@gmail.com wrote: Re-adding this discussion back to the mailing list. When you respond to someone on the mailing list, be sure to also CC the list itself, so as to include everybody in the conversation and get as many voices involved as

Re: Eudyptula Challenge response submission

2015-01-31 Thread Jonathan Jin
On Sat, Jan 31, 2015 at 11:40:13PM +0530, Alisha Jain wrote: I just want to know what proof should I give? Re-adding this discussion back to the mailing list. When you respond to someone on the mailing list, be sure to also CC the list itself, so as to include everybody in the conversation and

Re: Eudyptula Challenge response submission

2015-01-31 Thread Jonathan Jin
On Sat, Jan 31, 2015 at 11:56:31PM +0530, Alisha Jain wrote: That said, in terms of proof, Little leaves it, to my understanding, very much up to your personal judgment. Sorry, I didn't get you. What I meant is that the Eudyptula Challenge doesn't have any hard-fast rules about exactly what

Mount Compressed File like a Folder

2015-01-31 Thread Lucas Tanure
Hi, There is a way to mount a xz or gz file , update it, and umount ? Like, this file will be folder that is compressed and I can mount, update the files, and close ? Thanks -- Lucas Tanure +55 (19) 988176559 ___ Kernelnewbies mailing list

Re: Mount Compressed File like a Folder

2015-01-31 Thread Valdis . Kletnieks
On Sat, 31 Jan 2015 20:16:29 -0200, Lucas Tanure said: There is a way to mount a xz or gz file , update it, and umount ? Like, this file will be folder that is compressed and I can mount, update the files, and close ? This would probably be best done in userspace, using either fuse or a fully

Re: spinlock variable protection

2015-01-31 Thread Nicholas Mc Guire
On Fri, 30 Jan 2015, Matwey V. Kornilov wrote: 2015-01-30 16:52 GMT+03:00 buyitian buyit...@gmail.com: Please check the assembly code to double confirm the GCC behavior. Why will GCC change the order as what you mentioned? Only assembly code can tell you. It does not change at the