kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Contribute
@ 2017-07-22  9:39 nunojsa
  2017-07-22  9:56 ` Contribute Greg KH
  2017-07-24  0:22 ` Contribute Tobin C. Harding
  0 siblings, 2 replies; 5+ messages in thread
From: nunojsa @ 2017-07-22  9:39 UTC (permalink / raw)
  To: kernelnewbies

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?

Thank you in advance!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Contribute
  2017-07-22  9:39 Contribute nunojsa
@ 2017-07-22  9:56 ` Greg KH
  2017-07-22 10:21   ` Contribute nunojsa
  2017-07-24  0:22 ` Contribute Tobin C. Harding
  1 sibling, 1 reply; 5+ messages in thread
From: Greg KH @ 2017-07-22  9:56 UTC (permalink / raw)
  To: kernelnewbies

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Contribute
  2017-07-22  9:56 ` Contribute Greg KH
@ 2017-07-22 10:21   ` nunojsa
  2017-07-22 13:13     ` Contribute Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: nunojsa @ 2017-07-22 10:21 UTC (permalink / raw)
  To: kernelnewbies

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!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Contribute
  2017-07-22 10:21   ` Contribute nunojsa
@ 2017-07-22 13:13     ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2017-07-22 13:13 UTC (permalink / raw)
  To: kernelnewbies

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Contribute
  2017-07-22  9:39 Contribute nunojsa
  2017-07-22  9:56 ` Contribute Greg KH
@ 2017-07-24  0:22 ` Tobin C. Harding
  1 sibling, 0 replies; 5+ messages in thread
From: Tobin C. Harding @ 2017-07-24  0:22 UTC (permalink / raw)
  To: kernelnewbies

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-07-24  0:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-22  9:39 Contribute nunojsa
2017-07-22  9:56 ` Contribute Greg KH
2017-07-22 10:21   ` Contribute nunojsa
2017-07-22 13:13     ` Contribute Greg KH
2017-07-24  0:22 ` Contribute Tobin C. Harding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).