public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] trivial: update the Kernel Janitors' web-page URL
@ 2009-06-11 23:00 Markus Heidelberg
  2009-06-12  8:58 ` Jiri Kosina
  2009-06-23  8:53 ` Jiri Kosina
  0 siblings, 2 replies; 6+ messages in thread
From: Markus Heidelberg @ 2009-06-11 23:00 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, kernel-janitors, Markus Heidelberg

The former address cannot be resolved.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ccdb575..d37b6a0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3267,7 +3267,7 @@ F:	scripts/Makefile.*
 KERNEL JANITORS
 P:	Several
 L:	kernel-janitors@vger.kernel.org
-W:	http://www.kerneljanitors.org/
+W:	http://janitor.kernelnewbies.org/
 S:	Maintained
 
 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
-- 
1.6.3.2.236.ge505d


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

* Re: [PATCH] trivial: update the Kernel Janitors' web-page URL
  2009-06-11 23:00 [PATCH] trivial: update the Kernel Janitors' web-page URL Markus Heidelberg
@ 2009-06-12  8:58 ` Jiri Kosina
  2009-06-12  9:10   ` Markus Heidelberg
  2009-06-12 10:14   ` walter harms
  2009-06-23  8:53 ` Jiri Kosina
  1 sibling, 2 replies; 6+ messages in thread
From: Jiri Kosina @ 2009-06-12  8:58 UTC (permalink / raw)
  To: Markus Heidelberg; +Cc: linux-kernel, kernel-janitors

On Fri, 12 Jun 2009, Markus Heidelberg wrote:

> The former address cannot be resolved.
> 
> Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
> ---
>  MAINTAINERS |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ccdb575..d37b6a0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3267,7 +3267,7 @@ F:	scripts/Makefile.*
>  KERNEL JANITORS
>  P:	Several
>  L:	kernel-janitors@vger.kernel.org
> -W:	http://www.kerneljanitors.org/
> +W:	http://janitor.kernelnewbies.org/
>  S:	Maintained

BTW, I haven't followed kernel janitors project for a while, is it still 
active? Skimming through the web, I can see some TODOs from 2001, hence 
the question :)

Thanks,

-- 
Jiri Kosina
SUSE Labs


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

* Re: [PATCH] trivial: update the Kernel Janitors' web-page URL
  2009-06-12  8:58 ` Jiri Kosina
@ 2009-06-12  9:10   ` Markus Heidelberg
  2009-06-12 10:14   ` walter harms
  1 sibling, 0 replies; 6+ messages in thread
From: Markus Heidelberg @ 2009-06-12  9:10 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, kernel-janitors

Jiri Kosina, 12.06.2009:
> BTW, I haven't followed kernel janitors project for a while, is it still 
> active? Skimming through the web, I can see some TODOs from 2001, hence 
> the question :)

I have to admit, that I don't have a clue :)
While searching for information whether these patches are something for
'trivial' or 'janitors' I only stumbled on the non-working address.

Looking into the mail archive (http://marc.info/?l=kernel-janitors) now,
there is still activity, but I'm not confident with the project status
per se.

Markus


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

* Re: [PATCH] trivial: update the Kernel Janitors' web-page URL
  2009-06-12  8:58 ` Jiri Kosina
  2009-06-12  9:10   ` Markus Heidelberg
@ 2009-06-12 10:14   ` walter harms
  2009-06-12 14:37     ` Jiri Kosina
  1 sibling, 1 reply; 6+ messages in thread
From: walter harms @ 2009-06-12 10:14 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Markus Heidelberg, linux-kernel, kernel-janitors



Jiri Kosina schrieb:
> On Fri, 12 Jun 2009, Markus Heidelberg wrote:
> 
>> The former address cannot be resolved.
>>
>> Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
>> ---
>>  MAINTAINERS |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index ccdb575..d37b6a0 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -3267,7 +3267,7 @@ F:	scripts/Makefile.*
>>  KERNEL JANITORS
>>  P:	Several
>>  L:	kernel-janitors@vger.kernel.org
>> -W:	http://www.kerneljanitors.org/
>> +W:	http://janitor.kernelnewbies.org/
>>  S:	Maintained
> 
> BTW, I haven't followed kernel janitors project for a while, is it still 
> active? Skimming through the web, I can see some TODOs from 2001, hence 
> the question :)
> 
> Thanks,
> 


the project is still active.

the last patch was yesterday:
<clip>
Trivial patch which adds the __init and __exit macros to the module_init /
module_exit functions to the following modules from drivers/mtd/
 devices/m25p80.c
 devices/slram.c
 linux version 2.6.30
 ftl.c
 nand/cafe_nand.c
 nand/cmx270_nand.c
<clip/>


re,
 wh

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

* Re: [PATCH] trivial: update the Kernel Janitors' web-page URL
  2009-06-12 10:14   ` walter harms
@ 2009-06-12 14:37     ` Jiri Kosina
  0 siblings, 0 replies; 6+ messages in thread
From: Jiri Kosina @ 2009-06-12 14:37 UTC (permalink / raw)
  To: walter harms
  Cc: Jiri Kosina, Markus Heidelberg, linux-kernel, kernel-janitors

On Fri, 12 Jun 2009, walter harms wrote:

> > BTW, I haven't followed kernel janitors project for a while, is it 
> > still active? Skimming through the web, I can see some TODOs from 
> > 2001, hence the question :)
> the project is still active.
> the last patch was yesterday:
> <clip>
> Trivial patch which adds the __init and __exit macros to the module_init /
> module_exit functions to the following modules from drivers/mtd/
>  devices/m25p80.c
>  devices/slram.c
>  linux version 2.6.30
>  ftl.c
>  nand/cafe_nand.c
>  nand/cmx270_nand.c
> <clip/>

Well, yes, I have been CCed on that patch. My question was rather about 
whether there is anyone in the project actively looking at the posted 
patches, reviewing them, pushing them to appropriate maintainers, etc. I 
don't recall having seen anything like that in the past.

Thanks,

-- 
Jiri Kosina
SUSE Labs


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

* Re: [PATCH] trivial: update the Kernel Janitors' web-page URL
  2009-06-11 23:00 [PATCH] trivial: update the Kernel Janitors' web-page URL Markus Heidelberg
  2009-06-12  8:58 ` Jiri Kosina
@ 2009-06-23  8:53 ` Jiri Kosina
  1 sibling, 0 replies; 6+ messages in thread
From: Jiri Kosina @ 2009-06-23  8:53 UTC (permalink / raw)
  To: Markus Heidelberg; +Cc: linux-kernel, kernel-janitors

On Fri, 12 Jun 2009, Markus Heidelberg wrote:

> The former address cannot be resolved.
> 
> Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
> ---
>  MAINTAINERS |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ccdb575..d37b6a0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3267,7 +3267,7 @@ F:	scripts/Makefile.*
>  KERNEL JANITORS
>  P:	Several
>  L:	kernel-janitors@vger.kernel.org
> -W:	http://www.kerneljanitors.org/
> +W:	http://janitor.kernelnewbies.org/
>  S:	Maintained

Applied, thanks Markus.

-- 
Jiri Kosina
SUSE Labs


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

end of thread, other threads:[~2009-06-23  8:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-11 23:00 [PATCH] trivial: update the Kernel Janitors' web-page URL Markus Heidelberg
2009-06-12  8:58 ` Jiri Kosina
2009-06-12  9:10   ` Markus Heidelberg
2009-06-12 10:14   ` walter harms
2009-06-12 14:37     ` Jiri Kosina
2009-06-23  8:53 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox