All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux kernel development
@ 2006-06-03 13:36 Paolo Ciarrocchi
  2006-06-03 18:28 ` Horst von Brand
  0 siblings, 1 reply; 27+ messages in thread
From: Paolo Ciarrocchi @ 2006-06-03 13:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: Kalin KOZHUHAROV, Jesper Juhl, Greg KH

On 11/15/05, Greg KH <greg@kroah.com> wrote:
[...]
> >       http://linux.tar.bz/articles/2.6-development_process
>
> Ah, a very nice summary.
>
> Paolo, can I use this document as a base for this section in the HOWTO
> file (with proper attribution of course.)
>

That article is now living in a git tree, it now contains only spell
checks but I plan to work more on it in the next few days.

The follwoing is the git URI:
git://git.infradead.org/users/paolo/LinuxKernelDevelopmentProcess.git

gitweb interface here:
http://git.infradead.org/?p=users/paolo/LinuxKernelDevelopmentProcess.git;a=summary

Patched and comments are more then welcome ;-)

Ciao,

-- 
Paolo
http://paolociarrocchi.googlepages.com

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

* Re: Linux kernel development
  2006-06-03 13:36 Linux kernel development Paolo Ciarrocchi
@ 2006-06-03 18:28 ` Horst von Brand
  2006-06-04 10:00   ` Paolo Ciarrocchi
  2006-06-06 19:22   ` Paolo Ciarrocchi
  0 siblings, 2 replies; 27+ messages in thread
From: Horst von Brand @ 2006-06-03 18:28 UTC (permalink / raw)
  To: Paolo Ciarrocchi; +Cc: linux-kernel, Kalin KOZHUHAROV, Jesper Juhl, Greg KH

Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> On 11/15/05, Greg KH <greg@kroah.com> wrote:
> [...]
> > >       http://linux.tar.bz/articles/2.6-development_process
> >
> > Ah, a very nice summary.
> >
> > Paolo, can I use this document as a base for this section in the HOWTO
> > file (with proper attribution of course.)
> 
> That article is now living in a git tree, it now contains only spell
> checks but I plan to work more on it in the next few days.

I'd break it up into logical pieces (i.e., chapters...)

The lines are way too long for easy reading.

There are several other tools to check kernel quality: sparse, the
lockcheck, ... And don't forget about the various debugging config options

There are required tools for serious kernel development, i.e. git and its
entournage. Link to them.

You mention that patches cook in -mm for a while, but you don't tell what
that is beforehand. In general, a high-level overview of the current
git-based development would be useful, and the various important git kernel
trees and the patch flow among them.

Don't be shy in mentioning the stuff under Documentation in your nearest
kernel source!

Perhaps do an asccidoc format, to be able to create HTML?
-- 
Dr. Horst H. von Brand                   User #22616 counter.li.org
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513

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

* Re: Linux kernel development
  2006-06-03 18:28 ` Horst von Brand
@ 2006-06-04 10:00   ` Paolo Ciarrocchi
  2006-06-04 10:30     ` Paolo Ciarrocchi
  2006-06-06 19:22   ` Paolo Ciarrocchi
  1 sibling, 1 reply; 27+ messages in thread
From: Paolo Ciarrocchi @ 2006-06-04 10:00 UTC (permalink / raw)
  To: Horst von Brand; +Cc: linux-kernel, Kalin KOZHUHAROV, Jesper Juhl, Greg KH

On 6/3/06, Horst von Brand <vonbrand@inf.utfsm.cl> wrote:
> Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> > On 11/15/05, Greg KH <greg@kroah.com> wrote:
> > [...]
> > > >       http://linux.tar.bz/articles/2.6-development_process
> > >
> > > Ah, a very nice summary.
> > >
> > > Paolo, can I use this document as a base for this section in the HOWTO
> > > file (with proper attribution of course.)
> >
> > That article is now living in a git tree, it now contains only spell
> > checks but I plan to work more on it in the next few days.
>
> I'd break it up into logical pieces (i.e., chapters...)

Yup, already in my todo list.

> The lines are way too long for easy reading.

Ok, I'll try to work on it.

> There are several other tools to check kernel quality: sparse, the
> lockcheck, ... And don't forget about the various debugging config options

Mmmh... Right, but the goal of the document was mainly to document the
process not the tools. However, that's a good comment.

> There are required tools for serious kernel development, i.e. git and its
> entournage. Link to them.

Ok.

> You mention that patches cook in -mm for a while, but you don't tell what
> that is beforehand. In general, a high-level overview of the current
> git-based development would be useful, and the various important git kernel
> trees and the patch flow among them.

Ok.

> Don't be shy in mentioning the stuff under Documentation in your nearest
> kernel source!

Right.

> Perhaps do an asccidoc format, to be able to create HTML?

Sure, but I don't know how to do it.

Patches are more then welcome :-)

Thank you for your valuable comments!!

Ciao,
-- 
Paolo
http://paolociarrocchi.googlepages.com

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

* Re: Linux kernel development
  2006-06-04 10:00   ` Paolo Ciarrocchi
@ 2006-06-04 10:30     ` Paolo Ciarrocchi
  2006-06-04 23:05       ` Horst von Brand
  0 siblings, 1 reply; 27+ messages in thread
From: Paolo Ciarrocchi @ 2006-06-04 10:30 UTC (permalink / raw)
  To: Horst von Brand; +Cc: linux-kernel, Kalin KOZHUHAROV, Jesper Juhl, Greg KH

On 6/4/06, Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> On 6/3/06, Horst von Brand <vonbrand@inf.utfsm.cl> wrote:
[...]
>
> Thank you for your valuable comments!!

BTW, I implemented a few changes according to your feedbacks.
Committed and pushed out.

Ciao,

-- 
Paolo
http://paolociarrocchi.googlepages.com

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

* Re: Linux kernel development
  2006-06-04 10:30     ` Paolo Ciarrocchi
@ 2006-06-04 23:05       ` Horst von Brand
  2006-06-05 11:39         ` Paolo Ciarrocchi
  0 siblings, 1 reply; 27+ messages in thread
From: Horst von Brand @ 2006-06-04 23:05 UTC (permalink / raw)
  To: Paolo Ciarrocchi
  Cc: Horst von Brand, linux-kernel, Kalin KOZHUHAROV, Jesper Juhl,
	Greg KH

Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> On 6/4/06, Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> > On 6/3/06, Horst von Brand <vonbrand@inf.utfsm.cl> wrote:
> [...]
> >
> > Thank you for your valuable comments!!
> 
> BTW, I implemented a few changes according to your feedbacks.
> Committed and pushed out.

Thanks!

Could you add a README (including contact info, etc), and perhaps a TODO
(and a copy of SubmittingPatches, which I assume applies here too?) to the
project? A license for the text is required, AFAIU (GPLv2, or one of the
Creative Commons licenses perhaps?).

[Yup, tangle it up in red tape even before it gets off the ground ;-]
-- 
Dr. Horst H. von Brand                   User #22616 counter.li.org
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513

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

* Re: Linux kernel development
  2006-06-04 23:05       ` Horst von Brand
@ 2006-06-05 11:39         ` Paolo Ciarrocchi
  2006-06-05 14:58           ` Steven Rostedt
  2006-06-05 17:38           ` Horst von Brand
  0 siblings, 2 replies; 27+ messages in thread
From: Paolo Ciarrocchi @ 2006-06-05 11:39 UTC (permalink / raw)
  To: Horst von Brand; +Cc: linux-kernel, Kalin KOZHUHAROV, Jesper Juhl, Greg KH

On 6/5/06, Horst von Brand <vonbrand@inf.utfsm.cl> wrote:
> Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> > On 6/4/06, Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> > > On 6/3/06, Horst von Brand <vonbrand@inf.utfsm.cl> wrote:
> > [...]
> > >
> > > Thank you for your valuable comments!!
> >
> > BTW, I implemented a few changes according to your feedbacks.
> > Committed and pushed out.
>
> Thanks!
>
> Could you add a README (including contact info, etc), and perhaps a TODO
> (and a copy of SubmittingPatches, which I assume applies here too?) to the
> project? A license for the text is required, AFAIU (GPLv2, or one of the
> Creative Commons licenses perhaps?).

Not and exepert in this area, I think I'll release it under GPL2.

What's the normal approach? Can I just add:
#		This document is distribuited under
#		GNU GENERAL PUBLIC LICENSE
#		       Version 2, June 1991
#               http://www.gnu.org/licenses/gpl.txt

To the text?

> [Yup, tangle it up in red tape even before it gets off the ground ;-]
> --
> Dr. Horst H. von Brand                   User #22616 counter.li.org
> Departamento de Informatica                     Fono: +56 32 654431
> Universidad Tecnica Federico Santa Maria              +56 32 654239
> Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513
>


-- 
Paolo
http://paolociarrocchi.googlepages.com

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

* Re: Linux kernel development
  2006-06-05 11:39         ` Paolo Ciarrocchi
@ 2006-06-05 14:58           ` Steven Rostedt
  2006-06-05 20:52             ` Paolo Ciarrocchi
  2006-06-05 17:38           ` Horst von Brand
  1 sibling, 1 reply; 27+ messages in thread
From: Steven Rostedt @ 2006-06-05 14:58 UTC (permalink / raw)
  To: Paolo Ciarrocchi
  Cc: Horst von Brand, linux-kernel, Kalin KOZHUHAROV, Jesper Juhl,
	Greg KH

On Mon, 2006-06-05 at 13:39 +0200, Paolo Ciarrocchi wrote:

> > Could you add a README (including contact info, etc), and perhaps a TODO
> > (and a copy of SubmittingPatches, which I assume applies here too?) to the
> > project? A license for the text is required, AFAIU (GPLv2, or one of the
> > Creative Commons licenses perhaps?).
> 
> Not and exepert in this area, I think I'll release it under GPL2.
> 
> What's the normal approach? Can I just add:
> #		This document is distribuited under
> #		GNU GENERAL PUBLIC LICENSE
> #		       Version 2, June 1991
> #               http://www.gnu.org/licenses/gpl.txt
> 
> To the text?
> 
> > [Yup, tangle it up in red tape even before it gets off the ground ;-]
> >

I released by writeup about the rt-mutex-design.txt (currently in -mm
under Documentation) under the "GNU Free Documentation License, Version
1.2".

If you want to read the license it is here:

http://www.gnu.org/copyleft/fdl.html

-- Steve



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

* Re: Linux kernel development
  2006-06-05 11:39         ` Paolo Ciarrocchi
  2006-06-05 14:58           ` Steven Rostedt
@ 2006-06-05 17:38           ` Horst von Brand
  2006-06-05 20:51             ` Paolo Ciarrocchi
  1 sibling, 1 reply; 27+ messages in thread
From: Horst von Brand @ 2006-06-05 17:38 UTC (permalink / raw)
  To: Paolo Ciarrocchi; +Cc: linux-kernel, Kalin KOZHUHAROV, Jesper Juhl, Greg KH

Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> On 6/5/06, Horst von Brand <vonbrand@inf.utfsm.cl> wrote:

[...]

> > Could you add a README (including contact info, etc), and perhaps a TODO
> > (and a copy of SubmittingPatches, which I assume applies here too?) to the
> > project? A license for the text is required, AFAIU (GPLv2, or one of the
> > Creative Commons licenses perhaps?).
> 
> Not and exepert in this area, I think I'll release it under GPL2.

Did you write all (most) of it? If not, you'd have to ask the original
author(s).

BTW, thinking it over in the shower today, if/when this is translated into
asciidoc(1) (or whatever), a "source code" license (like GPLv2) would be
appropiate IMHO. Besides, using the same license as what it describes is
sensible.

> What's the normal approach? Can I just add:
> #		This document is distribuited under
> #		GNU GENERAL PUBLIC LICENSE
> #		       Version 2, June 1991
> #               http://www.gnu.org/licenses/gpl.txt
> 
> To the text?

The license text spells it out ;-)

I would add language to that effect to the README file, and bundle the
standard COPYING file with the package
-- 
Dr. Horst H. von Brand                   User #22616 counter.li.org
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513

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

* Re: Linux kernel development
  2006-06-05 17:38           ` Horst von Brand
@ 2006-06-05 20:51             ` Paolo Ciarrocchi
  0 siblings, 0 replies; 27+ messages in thread
From: Paolo Ciarrocchi @ 2006-06-05 20:51 UTC (permalink / raw)
  To: Horst von Brand; +Cc: linux-kernel, Kalin KOZHUHAROV, Jesper Juhl, Greg KH

On 6/5/06, Horst von Brand <vonbrand@inf.utfsm.cl> wrote:
> Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> > On 6/5/06, Horst von Brand <vonbrand@inf.utfsm.cl> wrote:
>
> [...]
>
> > > Could you add a README (including contact info, etc), and perhaps a TODO
> > > (and a copy of SubmittingPatches, which I assume applies here too?) to the
> > > project? A license for the text is required, AFAIU (GPLv2, or one of the
> > > Creative Commons licenses perhaps?).
> >
> > Not and exepert in this area, I think I'll release it under GPL2.
>
> Did you write all (most) of it? If not, you'd have to ask the original
> author(s).
>
> BTW, thinking it over in the shower today, if/when this is translated into
> asciidoc(1) (or whatever), a "source code" license (like GPLv2) would be
> appropiate IMHO. Besides, using the same license as what it describes is
> sensible.
>
> > What's the normal approach? Can I just add:
> > #             This document is distribuited under
> > #             GNU GENERAL PUBLIC LICENSE
> > #                    Version 2, June 1991
> > #               http://www.gnu.org/licenses/gpl.txt
> >
> > To the text?
>
> The license text spells it out ;-)
>
> I would add language to that effect to the README file, and bundle the
> standard COPYING file with the package

Modified and pushed out, since part of the document is from inkernel
documentation I choose GPL v2.

Thanks!

-- 
Paolo
http://paolociarrocchi.googlepages.com

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

* Re: Linux kernel development
  2006-06-05 14:58           ` Steven Rostedt
@ 2006-06-05 20:52             ` Paolo Ciarrocchi
  0 siblings, 0 replies; 27+ messages in thread
From: Paolo Ciarrocchi @ 2006-06-05 20:52 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: Horst von Brand, linux-kernel, Kalin KOZHUHAROV, Jesper Juhl,
	Greg KH

On 6/5/06, Steven Rostedt <rostedt@goodmis.org> wrote:
> On Mon, 2006-06-05 at 13:39 +0200, Paolo Ciarrocchi wrote:
>
> > > Could you add a README (including contact info, etc), and perhaps a TODO
> > > (and a copy of SubmittingPatches, which I assume applies here too?) to the
> > > project? A license for the text is required, AFAIU (GPLv2, or one of the
> > > Creative Commons licenses perhaps?).
> >
> > Not and exepert in this area, I think I'll release it under GPL2.
> >
> > What's the normal approach? Can I just add:
> > #             This document is distribuited under
> > #             GNU GENERAL PUBLIC LICENSE
> > #                    Version 2, June 1991
> > #               http://www.gnu.org/licenses/gpl.txt
> >
> > To the text?
> >
> > > [Yup, tangle it up in red tape even before it gets off the ground ;-]
> > >
>
> I released by writeup about the rt-mutex-design.txt (currently in -mm
> under Documentation) under the "GNU Free Documentation License, Version
> 1.2".
>
> If you want to read the license it is here:
>
> http://www.gnu.org/copyleft/fdl.html

Thanks Steven,
but a little part of the document is from inkernel documentation (and
vice versa, /Documentation/HOWTO includes part of this document) so I
stick with GPLv2.

I just pushed out the changes.

Ciao,
-- 
Paolo
http://paolociarrocchi.googlepages.com

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

* Re: Linux kernel development
  2006-06-03 18:28 ` Horst von Brand
  2006-06-04 10:00   ` Paolo Ciarrocchi
@ 2006-06-06 19:22   ` Paolo Ciarrocchi
  2006-06-06 22:09     ` Horst von Brand
  1 sibling, 1 reply; 27+ messages in thread
From: Paolo Ciarrocchi @ 2006-06-06 19:22 UTC (permalink / raw)
  To: Horst von Brand; +Cc: linux-kernel, Kalin KOZHUHAROV, Jesper Juhl, Greg KH

On 6/3/06, Horst von Brand <vonbrand@inf.utfsm.cl> wrote:
> Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
[...]
> Perhaps do an asccidoc format, to be able to create HTML?

Just pushed out a first html version done via asciidoc.

Ciao,
-- 
Paolo
http://paolociarrocchi.googlepages.com

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

* Re: Linux kernel development
  2006-06-06 19:22   ` Paolo Ciarrocchi
@ 2006-06-06 22:09     ` Horst von Brand
  2006-06-07 21:59       ` Paolo Ciarrocchi
  0 siblings, 1 reply; 27+ messages in thread
From: Horst von Brand @ 2006-06-06 22:09 UTC (permalink / raw)
  To: Paolo Ciarrocchi
  Cc: Horst von Brand, linux-kernel, Kalin KOZHUHAROV, Jesper Juhl,
	Greg KH

Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> On 6/3/06, Horst von Brand <vonbrand@inf.utfsm.cl> wrote:
> > Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> [...]
> > Perhaps do an asccidoc format, to be able to create HTML?

> Just pushed out a first html version done via asciidoc.

Awesome.

But don't push out generated files, better add a Makefile to (re)generate
them.
-- 
Dr. Horst H. von Brand                   User #22616 counter.li.org
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513

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

* Re: Linux kernel development
  2006-06-06 22:09     ` Horst von Brand
@ 2006-06-07 21:59       ` Paolo Ciarrocchi
  0 siblings, 0 replies; 27+ messages in thread
From: Paolo Ciarrocchi @ 2006-06-07 21:59 UTC (permalink / raw)
  To: Horst von Brand; +Cc: linux-kernel, Kalin KOZHUHAROV, Jesper Juhl, Greg KH

On 6/7/06, Horst von Brand <vonbrand@inf.utfsm.cl> wrote:
 > But don't push out generated files, better add a Makefile to (re)generate
> them.

Just did :-)

Changes in the last 3 days:
Paolo Ciarrocchi:
      Added GPLv2 as the licence of this document
      Add an header with GPLv2 information
      First take at making the document asciidoc friendly
      Added a html version from asciidoc
      Further asciidoc changes
      Further asciidoc changes
      Added a newline
      Added a Makefile
      Removed the .html file, for building it just type:
      fixed a small cosmetic issue
      Added support of links in the hmtl file

So now you can simply type:
$make html
to generate the html version
$make clean
to delete it

Ciao,
-- 
Paolo
http://paolociarrocchi.googlepages.com

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

* Linux Kernel Development
@ 2007-07-16 21:04 Paolo Ciarrocchi
  2007-07-16 21:34 ` Michal Piotrowski
  0 siblings, 1 reply; 27+ messages in thread
From: Paolo Ciarrocchi @ 2007-07-16 21:04 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Hi all,
I'm the author of the document "Introduction to Linux Kernel
Development Process" hosted at
http://linux.tar.bz/articles/2.6-development_process.
Part of the document has been included in Documentation/HOWTO

I was reading  both the documents while I started, again, to think
about how to improve the quality of the vanilla kernels.

Here are a few line of the document I wrote:

---8<------8<------8<------8<------8<------8<------8<------8<------8<---
 --- 2.6.x kernels ---

2.6.x kernels are maintained by Linus Torvalds,
it's development is as follow:
- As soon a new kernel is released a two weeks windows is open, during
  this period of time maintainers can submit big diffs to Linus, usually
  the patched sited in -mm kernels for a few weeks.
  Preferred way to submit big changes is using GIT
  (more information about GIT at http://git.or.cz/ and
  http://www.kernel.org/pub/software/scm/git/docs/tutorial.html).
- After two weeks a -rc1 kernel is released and now is possible to
  push only patches that do not include new functionalities that could
  affect the stability of the whole kernel. Please note that a whole
  new driver (or filesystem) might be accepted
  after -rc1 because there is no risk of causing regressions with
  such a change
- A new -rc is released whenever Linus deems the current git
 (the kernel's source management) tree to be in a reasonably sane state
  adequate for testing. The goal is to release a new -rc kernel every week.
- Process continues until the kernel is considered "ready", the
  process should last around 6 weeks ( 6 kernels per year should be
  released) an usually includes 4/5 rc releases.
---8<------8<------8<------8<------8<------8<------8<------8<------8<---

The sentence "Process continues until the kernel is considered "ready"
" should probably be changed in order to reflect the usage of the
"regression list" that Adrian and then Michal were used to maintain.

Is there a "stable" place were users can read/comment/modify the list?
Wasn't Google interested in employee a person to take care of
regression/bug report? (Yes, if there is an open position I would be
interested in applying ;-).

Thanks!

Regards,
-- 
Paolo

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

* Re: Linux Kernel Development
  2007-07-16 21:04 Linux Kernel Development Paolo Ciarrocchi
@ 2007-07-16 21:34 ` Michal Piotrowski
  2007-07-16 21:37   ` Paolo Ciarrocchi
  0 siblings, 1 reply; 27+ messages in thread
From: Michal Piotrowski @ 2007-07-16 21:34 UTC (permalink / raw)
  To: Paolo Ciarrocchi; +Cc: Linux Kernel Mailing List

Hi Paolo,

On 16/07/07, Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> Hi all,
> I'm the author of the document "Introduction to Linux Kernel
> Development Process" hosted at
> http://linux.tar.bz/articles/2.6-development_process.
> Part of the document has been included in Documentation/HOWTO
>
> I was reading  both the documents while I started, again, to think
> about how to improve the quality of the vanilla kernels.
>
> Here are a few line of the document I wrote:
>
> ---8<------8<------8<------8<------8<------8<------8<------8<------8<---
>  --- 2.6.x kernels ---
>
> 2.6.x kernels are maintained by Linus Torvalds,
> it's development is as follow:
> - As soon a new kernel is released a two weeks windows is open, during
>   this period of time maintainers can submit big diffs to Linus, usually
>   the patched sited in -mm kernels for a few weeks.
>   Preferred way to submit big changes is using GIT
>   (more information about GIT at http://git.or.cz/ and
>   http://www.kernel.org/pub/software/scm/git/docs/tutorial.html).
> - After two weeks a -rc1 kernel is released and now is possible to
>   push only patches that do not include new functionalities that could
>   affect the stability of the whole kernel. Please note that a whole
>   new driver (or filesystem) might be accepted
>   after -rc1 because there is no risk of causing regressions with
>   such a change
> - A new -rc is released whenever Linus deems the current git
>  (the kernel's source management) tree to be in a reasonably sane state
>   adequate for testing. The goal is to release a new -rc kernel every week.
> - Process continues until the kernel is considered "ready", the
>   process should last around 6 weeks ( 6 kernels per year should be
>   released) an usually includes 4/5 rc releases.
> ---8<------8<------8<------8<------8<------8<------8<------8<------8<---
>
> The sentence "Process continues until the kernel is considered "ready"
> " should probably be changed in order to reflect the usage of the
> "regression list" that Adrian and then Michal were used to maintain.
>
> Is there a "stable" place were users can read/comment/modify the list?

This address should be widely known ;)
http://kernelnewbies.org/known_regressions

> Wasn't Google interested in employee a person to take care of
> regression/bug report? (Yes, if there is an open position I would be
> interested in applying ;-).
>
> Thanks!
>
> Regards,
> --
> Paolo

Regards,
Michal

-- 
LOG
http://www.stardust.webpages.pl/log/

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

* Re: Linux Kernel Development
  2007-07-16 21:34 ` Michal Piotrowski
@ 2007-07-16 21:37   ` Paolo Ciarrocchi
  0 siblings, 0 replies; 27+ messages in thread
From: Paolo Ciarrocchi @ 2007-07-16 21:37 UTC (permalink / raw)
  To: Michal Piotrowski; +Cc: Linux Kernel Mailing List

On 7/16/07, Michal Piotrowski <michal.k.k.piotrowski@gmail.com> wrote:
> Hi Paolo,

Hi Michal,

> On 16/07/07, Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> > Hi all,
> > I'm the author of the document "Introduction to Linux Kernel
> > Development Process" hosted at
> > http://linux.tar.bz/articles/2.6-development_process.
> > Part of the document has been included in Documentation/HOWTO
[...]
> > The sentence "Process continues until the kernel is considered "ready"
> > " should probably be changed in order to reflect the usage of the
> > "regression list" that Adrian and then Michal were used to maintain.
> >
> > Is there a "stable" place were users can read/comment/modify the list?
>
> This address should be widely known ;)
> http://kernelnewbies.org/known_regressions

Yeah, thanks! I was under the (wrong) impression that the link was not "static".

Regards,
-- 
Paolo
"Tutto cio' che merita di essere fatto,merita di essere fatto bene"
Philip Stanhope IV conte di Chesterfield

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

* linux kernel development
       [not found] <CAK8ka9y1VhMzS0X2GSEg4AQzSMPwOkS3HQxBuX4t-Rp-_OwDow@mail.gmail.com>
@ 2011-08-22  4:51 ` Niloofar Fazlollahi
  2011-08-22  4:53   ` Américo Wang
  0 siblings, 1 reply; 27+ messages in thread
From: Niloofar Fazlollahi @ 2011-08-22  4:51 UTC (permalink / raw)
  To: netdev; +Cc: linux-kernel, linux-next

Hi,

I have a generic question and appreciate your kind response.

What is the process and requirements for getting the linux kernel community

approval to commit a code into linux kernel (related to networking - TCP).

Regards

Niloofar F

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

* Re: linux kernel development
  2011-08-22  4:51 ` linux kernel development Niloofar Fazlollahi
@ 2011-08-22  4:53   ` Américo Wang
  0 siblings, 0 replies; 27+ messages in thread
From: Américo Wang @ 2011-08-22  4:53 UTC (permalink / raw)
  To: Niloofar Fazlollahi; +Cc: netdev, linux-kernel, linux-next

On Mon, Aug 22, 2011 at 12:51 PM, Niloofar Fazlollahi
<nfazlollahi@gmail.com> wrote:
> Hi,
>
> I have a generic question and appreciate your kind response.
>
> What is the process and requirements for getting the linux kernel community
>
> approval to commit a code into linux kernel (related to networking - TCP).


Hello,

Please read the documents in Documentation/development-process/ directory
of the kernel source code.

Thanks.

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

* Linux Kernel Development
@ 2012-09-09  3:15 Kaushal Shriyan
  2012-09-09  3:32 ` Alexandru Juncu
  2012-09-09 13:14 ` Davidlohr Bueso
  0 siblings, 2 replies; 27+ messages in thread
From: Kaushal Shriyan @ 2012-09-09  3:15 UTC (permalink / raw)
  To: kernelnewbies

Hi,

I am interested to contribute to linux kernel development process. I
have been working on Linux for the last ten years and have been a
great fan of Linux OS since beginning. Any good references to start
learning C and understand the linux kernel source code.

Regards,

Kaushal

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

* Linux Kernel Development
  2012-09-09  3:15 Linux Kernel Development Kaushal Shriyan
@ 2012-09-09  3:32 ` Alexandru Juncu
  2012-09-09  9:16   ` Kaushal Shriyan
  2012-09-09 13:14 ` Davidlohr Bueso
  1 sibling, 1 reply; 27+ messages in thread
From: Alexandru Juncu @ 2012-09-09  3:32 UTC (permalink / raw)
  To: kernelnewbies

On 9 September 2012 06:15, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
> Hi,
>
> I am interested to contribute to linux kernel development process. I
> have been working on Linux for the last ten years and have been a
> great fan of Linux OS since beginning. Any good references to start
> learning C and understand the linux kernel source code.
>
> Regards,
>
> Kaushal

Hello!

You could start by looking through the site of this community [0].
They have some pointers.

You should take a look at this video [1] first. It's a brief intro on
how the Linux Kernel community works.

But first, you should be familiar with C programming (it's good if you
did some system programming in C). If you have the basic C experience
and if you want to go onto kernel programming (not that hard) you
should try reading some books (I would recommend these [2] [3]).

After that, use the source! And if you get stuck, ask around (here,
for example).

Good luck and happy hacking!

[0] http://kernelnewbies.org/KernelHacking
[1] http://www.youtube.com/watch?v=LLBrBBImJt4
[2] http://www.amazon.com/Linux-Kernel-Development-3rd-Edition/dp/0672329468
[3] http://www.amazon.com/Understanding-Linux-Kernel-Third-Edition/dp/0596005652/ref=pd_bxgy_b_text_z

-- 
Alexandru Juncu

ROSEdu
http://rosedu.org

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

* Linux Kernel Development
  2012-09-09  3:32 ` Alexandru Juncu
@ 2012-09-09  9:16   ` Kaushal Shriyan
  2012-09-09  9:45     ` brliv
                       ` (2 more replies)
  0 siblings, 3 replies; 27+ messages in thread
From: Kaushal Shriyan @ 2012-09-09  9:16 UTC (permalink / raw)
  To: kernelnewbies

On Sun, Sep 9, 2012 at 9:02 AM, Alexandru Juncu <alex.juncu@rosedu.org> wrote:
> On 9 September 2012 06:15, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
>> Hi,
>>
>> I am interested to contribute to linux kernel development process. I
>> have been working on Linux for the last ten years and have been a
>> great fan of Linux OS since beginning. Any good references to start
>> learning C and understand the linux kernel source code.
>>
>> Regards,
>>
>> Kaushal
>
> Hello!
>
> You could start by looking through the site of this community [0].
> They have some pointers.
>
> You should take a look at this video [1] first. It's a brief intro on
> how the Linux Kernel community works.
>
> But first, you should be familiar with C programming (it's good if you
> did some system programming in C). If you have the basic C experience
> and if you want to go onto kernel programming (not that hard) you
> should try reading some books (I would recommend these [2] [3]).
>
> After that, use the source! And if you get stuck, ask around (here,
> for example).
>
> Good luck and happy hacking!
>
> [0] http://kernelnewbies.org/KernelHacking
> [1] http://www.youtube.com/watch?v=LLBrBBImJt4
> [2] http://www.amazon.com/Linux-Kernel-Development-3rd-Edition/dp/0672329468
> [3] http://www.amazon.com/Understanding-Linux-Kernel-Third-Edition/dp/0596005652/ref=pd_bxgy_b_text_z
>
> --
> Alexandru Juncu
>
> ROSEdu
> http://rosedu.org

Hi,

I am totally new to C Programming Language. How do i start learning C
and which books or tutorials i need to refer.

Regards,

Kaushal

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

* Linux Kernel Development
  2012-09-09  9:16   ` Kaushal Shriyan
@ 2012-09-09  9:45     ` brliv
  2012-09-09 10:20     ` Daniel Baluta
  2012-09-09 10:36     ` Robert P. J. Day
  2 siblings, 0 replies; 27+ messages in thread
From: brliv @ 2012-09-09  9:45 UTC (permalink / raw)
  To: kernelnewbies


On Sun, 2012-09-09 at 14:46 +0530, Kaushal Shriyan wrote:
> On Sun, Sep 9, 2012 at 9:02 AM, Alexandru Juncu <alex.juncu@rosedu.org> wrote:
> > On 9 September 2012 06:15, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
> >> Hi,
> >>
> >> I am interested to contribute to linux kernel development process. I
> >> have been working on Linux for the last ten years and have been a
> >> great fan of Linux OS since beginning. Any good references to start
> >> learning C and understand the linux kernel source code.
> >>
> >> Regards,
> >>
> >> Kaushal
> >
> > Hello!
> >
> > You could start by looking through the site of this community [0].
> > They have some pointers.
> >
> > You should take a look at this video [1] first. It's a brief intro on
> > how the Linux Kernel community works.
> >
> > But first, you should be familiar with C programming (it's good if you
> > did some system programming in C). If you have the basic C experience
> > and if you want to go onto kernel programming (not that hard) you
> > should try reading some books (I would recommend these [2] [3]).
> >
> > After that, use the source! And if you get stuck, ask around (here,
> > for example).
> >
> > Good luck and happy hacking!
> >
> > [0] http://kernelnewbies.org/KernelHacking
> > [1] http://www.youtube.com/watch?v=LLBrBBImJt4
> > [2] http://www.amazon.com/Linux-Kernel-Development-3rd-Edition/dp/0672329468
> > [3] http://www.amazon.com/Understanding-Linux-Kernel-Third-Edition/dp/0596005652/ref=pd_bxgy_b_text_z
> >
> > --
> > Alexandru Juncu
> >
> > ROSEdu
> > http://rosedu.org
> 
> Hi,
> 
> I am totally new to C Programming Language. How do i start learning C
> and which books or tutorials i need to refer.
> 
> Regards,
> 
> Kaushal
> 
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Hi,

first of all you need to become an expert C developer, read some books
on OS theory, and then start experimenting with the linux kernel code.

BR,
brliv

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

* Linux Kernel Development
  2012-09-09  9:16   ` Kaushal Shriyan
  2012-09-09  9:45     ` brliv
@ 2012-09-09 10:20     ` Daniel Baluta
  2012-09-09 10:58       ` brliv
  2012-09-09 10:36     ` Robert P. J. Day
  2 siblings, 1 reply; 27+ messages in thread
From: Daniel Baluta @ 2012-09-09 10:20 UTC (permalink / raw)
  To: kernelnewbies

On Sun, Sep 9, 2012 at 12:16 PM, Kaushal Shriyan
<kaushalshriyan@gmail.com> wrote:
> On Sun, Sep 9, 2012 at 9:02 AM, Alexandru Juncu <alex.juncu@rosedu.org> wrote:
>> On 9 September 2012 06:15, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
>>> Hi,
>>>
>>> I am interested to contribute to linux kernel development process. I
>>> have been working on Linux for the last ten years and have been a
>>> great fan of Linux OS since beginning. Any good references to start
>>> learning C and understand the linux kernel source code.
>>>
>>> Regards,
>>>
>>> Kaushal
>>
>> Hello!
>>
>> You could start by looking through the site of this community [0].
>> They have some pointers.
>>
>> You should take a look at this video [1] first. It's a brief intro on
>> how the Linux Kernel community works.
>>
>> But first, you should be familiar with C programming (it's good if you
>> did some system programming in C). If you have the basic C experience
>> and if you want to go onto kernel programming (not that hard) you
>> should try reading some books (I would recommend these [2] [3]).
>>
>> After that, use the source! And if you get stuck, ask around (here,
>> for example).
>>
>> Good luck and happy hacking!
>>
>> [0] http://kernelnewbies.org/KernelHacking
>> [1] http://www.youtube.com/watch?v=LLBrBBImJt4
>> [2] http://www.amazon.com/Linux-Kernel-Development-3rd-Edition/dp/0672329468
>> [3] http://www.amazon.com/Understanding-Linux-Kernel-Third-Edition/dp/0596005652/ref=pd_bxgy_b_text_z
>>
>> --
>> Alexandru Juncu
>>
>> ROSEdu
>> http://rosedu.org
>
> Hi,
>
> I am totally new to C Programming Language. How do i start learning C
> and which books or tutorials i need to refer.
>

I would recommend 'The C programming language' by K& R :)[1].

thanks,
Daniel

[1] http://www.amazon.com/C-Programming-Language-2nd-Edition/dp/0131103628

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

* Linux Kernel Development
  2012-09-09  9:16   ` Kaushal Shriyan
  2012-09-09  9:45     ` brliv
  2012-09-09 10:20     ` Daniel Baluta
@ 2012-09-09 10:36     ` Robert P. J. Day
  2 siblings, 0 replies; 27+ messages in thread
From: Robert P. J. Day @ 2012-09-09 10:36 UTC (permalink / raw)
  To: kernelnewbies

On Sun, 9 Sep 2012, Kaushal Shriyan wrote:

> On Sun, Sep 9, 2012 at 9:02 AM, Alexandru Juncu <alex.juncu@rosedu.org> wrote:
> > On 9 September 2012 06:15, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
> >> Hi,
> >>
> >> I am interested to contribute to linux kernel development process. I
> >> have been working on Linux for the last ten years and have been a
> >> great fan of Linux OS since beginning. Any good references to start
> >> learning C and understand the linux kernel source code.

... snip ...

> I am totally new to C Programming Language. How do i start learning C
> and which books or tutorials i need to refer.

  not to throw cold water on this plea for assistance, but it seems
odd that you can have worked on linux for 10 years and be a "great
fan", and still be "totally new" to C language.  that tells me that
you simply aren't ready to dive into kernel programming yet.  how can
you have spent 10 years immersed in linux without having at least a
passing acquaintance with C?

  i think this topic needs to be in an FAQ somewhere, something like,
"so you want to get into kernel programming?  here's what you need to
do first."  unless something like that already exists.

  sorry to sound cynical about this, but this question comes up over
and over again -- people asking how to "get into" kernel programming.
and i think a beginning to an answer to that is that, if you haven't
put even a minimal amount of effort into learning the basics or
figuring out how to look through the kernel source, you're not ready.
it's like saying, "gee, i'd really like to be a car mechanic, but i've
never looked under the hood.  how do i get started?"

  go learn C first.  then you can at least take a shot at it.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

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

* Linux Kernel Development
  2012-09-09 10:20     ` Daniel Baluta
@ 2012-09-09 10:58       ` brliv
  2012-09-09 11:54         ` Anuz Pratap Singh Tomar
  0 siblings, 1 reply; 27+ messages in thread
From: brliv @ 2012-09-09 10:58 UTC (permalink / raw)
  To: kernelnewbies


On Sun, 2012-09-09 at 13:20 +0300, Daniel Baluta wrote:
> On Sun, Sep 9, 2012 at 12:16 PM, Kaushal Shriyan
> <kaushalshriyan@gmail.com> wrote:
> > On Sun, Sep 9, 2012 at 9:02 AM, Alexandru Juncu <alex.juncu@rosedu.org> wrote:
> >> On 9 September 2012 06:15, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
> >>> Hi,
> >>>
> >>> I am interested to contribute to linux kernel development process. I
> >>> have been working on Linux for the last ten years and have been a
> >>> great fan of Linux OS since beginning. Any good references to start
> >>> learning C and understand the linux kernel source code.
> >>>
> >>> Regards,
> >>>
> >>> Kaushal
> >>
> >> Hello!
> >>
> >> You could start by looking through the site of this community [0].
> >> They have some pointers.
> >>
> >> You should take a look at this video [1] first. It's a brief intro on
> >> how the Linux Kernel community works.
> >>
> >> But first, you should be familiar with C programming (it's good if you
> >> did some system programming in C). If you have the basic C experience
> >> and if you want to go onto kernel programming (not that hard) you
> >> should try reading some books (I would recommend these [2] [3]).
> >>
> >> After that, use the source! And if you get stuck, ask around (here,
> >> for example).
> >>
> >> Good luck and happy hacking!
> >>
> >> [0] http://kernelnewbies.org/KernelHacking
> >> [1] http://www.youtube.com/watch?v=LLBrBBImJt4
> >> [2] http://www.amazon.com/Linux-Kernel-Development-3rd-Edition/dp/0672329468
> >> [3] http://www.amazon.com/Understanding-Linux-Kernel-Third-Edition/dp/0596005652/ref=pd_bxgy_b_text_z
> >>
> >> --
> >> Alexandru Juncu
> >>
> >> ROSEdu
> >> http://rosedu.org
> >
> > Hi,
> >
> > I am totally new to C Programming Language. How do i start learning C
> > and which books or tutorials i need to refer.
> >
> 
> I would recommend 'The C programming language' by K& R :)[1].
> 
> thanks,
> Daniel
> 
> [1] http://www.amazon.com/C-Programming-Language-2nd-Edition/dp/0131103628
> 
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Hi,

i think that The C programming language' by K& R is not a good book for
starters. Better try reading C primer plus, or teach yourslef c in 21
days, c for dummies... 

BR,
brliv

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

* Linux Kernel Development
  2012-09-09 10:58       ` brliv
@ 2012-09-09 11:54         ` Anuz Pratap Singh Tomar
  0 siblings, 0 replies; 27+ messages in thread
From: Anuz Pratap Singh Tomar @ 2012-09-09 11:54 UTC (permalink / raw)
  To: kernelnewbies

On Sun, Sep 9, 2012 at 11:58 AM, brliv <linuxasmc@gmail.com> wrote:

>
> On Sun, 2012-09-09 at 13:20 +0300, Daniel Baluta wrote:
> > On Sun, Sep 9, 2012 at 12:16 PM, Kaushal Shriyan
> > <kaushalshriyan@gmail.com> wrote:
> > > On Sun, Sep 9, 2012 at 9:02 AM, Alexandru Juncu <alex.juncu@rosedu.org>
> wrote:
> > >> On 9 September 2012 06:15, Kaushal Shriyan <kaushalshriyan@gmail.com>
> wrote:
> > >>> Hi,
> > >>>
> > >>> I am interested to contribute to linux kernel development process. I
> > >>> have been working on Linux for the last ten years and have been a
> > >>> great fan of Linux OS since beginning. Any good references to start
> > >>> learning C and understand the linux kernel source code.
> > >>>
> > >>> Regards,
> > >>>
> > >>> Kaushal
> > >>
> > >> Hello!
> > >>
> > >> You could start by looking through the site of this community [0].
> > >> They have some pointers.
> > >>
> > >> You should take a look at this video [1] first. It's a brief intro on
> > >> how the Linux Kernel community works.
> > >>
> > >> But first, you should be familiar with C programming (it's good if you
> > >> did some system programming in C). If you have the basic C experience
> > >> and if you want to go onto kernel programming (not that hard) you
> > >> should try reading some books (I would recommend these [2] [3]).
> > >>
> > >> After that, use the source! And if you get stuck, ask around (here,
> > >> for example).
> > >>
> > >> Good luck and happy hacking!
> > >>
> > >> [0] http://kernelnewbies.org/KernelHacking
> > >> [1] http://www.youtube.com/watch?v=LLBrBBImJt4
> > >> [2]
> http://www.amazon.com/Linux-Kernel-Development-3rd-Edition/dp/0672329468
> > >> [3]
> http://www.amazon.com/Understanding-Linux-Kernel-Third-Edition/dp/0596005652/ref=pd_bxgy_b_text_z
> > >>
> > >> --
> > >> Alexandru Juncu
> > >>
> > >> ROSEdu
> > >> http://rosedu.org
> > >
> > > Hi,
> > >
> > > I am totally new to C Programming Language. How do i start learning C
> > > and which books or tutorials i need to refer.
> > >
> >
> > I would recommend 'The C programming language' by K& R :)[1].
> >
> > thanks,
> > Daniel
> >
> > [1]
> http://www.amazon.com/C-Programming-Language-2nd-Edition/dp/0131103628
> >
> > _______________________________________________
> > Kernelnewbies mailing list
> > Kernelnewbies at kernelnewbies.org
> > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
> Hi,
>
> i think that The C programming language' by K& R is not a good book for
> starters. Better try reading C primer plus, or teach yourslef c in 21
> days, c for dummies...
>
> BR,
> brliv
>
>
Where to begin
http://kernelnewbies.org/FAQ/WhereDoIBegin
some more references

 http://kernelnewbies.org/mailinglistguidelines

>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120909/9d126ed4/attachment-0001.html 

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

* Linux Kernel Development
  2012-09-09  3:15 Linux Kernel Development Kaushal Shriyan
  2012-09-09  3:32 ` Alexandru Juncu
@ 2012-09-09 13:14 ` Davidlohr Bueso
  1 sibling, 0 replies; 27+ messages in thread
From: Davidlohr Bueso @ 2012-09-09 13:14 UTC (permalink / raw)
  To: kernelnewbies

On Sun, 2012-09-09 at 08:45 +0530, Kaushal Shriyan wrote:
> Hi,
> 
> I am interested to contribute to linux kernel development process. I
> have been working on Linux for the last ten years and have been a
> great fan of Linux OS since beginning. Any good references to start
> learning C and understand the linux kernel source code.
> 

FWIW:
http://www.quora.com/Linux/What-is-the-best-way-to-start-contributing-to-the-Linux-kernel

> Regards,
> 
> Kaushal
> 
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
> 

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

end of thread, other threads:[~2012-09-09 13:14 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-09  3:15 Linux Kernel Development Kaushal Shriyan
2012-09-09  3:32 ` Alexandru Juncu
2012-09-09  9:16   ` Kaushal Shriyan
2012-09-09  9:45     ` brliv
2012-09-09 10:20     ` Daniel Baluta
2012-09-09 10:58       ` brliv
2012-09-09 11:54         ` Anuz Pratap Singh Tomar
2012-09-09 10:36     ` Robert P. J. Day
2012-09-09 13:14 ` Davidlohr Bueso
     [not found] <CAK8ka9y1VhMzS0X2GSEg4AQzSMPwOkS3HQxBuX4t-Rp-_OwDow@mail.gmail.com>
2011-08-22  4:51 ` linux kernel development Niloofar Fazlollahi
2011-08-22  4:53   ` Américo Wang
  -- strict thread matches above, loose matches on Subject: below --
2007-07-16 21:04 Linux Kernel Development Paolo Ciarrocchi
2007-07-16 21:34 ` Michal Piotrowski
2007-07-16 21:37   ` Paolo Ciarrocchi
2006-06-03 13:36 Linux kernel development Paolo Ciarrocchi
2006-06-03 18:28 ` Horst von Brand
2006-06-04 10:00   ` Paolo Ciarrocchi
2006-06-04 10:30     ` Paolo Ciarrocchi
2006-06-04 23:05       ` Horst von Brand
2006-06-05 11:39         ` Paolo Ciarrocchi
2006-06-05 14:58           ` Steven Rostedt
2006-06-05 20:52             ` Paolo Ciarrocchi
2006-06-05 17:38           ` Horst von Brand
2006-06-05 20:51             ` Paolo Ciarrocchi
2006-06-06 19:22   ` Paolo Ciarrocchi
2006-06-06 22:09     ` Horst von Brand
2006-06-07 21:59       ` Paolo Ciarrocchi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.