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 and where to start it. I will be glad if someone give me ideas and/or suggestions. Thanks! *--* *Julio Cesar Faracco* *University of São Paulo - Brazil*
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 <jcfaracco@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 http://kernelnewbies.org/KernelProjects
I'm interested to contribute with kernel patches, but I don't know how and where to start it.
I will be glad if someone give me ideas and/or suggestions.
Thanks!
-- Julio Cesar Faracco University of São Paulo - Brazil
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
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 <akshaydixi@gmail.com> wrote:
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 <jcfaracco@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 http://kernelnewbies.org/KernelProjects
I'm interested to contribute with kernel patches, but I don't know how and where to start it.
I will be glad if someone give me ideas and/or suggestions.
Thanks!
-- Julio Cesar Faracco University of São Paulo - Brazil
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
I also sent a mail to little@eudyptula-challenge.org for joining the challenge but didn't received a conformation or a new challenge yet.
Give it some time :-) Might take a couple hours to a day between replies. On Tue, Apr 22, 2014 at 2:55 PM, aaditya.gavandalkar@yahoo.com < aaditya.gavandalkar@yahoo.com> wrote:
I also sent a mail to little@eudyptula-challenge.org for joining the challenge but didn't received a conformation or a new challenge yet.
------------------------------ * From: * Vitor Braga <vitorpybraga@gmail.com>; * To: * Akshay Dixit <akshaydixi@gmail.com>; * Cc: * Julio Faracco <jcfaracco@gmail.com>; < Kernelnewbies@kernelnewbies.org>; * Subject: * Re: Kernel Projects * Sent: * Tue, Apr 22, 2014 5:39:06 PM
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 <akshaydixi@gmail.com> wrote:
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 <jcfaracco@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 http://kernelnewbies.org/KernelProjects
I'm interested to contribute with kernel patches, but I don't know how and where to start it.
I will be glad if someone give me ideas and/or suggestions.
Thanks!
-- Julio Cesar Faracco University of São Paulo - Brazil
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
I would recommend: http://eudyptula-challenge.org/ On Tue, Apr 22, 2014 at 7:22 PM, Julio Faracco <jcfaracco@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 http://kernelnewbies.org/KernelProjects
I'm interested to contribute with kernel patches, but I don't know how and where to start it.
I will be glad if someone give me ideas and/or suggestions.
Thanks!
-- Julio Cesar Faracco University of São Paulo - Brazil
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Peter
On Tue, Apr 22, 2014 at 1:22 PM, Julio Faracco <jcfaracco@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 http://kernelnewbies.org/KernelProjects
I'm interested to contribute with kernel patches, but I don't know how and where to start it.
I will be glad if someone give me ideas and/or suggestions.
Thanks!
-- Julio Cesar Faracco University of São Paulo - Brazil
The challenge is probably a great learning experience, but I assume everyone is doing the same work? If so, Greg KH has said that code clean-ups to the staging directory are always accepted. Just download the kernel source, cd into the staging directory and start running checkpatch.pl against the various files. When you find issues, clean them up and submit a patch. Greg KH walks through the process here: https://www.youtube.com/watch?v=LLBrBBImJt4 Greg (not 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
Thanks Greg K-H and Greg Freemyer. You gave me helpful tips to start. Att, -- *Julio Cesar Faracco* *University of São Paulo - Brazil*
participants (7)
-
aaditya.gavandalkar@yahoo.com -
Akshay Dixit -
Greg Freemyer -
Greg KH -
Julio Faracco -
Peter Senna Tschudin -
Vitor Braga