* HOW TO
@ 2007-07-17 1:12 Hanumant Singh
2007-07-17 5:22 ` rae l
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Hanumant Singh @ 2007-07-17 1:12 UTC (permalink / raw)
To: kernel-janitors
Hi guys , I am a kernel newbie but I wanted to try and write a few
simple patches. Can anybody give me a little HOW TO. For eg, Certain
functions need theri error code modified , so how do i go about finding
that function in the kerenl source tree, and also how do i write a patch
, i mean is there a technique or a format that has to be followed?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: HOW TO
2007-07-17 1:12 HOW TO Hanumant Singh
@ 2007-07-17 5:22 ` rae l
2007-07-17 5:30 ` pradeep singh
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: rae l @ 2007-07-17 5:22 UTC (permalink / raw)
To: kernel-janitors
On 7/17/07, Hanumant Singh <hramjeet@buffalo.edu> wrote:
> Hi guys , I am a kernel newbie but I wanted to try and write a few
> simple patches. Can anybody give me a little HOW TO. For eg, Certain
> functions need theri error code modified , so how do i go about finding
> that function in the kerenl source tree, and also how do i write a patch
> , i mean is there a technique or a format that has to be followed?
I think KernelJanitors would be a good starting point for you:
http://kernelnewbies.org/KernelJanitors/Todo
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: HOW TO
2007-07-17 1:12 HOW TO Hanumant Singh
2007-07-17 5:22 ` rae l
@ 2007-07-17 5:30 ` pradeep singh
2007-07-17 16:57 ` Little, Chris
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: pradeep singh @ 2007-07-17 5:30 UTC (permalink / raw)
To: kernel-janitors
On 7/17/07, Hanumant Singh <hramjeet@buffalo.edu> wrote:
> Hi guys , I am a kernel newbie but I wanted to try and write a few
> simple patches. Can anybody give me a little HOW TO. For eg, Certain
> functions need theri error code modified , so how do i go about finding
> that function in the kerenl source tree, and also how do i write a patch
> , i mean is there a technique or a format that has to be followed?
Please go through Documentation/SubmittingPatches and Documentation?CodingStyle.
HTH
--pradeep
>
> -
> To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Pradeep
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: HOW TO
2007-07-17 1:12 HOW TO Hanumant Singh
2007-07-17 5:22 ` rae l
2007-07-17 5:30 ` pradeep singh
@ 2007-07-17 16:57 ` Little, Chris
2007-07-17 17:21 ` Randy Dunlap
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Little, Chris @ 2007-07-17 16:57 UTC (permalink / raw)
To: kernel-janitors
> -----Original Message-----
> From: kernel-janitors-owner@vger.kernel.org
> [mailto:kernel-janitors-owner@vger.kernel.org] On Behalf Of rae l
> Sent: Tuesday, July 17, 2007 12:22 AM
> To: Hanumant Singh
> Cc: kernel-janitors@vger.kernel.org
> Subject: Re: HOW TO
>
> On 7/17/07, Hanumant Singh <hramjeet@buffalo.edu> wrote:
> > Hi guys , I am a kernel newbie but I wanted to try and write a few
> > simple patches. Can anybody give me a little HOW TO. For
> eg, Certain
> > functions need theri error code modified , so how do i go about
> > finding that function in the kerenl source tree, and also how do i
> > write a patch , i mean is there a technique or a format
> that has to be followed?
> I think KernelJanitors would be a good starting point for you:
> http://kernelnewbies.org/KernelJanitors/Todo
How current is the KernelJanitors list? And how is it coordinated?
There are some things that look interesting to me, but if someone is
already working on it . . . .
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: HOW TO
2007-07-17 1:12 HOW TO Hanumant Singh
` (2 preceding siblings ...)
2007-07-17 16:57 ` Little, Chris
@ 2007-07-17 17:21 ` Randy Dunlap
2007-07-17 18:35 ` Little, Chris
2007-07-18 10:21 ` Kyle Spaans
5 siblings, 0 replies; 7+ messages in thread
From: Randy Dunlap @ 2007-07-17 17:21 UTC (permalink / raw)
To: kernel-janitors
On Tue, 17 Jul 2007 11:57:32 -0500 Little, Chris wrote:
>
>
> > -----Original Message-----
> > From: kernel-janitors-owner@vger.kernel.org
> > [mailto:kernel-janitors-owner@vger.kernel.org] On Behalf Of rae l
> > Sent: Tuesday, July 17, 2007 12:22 AM
> > To: Hanumant Singh
> > Cc: kernel-janitors@vger.kernel.org
> > Subject: Re: HOW TO
> >
> > On 7/17/07, Hanumant Singh <hramjeet@buffalo.edu> wrote:
> > > Hi guys , I am a kernel newbie but I wanted to try and write a few
> > > simple patches. Can anybody give me a little HOW TO. For
> > eg, Certain
> > > functions need theri error code modified , so how do i go about
> > > finding that function in the kerenl source tree, and also how do i
> > > write a patch , i mean is there a technique or a format
> > that has to be followed?
> > I think KernelJanitors would be a good starting point for you:
> > http://kernelnewbies.org/KernelJanitors/Todo
>
> How current is the KernelJanitors list? And how is it coordinated?
> There are some things that look interesting to me, but if someone is
> already working on it . . . .
Right. You should ask/check on this mailing list first,
before spending time on a project.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: HOW TO
2007-07-17 1:12 HOW TO Hanumant Singh
` (3 preceding siblings ...)
2007-07-17 17:21 ` Randy Dunlap
@ 2007-07-17 18:35 ` Little, Chris
2007-07-18 10:21 ` Kyle Spaans
5 siblings, 0 replies; 7+ messages in thread
From: Little, Chris @ 2007-07-17 18:35 UTC (permalink / raw)
To: kernel-janitors
> -----Original Message-----
> From: Randy Dunlap [mailto:rdunlap@xenotime.net]
> Sent: Tuesday, July 17, 2007 12:22 PM
> To: Little, Chris
> Cc: kernel-janitors@vger.kernel.org
> Subject: Re: HOW TO
>
> On Tue, 17 Jul 2007 11:57:32 -0500 Little, Chris wrote:
>
> >
> Right. You should ask/check on this mailing list first,
> before spending time on a project.
>
So which out of that list would be good for a first-timer?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: HOW TO
2007-07-17 1:12 HOW TO Hanumant Singh
` (4 preceding siblings ...)
2007-07-17 18:35 ` Little, Chris
@ 2007-07-18 10:21 ` Kyle Spaans
5 siblings, 0 replies; 7+ messages in thread
From: Kyle Spaans @ 2007-07-18 10:21 UTC (permalink / raw)
To: kernel-janitors
> So which out of that list would be good for a first-timer?
The (unofficial?) wiki is also very likely a good place to start:
http://fsdev.net/wiki/index.php?title=Main_Page
And from personal experience as a newbie, I would suggest reading
everything you can find on KernelNewbies.org
gl & hf
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-07-18 10:21 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-17 1:12 HOW TO Hanumant Singh
2007-07-17 5:22 ` rae l
2007-07-17 5:30 ` pradeep singh
2007-07-17 16:57 ` Little, Chris
2007-07-17 17:21 ` Randy Dunlap
2007-07-17 18:35 ` Little, Chris
2007-07-18 10:21 ` Kyle Spaans
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.