public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Resend: Change mail adress of Hans J. Koch
@ 2011-04-05 18:56 Hans J. Koch
  2011-04-05 19:08 ` Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Hans J. Koch @ 2011-04-05 18:56 UTC (permalink / raw)
  To: LKML

My old mail address doesn't exist anymore. This patch changes all occurences
in MAINTAINERS to my new address. I already sent this in Oct. 2010, but it
somehow never made it to mainline (is there a MAINTAINERS maintainer?)

Signed-off-by: Hans J. Koch <hjk@hansjkoch.de>
---
 MAINTAINERS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6b4b9cd..b96f3b3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1063,7 +1063,7 @@ F:	arch/arm/mach-shmobile/
 F:	drivers/sh/
 
 ARM/TELECHIPS ARM ARCHITECTURE
-M:	"Hans J. Koch" <hjk@linutronix.de>
+M:	"Hans J. Koch" <hjk@hansjkoch.de>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	arch/arm/plat-tcc/
@@ -4077,7 +4077,7 @@ F:	drivers/video/matrox/matroxfb_*
 F:	include/linux/matroxfb.h
 
 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
-M:	"Hans J. Koch" <hjk@linutronix.de>
+M:	"Hans J. Koch" <hjk@hansjkoch.de>
 L:	lm-sensors@lm-sensors.org
 S:	Maintained
 F:	Documentation/hwmon/max6650
@@ -6618,7 +6618,7 @@ F:	fs/hostfs/
 F:	fs/hppfs/
 
 USERSPACE I/O (UIO)
-M:	"Hans J. Koch" <hjk@linutronix.de>
+M:	"Hans J. Koch" <hjk@hansjkoch.de>
 M:	Greg Kroah-Hartman <gregkh@suse.de>
 S:	Maintained
 F:	Documentation/DocBook/uio-howto.tmpl
-- 
1.7.1


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

* Re: [PATCH] MAINTAINERS: Resend: Change mail adress of Hans J. Koch
  2011-04-05 18:56 [PATCH] MAINTAINERS: Resend: Change mail adress of Hans J. Koch Hans J. Koch
@ 2011-04-05 19:08 ` Joe Perches
  2011-04-05 19:17   ` Hans J. Koch
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2011-04-05 19:08 UTC (permalink / raw)
  To: Hans J. Koch, Andrew Morton; +Cc: LKML

On Tue, 2011-04-05 at 20:56 +0200, Hans J. Koch wrote:
> My old mail address doesn't exist anymore. This patch changes all occurences
> in MAINTAINERS to my new address. I already sent this in Oct. 2010, but it
> somehow never made it to mainline (is there a MAINTAINERS maintainer?)

The closest thing may be Andrew Morton.
I send my MAINTAINERS patches through him.
These patches are typically 1 release delayed.

$ ./scripts/get_maintainer.pl -f MAINTAINERS
Andrew Morton <akpm@linux-foundation.org> (commit_signer:79/549=14%)
Joe Perches <joe@perches.com> (commit_signer:50/549=9%)
linux-kernel@vger.kernel.org (open list)


> Signed-off-by: Hans J. Koch <hjk@hansjkoch.de>
> ---
>  MAINTAINERS |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6b4b9cd..b96f3b3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1063,7 +1063,7 @@ F:	arch/arm/mach-shmobile/
>  F:	drivers/sh/
>  
>  ARM/TELECHIPS ARM ARCHITECTURE
> -M:	"Hans J. Koch" <hjk@linutronix.de>
> +M:	"Hans J. Koch" <hjk@hansjkoch.de>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
>  F:	arch/arm/plat-tcc/
> @@ -4077,7 +4077,7 @@ F:	drivers/video/matrox/matroxfb_*
>  F:	include/linux/matroxfb.h
>  
>  MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
> -M:	"Hans J. Koch" <hjk@linutronix.de>
> +M:	"Hans J. Koch" <hjk@hansjkoch.de>
>  L:	lm-sensors@lm-sensors.org
>  S:	Maintained
>  F:	Documentation/hwmon/max6650
> @@ -6618,7 +6618,7 @@ F:	fs/hostfs/
>  F:	fs/hppfs/
>  
>  USERSPACE I/O (UIO)
> -M:	"Hans J. Koch" <hjk@linutronix.de>
> +M:	"Hans J. Koch" <hjk@hansjkoch.de>
>  M:	Greg Kroah-Hartman <gregkh@suse.de>
>  S:	Maintained
>  F:	Documentation/DocBook/uio-howto.tmpl




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

* Re: [PATCH] MAINTAINERS: Resend: Change mail adress of Hans J. Koch
  2011-04-05 19:08 ` Joe Perches
@ 2011-04-05 19:17   ` Hans J. Koch
  0 siblings, 0 replies; 3+ messages in thread
From: Hans J. Koch @ 2011-04-05 19:17 UTC (permalink / raw)
  To: Joe Perches; +Cc: Hans J. Koch, Andrew Morton, LKML

On Tue, Apr 05, 2011 at 12:08:40PM -0700, Joe Perches wrote:
> On Tue, 2011-04-05 at 20:56 +0200, Hans J. Koch wrote:
> > My old mail address doesn't exist anymore. This patch changes all occurences
> > in MAINTAINERS to my new address. I already sent this in Oct. 2010, but it
> > somehow never made it to mainline (is there a MAINTAINERS maintainer?)
> 
> The closest thing may be Andrew Morton.
> I send my MAINTAINERS patches through him.
> These patches are typically 1 release delayed.
> 
> $ ./scripts/get_maintainer.pl -f MAINTAINERS
> Andrew Morton <akpm@linux-foundation.org> (commit_signer:79/549=14%)
> Joe Perches <joe@perches.com> (commit_signer:50/549=9%)
> linux-kernel@vger.kernel.org (open list)

Hmpf, could have thought of that myself... Thanks!

Hans

> 
> 
> > Signed-off-by: Hans J. Koch <hjk@hansjkoch.de>
> > ---
> >  MAINTAINERS |    6 +++---
> >  1 files changed, 3 insertions(+), 3 deletions(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 6b4b9cd..b96f3b3 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1063,7 +1063,7 @@ F:	arch/arm/mach-shmobile/
> >  F:	drivers/sh/
> >  
> >  ARM/TELECHIPS ARM ARCHITECTURE
> > -M:	"Hans J. Koch" <hjk@linutronix.de>
> > +M:	"Hans J. Koch" <hjk@hansjkoch.de>
> >  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> >  S:	Maintained
> >  F:	arch/arm/plat-tcc/
> > @@ -4077,7 +4077,7 @@ F:	drivers/video/matrox/matroxfb_*
> >  F:	include/linux/matroxfb.h
> >  
> >  MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
> > -M:	"Hans J. Koch" <hjk@linutronix.de>
> > +M:	"Hans J. Koch" <hjk@hansjkoch.de>
> >  L:	lm-sensors@lm-sensors.org
> >  S:	Maintained
> >  F:	Documentation/hwmon/max6650
> > @@ -6618,7 +6618,7 @@ F:	fs/hostfs/
> >  F:	fs/hppfs/
> >  
> >  USERSPACE I/O (UIO)
> > -M:	"Hans J. Koch" <hjk@linutronix.de>
> > +M:	"Hans J. Koch" <hjk@hansjkoch.de>
> >  M:	Greg Kroah-Hartman <gregkh@suse.de>
> >  S:	Maintained
> >  F:	Documentation/DocBook/uio-howto.tmpl
> 
> 
> 
> 

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

end of thread, other threads:[~2011-04-05 19:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-05 18:56 [PATCH] MAINTAINERS: Resend: Change mail adress of Hans J. Koch Hans J. Koch
2011-04-05 19:08 ` Joe Perches
2011-04-05 19:17   ` Hans J. Koch

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