Re: Contribute

2017-07-23 Thread Tobin C. Harding
On Sat, Jul 22, 2017 at 11:39:45AM +0200, nunojsa wrote:
> Hi all,
> 
> Im fairly new to linux kernel and would like to start with some staging work 
> (seems like the best way to start).
> Basically what i would like to know is which tree should i clone for this? My 
> understanding is that one should never work directly on top of the mainline 
> tree, instead (for this case) on top of the linux staging tree. The same 
> goes, for example, for USB subsystem development in which case i should just 
> clone the usb development tree (and the same for all subsystems).
> 
> Is my understanding correct?

The tree you are after is Greg's staging tree. You can find it here.

https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/

As Greg already said, the branch of that tree you want is
staging-next, also you may like to check your patches apply to the
staging-testing branch before submitting them.

Good luck,
Tobin.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Contribute

2017-07-22 Thread Greg KH
On Sat, Jul 22, 2017 at 12:21:15PM +0200, nunojsa wrote:
> On 22.07.2017 11:56, Greg KH wrote:
> > On Sat, Jul 22, 2017 at 11:39:45AM +0200, nunojsa wrote:
> >> Hi all,
> >>
> >> Im fairly new to linux kernel and would like to start with some staging 
> >> work (seems like the best way to start).
> >> Basically what i would like to know is which tree should i clone for this? 
> >> My understanding is that one should never work directly on top of the 
> >> mainline tree, instead (for this case) on top of the linux staging tree. 
> >> The same goes, for example, for USB subsystem development in which case i 
> >> should just clone the usb development tree (and the same for all 
> >> subsystems).
> >>
> >> Is my understanding correct?
> > 
> > Yes it is, make sure you work off of the correct branch as well.  For> the 
> > staging tree, working off of the staging-next is best.
> 
> This would be my next question. Regarding the linux-next tree, the
> same as i wrote before also applies? So, I should not work directly in
> the linux-next tree but instead in the correspondent branch
> (subsystem-next) of the specific subsystem I'm working on? 

You can use linux-next just fine, as it includes the staging-next
branch, along with all other subsystem's development trees.

Just be careful, linux-next rebases every day, you might have a harder
time doing development on it if you don't really know what you are doing
with git.

hope this helps,

greg k-h

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Contribute

2017-07-22 Thread nunojsa
On 22.07.2017 11:56, Greg KH wrote:
> On Sat, Jul 22, 2017 at 11:39:45AM +0200, nunojsa wrote:
>> Hi all,
>>
>> Im fairly new to linux kernel and would like to start with some staging work 
>> (seems like the best way to start).
>> Basically what i would like to know is which tree should i clone for this? 
>> My understanding is that one should never work directly on top of the 
>> mainline tree, instead (for this case) on top of the linux staging tree. The 
>> same goes, for example, for USB subsystem development in which case i should 
>> just clone the usb development tree (and the same for all subsystems).
>>
>> Is my understanding correct?
> 
> Yes it is, make sure you work off of the correct branch as well.  For> the 
> staging tree, working off of the staging-next is best.

This would be my next question. Regarding the linux-next tree, the same as i 
wrote before also applies? So, I should not work directly in the linux-next 
tree but instead in the correspondent branch (subsystem-next) of the specific 
subsystem I'm working on? 

> 
> thanks and good luck!
> 
> greg k-h
> 

Thanks for your help!


___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Contribute

2017-07-22 Thread Greg KH
On Sat, Jul 22, 2017 at 11:39:45AM +0200, nunojsa wrote:
> Hi all,
> 
> Im fairly new to linux kernel and would like to start with some staging work 
> (seems like the best way to start).
> Basically what i would like to know is which tree should i clone for this? My 
> understanding is that one should never work directly on top of the mainline 
> tree, instead (for this case) on top of the linux staging tree. The same 
> goes, for example, for USB subsystem development in which case i should just 
> clone the usb development tree (and the same for all subsystems).
> 
> Is my understanding correct?

Yes it is, make sure you work off of the correct branch as well.  For
the staging tree, working off of the staging-next is best.

thanks and good luck!

greg k-h

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Contribute to linux kernel

2012-02-08 Thread Greg KH
On Wed, Feb 08, 2012 at 05:29:38PM +0530, Mayank Agarwal wrote:
 Dear Experts,
 
 I want to contribute to linux kernel in camera drivers or in any of the
 multimedia related driver development linux kernel job.
 Please send me the details how can i start doing this.

Please read Documentation/HOWTO in the kernel source tree.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: contribute to linux kernel

2011-12-01 Thread Mayank Agarwal
Hi all,

i have downloaded the linux kernel 2.6 from git.I have seen the you tube
video of how to modify and submit a patch to the linux kernel.I want to
know how should i get which projects i can contribute.I have failry good
knowledge of embedded linux,c,c++,etc.
Can any one guide me how can i effectively contribute to linux kernel.

Thanks and Regards,
Mayank

On Tue, Nov 15, 2011 at 4:05 AM, Mayank Agarwal mayank77fromin...@gmail.com
 wrote:


 Hi all,

 I have just joined the kernelnewbies.I want to contribute to linux kernel
 or to any of the open source ongoing projects.Has good experience in c,c++
 and linux programming.
 Please suggest how can i go about that.


 Regards,
 Mayank

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: contribute to linux kernel

2011-11-14 Thread Greg KH
On Mon, Nov 14, 2011 at 05:35:38PM -0500, Mayank Agarwal wrote:
 
 Hi all,
 
 I have just joined the kernelnewbies.I want to contribute to linux kernel
 or to any of the open source ongoing projects.Has good experience in c,c++ and
 linux programming.
 Please suggest how can i go about that.

Please read Documentation/HOWTO

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies