* Selecting a Linux Kernel Bug
@ 2014-03-19 16:18 Ashwin Jha
2014-03-19 16:25 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Ashwin Jha @ 2014-03-19 16:18 UTC (permalink / raw)
To: kernelnewbies
Hi All,
I am a first year graduate student at Indian Statistical Institute,
Kolkata, India. I have to do a small OS assignment. As I always wanted to
contribute to Linux, I am thinking of working on a Linux kernel bug or a
new feature as part of my assignment.
I have never worked on Linux kernel before. So, I need some help for
selecting a bug or a feature that can be resolved in a month's time. The
time period is not strict but desired. What I really want is a problem that
will help me in building a good understanding of Linux kernel.
--
Regards,
Ashwin Jha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140319/754f5219/attachment.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* Selecting a Linux Kernel Bug
2014-03-19 16:18 Selecting a Linux Kernel Bug Ashwin Jha
@ 2014-03-19 16:25 ` Greg KH
2014-03-24 6:16 ` sanjeev sharma
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2014-03-19 16:25 UTC (permalink / raw)
To: kernelnewbies
On Wed, Mar 19, 2014 at 09:48:13PM +0530, Ashwin Jha wrote:
>
> Hi All,
>
> I am a first year graduate student at Indian Statistical Institute, Kolkata,
> India. I have to do a small OS assignment. As I always wanted to contribute to
> Linux, I am thinking of working on a Linux kernel bug or a new feature as part
> of my assignment.
>
> I have never worked on Linux kernel before. So, I need some help for selecting
> a bug or a feature that can be resolved in a month's time. The time period is
> not strict but desired. What I really want is a problem that will help me in
> building a good understanding of Linux kernel.
How about looking at drivers/staging/*/TODO ? There's lots of things
there that need cleanups and help.
Good luck,
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Selecting a Linux Kernel Bug
2014-03-19 16:25 ` Greg KH
@ 2014-03-24 6:16 ` sanjeev sharma
2014-03-24 6:27 ` Madper Xie
0 siblings, 1 reply; 7+ messages in thread
From: sanjeev sharma @ 2014-03-24 6:16 UTC (permalink / raw)
To: kernelnewbies
Hi Greg
Where Kernel Bugs are getting tracked ? so that open Bugs in Kernel can be
looked.
Regards
Sanjeev Sharma
On Wed, Mar 19, 2014 at 9:55 PM, Greg KH <greg@kroah.com> wrote:
> On Wed, Mar 19, 2014 at 09:48:13PM +0530, Ashwin Jha wrote:
> >
> > Hi All,
> >
> > I am a first year graduate student at Indian Statistical Institute,
> Kolkata,
> > India. I have to do a small OS assignment. As I always wanted to
> contribute to
> > Linux, I am thinking of working on a Linux kernel bug or a new feature
> as part
> > of my assignment.
> >
> > I have never worked on Linux kernel before. So, I need some help for
> selecting
> > a bug or a feature that can be resolved in a month's time. The time
> period is
> > not strict but desired. What I really want is a problem that will help
> me in
> > building a good understanding of Linux kernel.
>
> How about looking at drivers/staging/*/TODO ? There's lots of things
> there that need cleanups and help.
>
> Good luck,
>
> greg k-h
>
> _______________________________________________
> 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/20140324/83f075b2/attachment.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* Selecting a Linux Kernel Bug
2014-03-24 6:16 ` sanjeev sharma
@ 2014-03-24 6:27 ` Madper Xie
2014-03-24 6:52 ` sanjeev sharma
0 siblings, 1 reply; 7+ messages in thread
From: Madper Xie @ 2014-03-24 6:27 UTC (permalink / raw)
To: kernelnewbies
sanjeev sharma <sanjeevsharmaengg@gmail.com> writes:
> Hi Greg
>
> Where Kernel Bugs are getting tracked? ? so that open Bugs in Kernel can be
> looked.
>
Not very sure. maybe:
https://bugzilla.kernel.org/describecomponents.cgi
I always report bugs to LKML or related mail-list. (E.g. Linux-efi)
So you'd better subscribe them.
> Regards
> Sanjeev Sharma
>
> On Wed, Mar 19, 2014 at 9:55 PM, Greg KH <greg@kroah.com> wrote:
>
> On Wed, Mar 19, 2014 at 09:48:13PM +0530, Ashwin Jha wrote:
> >
> > Hi All,
> >
> > I am a first year graduate student at Indian Statistical Institute,
> Kolkata,
> > India. I have to do a small OS assignment. As I always wanted to
> contribute to
> > Linux, I am thinking of working on a Linux kernel bug or a new feature as
> part
> > of my assignment.
> >
> > I have never worked on Linux kernel before. So, I need some help for
> selecting
> > a bug or a feature that can be resolved in a month's time. The time
> period is
> > not strict but desired. What I really want is a problem that will help me
> in
> > building a good understanding of Linux kernel.
>
> How about looking at drivers/staging/*/TODO ? ?There's lots of things
> there that need cleanups and help.
>
> Good luck,
>
> greg k-h
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
--
Sent with my mu4e
^ permalink raw reply [flat|nested] 7+ messages in thread
* Selecting a Linux Kernel Bug
2014-03-24 6:27 ` Madper Xie
@ 2014-03-24 6:52 ` sanjeev sharma
2014-03-24 13:23 ` Valdis.Kletnieks at vt.edu
0 siblings, 1 reply; 7+ messages in thread
From: sanjeev sharma @ 2014-03-24 6:52 UTC (permalink / raw)
To: kernelnewbies
Thanks and Let me subscribe so that I can start working on Bugs.
Regards
Sanjeev Sharma .
On Mon, Mar 24, 2014 at 11:57 AM, Madper Xie <cxie@redhat.com> wrote:
>
> sanjeev sharma <sanjeevsharmaengg@gmail.com> writes:
>
> > Hi Greg
> >
> > Where Kernel Bugs are getting tracked ? so that open Bugs in Kernel can
> be
> > looked.
> >
> Not very sure. maybe:
> https://bugzilla.kernel.org/describecomponents.cgi
>
> I always report bugs to LKML or related mail-list. (E.g. Linux-efi)
> So you'd better subscribe them.
> > Regards
> > Sanjeev Sharma
> >
> > On Wed, Mar 19, 2014 at 9:55 PM, Greg KH <greg@kroah.com> wrote:
> >
> > On Wed, Mar 19, 2014 at 09:48:13PM +0530, Ashwin Jha wrote:
> > >
> > > Hi All,
> > >
> > > I am a first year graduate student at Indian Statistical Institute,
> > Kolkata,
> > > India. I have to do a small OS assignment. As I always wanted to
> > contribute to
> > > Linux, I am thinking of working on a Linux kernel bug or a new
> feature as
> > part
> > > of my assignment.
> > >
> > > I have never worked on Linux kernel before. So, I need some help
> for
> > selecting
> > > a bug or a feature that can be resolved in a month's time. The time
> > period is
> > > not strict but desired. What I really want is a problem that will
> help me
> > in
> > > building a good understanding of Linux kernel.
> >
> > How about looking at drivers/staging/*/TODO ? There's lots of things
> > there that need cleanups and help.
> >
> > Good luck,
> >
> > greg k-h
> >
> > _______________________________________________
> > Kernelnewbies mailing list
> > Kernelnewbies at kernelnewbies.org
> > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
> --
> Sent with my mu4e
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140324/aec0c433/attachment.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* Selecting a Linux Kernel Bug
2014-03-24 6:52 ` sanjeev sharma
@ 2014-03-24 13:23 ` Valdis.Kletnieks at vt.edu
2014-03-26 3:10 ` Greg Freemyer
0 siblings, 1 reply; 7+ messages in thread
From: Valdis.Kletnieks at vt.edu @ 2014-03-24 13:23 UTC (permalink / raw)
To: kernelnewbies
On Mon, 24 Mar 2014 12:22:58 +0530, sanjeev sharma said:
> Thanks and Let me subscribe so that I can start working on Bugs.
Subscribing to lkml almost guarantees you won't have enough time to
actually work on bugs.
"Note that nobody reads every post in linux-kernel. In fact, nobody who expects
to have time left over to actually do any real kernel work will read even half.
Except Alan Cox, but he's actually not human, but about a thousand gnomes
working in under-ground caves in Swansea. None of the individual gnomes read
all the postings either, they just work together really well." -- Linus Torvalds
The linux-kernel list has about 4 times the traffic now as when Linus said that.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 848 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140324/565b4ab6/attachment-0001.bin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Selecting a Linux Kernel Bug
2014-03-24 13:23 ` Valdis.Kletnieks at vt.edu
@ 2014-03-26 3:10 ` Greg Freemyer
0 siblings, 0 replies; 7+ messages in thread
From: Greg Freemyer @ 2014-03-26 3:10 UTC (permalink / raw)
To: kernelnewbies
On March 24, 2014 9:23:01 AM EDT, Valdis.Kletnieks at vt.edu wrote:
>On Mon, 24 Mar 2014 12:22:58 +0530, sanjeev sharma said:
>
>> Thanks and Let me subscribe so that I can start working on Bugs.
>
>Subscribing to lkml almost guarantees you won't have enough time to
>actually work on bugs.
>
>"Note that nobody reads every post in linux-kernel. In fact, nobody who
>expects
>to have time left over to actually do any real kernel work will read
>even half.
>Except Alan Cox, but he's actually not human, but about a thousand
>gnomes
>working in under-ground caves in Swansea. None of the individual gnomes
>read
>all the postings either, they just work together really well." -- Linus
>Torvalds
>
>The linux-kernel list has about 4 times the traffic now as when Linus
>said that.
I subscribe to a few subsystem lists, that is more than I can keep up with. I've never had the urge to even try lkml. For me it's ide/libata, ext4, xfs. I should drop ext4 as I rarely read it these days.
Greg
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-03-26 3:10 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-19 16:18 Selecting a Linux Kernel Bug Ashwin Jha
2014-03-19 16:25 ` Greg KH
2014-03-24 6:16 ` sanjeev sharma
2014-03-24 6:27 ` Madper Xie
2014-03-24 6:52 ` sanjeev sharma
2014-03-24 13:23 ` Valdis.Kletnieks at vt.edu
2014-03-26 3:10 ` Greg Freemyer
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).