kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* TODO list
@ 2010-07-14 10:01 Kulikov Vasiliy
  2012-07-08 13:38 ` TODO List Benjamin BEURDOUCHE
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Kulikov Vasiliy @ 2010-07-14 10:01 UTC (permalink / raw)
  To: kernel-janitors

Hi,

it seems that TODO list at http://kernelnewbies.org/KernelJanitors/Todo
is rather obsoleted, e.g. some tasks are already done. Is there any
renewed list?

Or I should mail to this mailing list with request to update concrete
task with proof that this task is done/etc.?

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

* TODO List
  2010-07-14 10:01 TODO list Kulikov Vasiliy
@ 2012-07-08 13:38 ` Benjamin BEURDOUCHE
  2012-07-09  0:51 ` Keith Woodie
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Benjamin BEURDOUCHE @ 2012-07-08 13:38 UTC (permalink / raw)
  To: kernel-janitors

Hello everyone,
I am new to the mailing list and to the kernel and I was wondering if
there are some basics things I could do like fix warnings or else to avoid
to complex patches at firstŠ
There was http://kernelnewbies.org/KernelJanitors/Todo but it was last
edited 2009-04-20 14:59:47 by HenrikKretzschmar.

Any Ideas ? Thanks ! =)
Benjamin 



--
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

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

* Re: TODO List
  2010-07-14 10:01 TODO list Kulikov Vasiliy
  2012-07-08 13:38 ` TODO List Benjamin BEURDOUCHE
@ 2012-07-09  0:51 ` Keith Woodie
  2015-04-03 20:40 ` TODO list Ravi Kerur
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Keith Woodie @ 2012-07-09  0:51 UTC (permalink / raw)
  To: kernel-janitors

 I would be interested too.  I just joined last week.

 Thanks!
 Keith
>
> On Jul 8, 2012 9:38 AM, "Benjamin BEURDOUCHE" <dev@thecercle.org> wrote:
>>
>> Hello everyone,
>> I am new to the mailing list and to the kernel and I was wondering if
>> there are some basics things I could do like fix warnings or else to
>> avoid
>> to complex patches at firstÅ 
>> There was http://kernelnewbies.org/KernelJanitors/Todo but it was last
>> edited 2009-04-20 14:59:47 by HenrikKretzschmar.
>>
>> Any Ideas ? Thanks ! =)
>> Benjamin
>>
>>
>>
>> --
>> 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
--
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

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

* TODO list
  2010-07-14 10:01 TODO list Kulikov Vasiliy
  2012-07-08 13:38 ` TODO List Benjamin BEURDOUCHE
  2012-07-09  0:51 ` Keith Woodie
@ 2015-04-03 20:40 ` Ravi Kerur
  2015-04-07  7:49 ` Dan Carpenter
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Ravi Kerur @ 2015-04-03 20:40 UTC (permalink / raw)
  To: kernel-janitors

Team,

I am planning to take up following items from TODO list. If it's already picked please let me know. 

* pci_set_dma_mask() and friends should use DMA_BIT_MASK(nn) instead of

DMA_nnBIT_MASK or 0xffff... This is not 2.4 compatible, so beware of drivers with same code. [D: http://marc.theaimsgroup.com/?t\x108001993000001] Don't forget to #include dma-mapping.h

* check kmallocs for things like GFP_DMA without a memtype. 


Thanks,

Ravi

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

* Re: TODO list
  2010-07-14 10:01 TODO list Kulikov Vasiliy
                   ` (2 preceding siblings ...)
  2015-04-03 20:40 ` TODO list Ravi Kerur
@ 2015-04-07  7:49 ` Dan Carpenter
  2015-04-09  0:36 ` Ravi Kerur
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Dan Carpenter @ 2015-04-07  7:49 UTC (permalink / raw)
  To: kernel-janitors

On Fri, Apr 03, 2015 at 01:40:35PM -0700, Ravi Kerur wrote:
> Team,
> 
> I am planning to take up following items from TODO list. If it's already picked please let me know. 
> 
> * pci_set_dma_mask() and friends should use DMA_BIT_MASK(nn) instead of
> 
> DMA_nnBIT_MASK or 0xffff... This is not 2.4 compatible, so beware of drivers with same code. [D: http://marc.theaimsgroup.com/?t\x108001993000001] Don't forget to #include dma-mapping.h
> 
> * check kmallocs for things like GFP_DMA without a memtype. 
> 

The TODO is desperately out of date.  No one cares about 2.4 at all.
These days we don't really allow drivers to have backwards compatability
code so they compile on old kernels.  That stuff has to be stored out of
the main kernel tree.  We also have the compat-wireless and other
similar ways of backporting drivers.

There are still the occasional GFP_DMA without a memtype issue.  I'm not
certain what the fix is for those.  You could probably find them using
Coccinelle.

regards,
dan carpenter


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

* Re: TODO list
  2010-07-14 10:01 TODO list Kulikov Vasiliy
                   ` (3 preceding siblings ...)
  2015-04-07  7:49 ` Dan Carpenter
@ 2015-04-09  0:36 ` Ravi Kerur
  2015-04-09  8:48 ` Dan Carpenter
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Ravi Kerur @ 2015-04-09  0:36 UTC (permalink / raw)
  To: kernel-janitors



On 4/7/2015 12:49 AM, Dan Carpenter wrote:
> On Fri, Apr 03, 2015 at 01:40:35PM -0700, Ravi Kerur wrote:
>> Team,
>>
>> I am planning to take up following items from TODO list. If it's already picked please let me know. 
>>
>> * pci_set_dma_mask() and friends should use DMA_BIT_MASK(nn) instead of
>>
>> DMA_nnBIT_MASK or 0xffff... This is not 2.4 compatible, so beware of drivers with same code. [D: http://marc.theaimsgroup.com/?t\x108001993000001] Don't forget to #include dma-mapping.h
>>
>> * check kmallocs for things like GFP_DMA without a memtype. 
>>
> 
> The TODO is desperately out of date.  No one cares about 2.4 at all.
> These days we don't really allow drivers to have backwards compatability
> code so they compile on old kernels.  That stuff has to be stored out of
> the main kernel tree.  We also have the compat-wireless and other
> similar ways of backporting drivers.

Thanks Dan. Do you recommend anything else for contribution? I am not a
newbie to kernel but never contributed to kernel before so any inputs
appreciated.

Thanks,
Ravi
> 
> There are still the occasional GFP_DMA without a memtype issue.  I'm not
> certain what the fix is for those.  You could probably find them using
> Coccinelle.
> 
> regards,
> dan carpenter
> 

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

* Re: TODO list
  2010-07-14 10:01 TODO list Kulikov Vasiliy
                   ` (4 preceding siblings ...)
  2015-04-09  0:36 ` Ravi Kerur
@ 2015-04-09  8:48 ` Dan Carpenter
  2015-04-09 22:57 ` Ravi Kerur
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Dan Carpenter @ 2015-04-09  8:48 UTC (permalink / raw)
  To: kernel-janitors

On Wed, Apr 08, 2015 at 05:36:01PM -0700, Ravi Kerur wrote:
> 
> 
> On 4/7/2015 12:49 AM, Dan Carpenter wrote:
> > On Fri, Apr 03, 2015 at 01:40:35PM -0700, Ravi Kerur wrote:
> >> Team,
> >>
> >> I am planning to take up following items from TODO list. If it's already picked please let me know. 
> >>
> >> * pci_set_dma_mask() and friends should use DMA_BIT_MASK(nn) instead of
> >>
> >> DMA_nnBIT_MASK or 0xffff... This is not 2.4 compatible, so beware of drivers with same code. [D: http://marc.theaimsgroup.com/?t\x108001993000001] Don't forget to #include dma-mapping.h
> >>
> >> * check kmallocs for things like GFP_DMA without a memtype. 
> >>
> > 
> > The TODO is desperately out of date.  No one cares about 2.4 at all.
> > These days we don't really allow drivers to have backwards compatability
> > code so they compile on old kernels.  That stuff has to be stored out of
> > the main kernel tree.  We also have the compat-wireless and other
> > similar ways of backporting drivers.
> 
> Thanks Dan. Do you recommend anything else for contribution? I am not a
> newbie to kernel but never contributed to kernel before so any inputs
> appreciated.

There is always stuff to fix in staging.  It's at all levels of
difficulty.

regards,
dan carpenter


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

* Re: TODO list
  2010-07-14 10:01 TODO list Kulikov Vasiliy
                   ` (5 preceding siblings ...)
  2015-04-09  8:48 ` Dan Carpenter
@ 2015-04-09 22:57 ` Ravi Kerur
  2015-04-10  5:34 ` Julia Lawall
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Ravi Kerur @ 2015-04-09 22:57 UTC (permalink / raw)
  To: kernel-janitors



On 4/9/2015 1:48 AM, Dan Carpenter wrote:
> On Wed, Apr 08, 2015 at 05:36:01PM -0700, Ravi Kerur wrote:
>>
>>
>> On 4/7/2015 12:49 AM, Dan Carpenter wrote:
>>> On Fri, Apr 03, 2015 at 01:40:35PM -0700, Ravi Kerur wrote:
>>>> Team,
>>>>
>>>> I am planning to take up following items from TODO list. If it's already picked please let me know. 
>>>>
>>>> * pci_set_dma_mask() and friends should use DMA_BIT_MASK(nn) instead of
>>>>
>>>> DMA_nnBIT_MASK or 0xffff... This is not 2.4 compatible, so beware of drivers with same code. [D: http://marc.theaimsgroup.com/?t\x108001993000001] Don't forget to #include dma-mapping.h
>>>>
>>>> * check kmallocs for things like GFP_DMA without a memtype. 
>>>>
>>>
>>> The TODO is desperately out of date.  No one cares about 2.4 at all.
>>> These days we don't really allow drivers to have backwards compatability
>>> code so they compile on old kernels.  That stuff has to be stored out of
>>> the main kernel tree.  We also have the compat-wireless and other
>>> similar ways of backporting drivers.
>>
>> Thanks Dan. Do you recommend anything else for contribution? I am not a
>> newbie to kernel but never contributed to kernel before so any inputs
>> appreciated.
> 
> There is always stuff to fix in staging.  It's at all levels of
> difficulty.

Can you please point me to the link or anything which lists what needs to be done. I can pick some of it.

Thanks,
Ravi

> 
> regards,
> dan carpenter
> 

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

* Re: TODO list
  2010-07-14 10:01 TODO list Kulikov Vasiliy
                   ` (6 preceding siblings ...)
  2015-04-09 22:57 ` Ravi Kerur
@ 2015-04-10  5:34 ` Julia Lawall
  2015-04-10 22:47 ` Ravi Kerur
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Julia Lawall @ 2015-04-10  5:34 UTC (permalink / raw)
  To: kernel-janitors



On Thu, 9 Apr 2015, Ravi Kerur wrote:

> 
> 
> On 4/9/2015 1:48 AM, Dan Carpenter wrote:
> > On Wed, Apr 08, 2015 at 05:36:01PM -0700, Ravi Kerur wrote:
> >>
> >>
> >> On 4/7/2015 12:49 AM, Dan Carpenter wrote:
> >>> On Fri, Apr 03, 2015 at 01:40:35PM -0700, Ravi Kerur wrote:
> >>>> Team,
> >>>>
> >>>> I am planning to take up following items from TODO list. If it's already picked please let me know. 
> >>>>
> >>>> * pci_set_dma_mask() and friends should use DMA_BIT_MASK(nn) instead of
> >>>>
> >>>> DMA_nnBIT_MASK or 0xffff... This is not 2.4 compatible, so beware of drivers with same code. [D: http://marc.theaimsgroup.com/?t\x108001993000001] Don't forget to #include dma-mapping.h
> >>>>
> >>>> * check kmallocs for things like GFP_DMA without a memtype. 
> >>>>
> >>>
> >>> The TODO is desperately out of date.  No one cares about 2.4 at all.
> >>> These days we don't really allow drivers to have backwards compatability
> >>> code so they compile on old kernels.  That stuff has to be stored out of
> >>> the main kernel tree.  We also have the compat-wireless and other
> >>> similar ways of backporting drivers.
> >>
> >> Thanks Dan. Do you recommend anything else for contribution? I am not a
> >> newbie to kernel but never contributed to kernel before so any inputs
> >> appreciated.
> > 
> > There is always stuff to fix in staging.  It's at all levels of
> > difficulty.
> 
> Can you please point me to the link or anything which lists what needs to be done. I can pick some of it.

You can run checkpatch, or other tools and fix the things that they 
highlight.  Once you start really looking at the code, you are likely to 
see other things that can be improved as well.  Some staging drivers also 
have TODO lists.

julia

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

* Re: TODO list
  2010-07-14 10:01 TODO list Kulikov Vasiliy
                   ` (7 preceding siblings ...)
  2015-04-10  5:34 ` Julia Lawall
@ 2015-04-10 22:47 ` Ravi Kerur
  2015-04-11  5:17 ` Julia Lawall
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Ravi Kerur @ 2015-04-10 22:47 UTC (permalink / raw)
  To: kernel-janitors



On 4/9/2015 10:34 PM, Julia Lawall wrote:
> 
> 
> On Thu, 9 Apr 2015, Ravi Kerur wrote:
> 
>>
>>
>> On 4/9/2015 1:48 AM, Dan Carpenter wrote:
>>> On Wed, Apr 08, 2015 at 05:36:01PM -0700, Ravi Kerur wrote:
>>>>
>>>>
>>>> On 4/7/2015 12:49 AM, Dan Carpenter wrote:
>>>>> On Fri, Apr 03, 2015 at 01:40:35PM -0700, Ravi Kerur wrote:
>>>>>> Team,
>>>>>>
>>>>>> I am planning to take up following items from TODO list. If it's already picked please let me know. 
>>>>>>
>>>>>> * pci_set_dma_mask() and friends should use DMA_BIT_MASK(nn) instead of
>>>>>>
>>>>>> DMA_nnBIT_MASK or 0xffff... This is not 2.4 compatible, so beware of drivers with same code. [D: http://marc.theaimsgroup.com/?t\x108001993000001] Don't forget to #include dma-mapping.h
>>>>>>
>>>>>> * check kmallocs for things like GFP_DMA without a memtype. 
>>>>>>
>>>>>
>>>>> The TODO is desperately out of date.  No one cares about 2.4 at all.
>>>>> These days we don't really allow drivers to have backwards compatability
>>>>> code so they compile on old kernels.  That stuff has to be stored out of
>>>>> the main kernel tree.  We also have the compat-wireless and other
>>>>> similar ways of backporting drivers.
>>>>
>>>> Thanks Dan. Do you recommend anything else for contribution? I am not a
>>>> newbie to kernel but never contributed to kernel before so any inputs
>>>> appreciated.
>>>
>>> There is always stuff to fix in staging.  It's at all levels of
>>> difficulty.
>>
>> Can you please point me to the link or anything which lists what needs to be done. I can pick some of it.
> 
> You can run checkpatch, or other tools and fix the things that they 
> highlight.  Once you start really looking at the code, you are likely to 
> see other things that can be improved as well.  Some staging drivers also 
> have TODO lists.
> 

My question was which subsystem or specific area to start? Should I pick some random subsystem of my interest and start working on it? 

-Ravi
 
> julia
> 

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

* Re: TODO list
  2010-07-14 10:01 TODO list Kulikov Vasiliy
                   ` (8 preceding siblings ...)
  2015-04-10 22:47 ` Ravi Kerur
@ 2015-04-11  5:17 ` Julia Lawall
  2015-04-13 22:02 ` Dan Carpenter
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Julia Lawall @ 2015-04-11  5:17 UTC (permalink / raw)
  To: kernel-janitors



On Fri, 10 Apr 2015, Ravi Kerur wrote:

> 
> 
> On 4/9/2015 10:34 PM, Julia Lawall wrote:
> > 
> > 
> > On Thu, 9 Apr 2015, Ravi Kerur wrote:
> > 
> >>
> >>
> >> On 4/9/2015 1:48 AM, Dan Carpenter wrote:
> >>> On Wed, Apr 08, 2015 at 05:36:01PM -0700, Ravi Kerur wrote:
> >>>>
> >>>>
> >>>> On 4/7/2015 12:49 AM, Dan Carpenter wrote:
> >>>>> On Fri, Apr 03, 2015 at 01:40:35PM -0700, Ravi Kerur wrote:
> >>>>>> Team,
> >>>>>>
> >>>>>> I am planning to take up following items from TODO list. If it's already picked please let me know. 
> >>>>>>
> >>>>>> * pci_set_dma_mask() and friends should use DMA_BIT_MASK(nn) instead of
> >>>>>>
> >>>>>> DMA_nnBIT_MASK or 0xffff... This is not 2.4 compatible, so beware of drivers with same code. [D: http://marc.theaimsgroup.com/?t\x108001993000001] Don't forget to #include dma-mapping.h
> >>>>>>
> >>>>>> * check kmallocs for things like GFP_DMA without a memtype. 
> >>>>>>
> >>>>>
> >>>>> The TODO is desperately out of date.  No one cares about 2.4 at all.
> >>>>> These days we don't really allow drivers to have backwards compatability
> >>>>> code so they compile on old kernels.  That stuff has to be stored out of
> >>>>> the main kernel tree.  We also have the compat-wireless and other
> >>>>> similar ways of backporting drivers.
> >>>>
> >>>> Thanks Dan. Do you recommend anything else for contribution? I am not a
> >>>> newbie to kernel but never contributed to kernel before so any inputs
> >>>> appreciated.
> >>>
> >>> There is always stuff to fix in staging.  It's at all levels of
> >>> difficulty.
> >>
> >> Can you please point me to the link or anything which lists what needs to be done. I can pick some of it.
> > 
> > You can run checkpatch, or other tools and fix the things that they 
> > highlight.  Once you start really looking at the code, you are likely to 
> > see other things that can be improved as well.  Some staging drivers also 
> > have TODO lists.
> > 
> 
> My question was which subsystem or specific area to start? Should I pick some random subsystem of my interest and start working on it? 

Dan suggested staging.  In terms of learning, it doesn't matter what you 
choose to get started.  You should avoid the following drivers, though, as 
they are on the way out of the kernel:

i2o
line6
media/parport
media/tlg2300
media/vino

julia

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

* Re: TODO list
  2010-07-14 10:01 TODO list Kulikov Vasiliy
                   ` (9 preceding siblings ...)
  2015-04-11  5:17 ` Julia Lawall
@ 2015-04-13 22:02 ` Dan Carpenter
  2015-04-13 22:42 ` Ravi Kerur
  2015-04-14  6:58 ` Dan Carpenter
  12 siblings, 0 replies; 14+ messages in thread
From: Dan Carpenter @ 2015-04-13 22:02 UTC (permalink / raw)
  To: kernel-janitors

On Mon, Apr 13, 2015 at 02:46:53PM -0700, Ravi Kerur wrote:
> Team,
> 
> I will take up net/sched files and get a clean checkpatch run on them. I am working on a project which involves this piece of code and as part of learning the code I can clean-up the files. I ran checkpatch on some of them and I do see that it needs cleaning. For e.g.
> 
> #:~/git/kernels/staging$ perl scripts/checkpatch.pl -f net/sched/act_api.c
> WARNING: networking block comments don't use an empty /* line, use /* Comment...
> #41: FILE: net/sched/act_api.c:41:
> +	/*
> +	 * gen_estimator est_timer() might access p->tcfc_locki
> 
> CHECK: Comparison to NULL could be written "!nest"
> #95: FILE: net/sched/act_api.c:95:
> +			if (nest = NULL)
> ...
> [...]

No one cares about either of those things.  If it's a drivers/staging
patch then we would merge it, but if it's a patch to net/sched/act_api.c
they will probably just get annoyed with you.

regards,
dan carpenter


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

* Re: TODO list
  2010-07-14 10:01 TODO list Kulikov Vasiliy
                   ` (10 preceding siblings ...)
  2015-04-13 22:02 ` Dan Carpenter
@ 2015-04-13 22:42 ` Ravi Kerur
  2015-04-14  6:58 ` Dan Carpenter
  12 siblings, 0 replies; 14+ messages in thread
From: Ravi Kerur @ 2015-04-13 22:42 UTC (permalink / raw)
  To: kernel-janitors



On 4/13/2015 3:02 PM, Dan Carpenter wrote:
> On Mon, Apr 13, 2015 at 02:46:53PM -0700, Ravi Kerur wrote:
>> Team,
>>
>> I will take up net/sched files and get a clean checkpatch run on them. I am working on a project which involves this piece of code and as part of learning the code I can clean-up the files. I ran checkpatch on some of them and I do see that it needs cleaning. For e.g.
>>
>> #:~/git/kernels/staging$ perl scripts/checkpatch.pl -f net/sched/act_api.c
>> WARNING: networking block comments don't use an empty /* line, use /* Comment...
>> #41: FILE: net/sched/act_api.c:41:
>> +	/*
>> +	 * gen_estimator est_timer() might access p->tcfc_locki
>>
>> CHECK: Comparison to NULL could be written "!nest"
>> #95: FILE: net/sched/act_api.c:95:
>> +			if (nest = NULL)
>> ...
>> [...]
> 
> No one cares about either of those things.  If it's a drivers/staging
> patch then we would merge it, but if it's a patch to net/sched/act_api.c
> they will probably just get annoyed with you.
> 

Thanks, The reason I didn't pick from drivers/staging is that I don't have necessary hardware to test the changes. Hence I chose something which can be tested without any restriction and get it done. Do you have any recommendations?

Thanks,
Ravi

> regards,
> dan carpenter
> 

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

* Re: TODO list
  2010-07-14 10:01 TODO list Kulikov Vasiliy
                   ` (11 preceding siblings ...)
  2015-04-13 22:42 ` Ravi Kerur
@ 2015-04-14  6:58 ` Dan Carpenter
  12 siblings, 0 replies; 14+ messages in thread
From: Dan Carpenter @ 2015-04-14  6:58 UTC (permalink / raw)
  To: kernel-janitors

On Mon, Apr 13, 2015 at 03:42:38PM -0700, Ravi Kerur wrote:
> Thanks, The reason I didn't pick from drivers/staging is that I don't
> have necessary hardware to test the changes. Hence I chose something
> which can be tested without any restriction and get it done. Do you
> have any recommendations?

Most people send their staging patches without testing, honestly.

Otherwise just restrict yourself to drivers/.

Also checkpatch on its own is not really a justification for sending
patches outside of staging/.  The patch has to make the code better for
humans.

regards,
dan carpenter


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

end of thread, other threads:[~2015-04-14  6:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-14 10:01 TODO list Kulikov Vasiliy
2012-07-08 13:38 ` TODO List Benjamin BEURDOUCHE
2012-07-09  0:51 ` Keith Woodie
2015-04-03 20:40 ` TODO list Ravi Kerur
2015-04-07  7:49 ` Dan Carpenter
2015-04-09  0:36 ` Ravi Kerur
2015-04-09  8:48 ` Dan Carpenter
2015-04-09 22:57 ` Ravi Kerur
2015-04-10  5:34 ` Julia Lawall
2015-04-10 22:47 ` Ravi Kerur
2015-04-11  5:17 ` Julia Lawall
2015-04-13 22:02 ` Dan Carpenter
2015-04-13 22:42 ` Ravi Kerur
2015-04-14  6:58 ` Dan Carpenter

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).