public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: change my email address
@ 2015-05-07  7:14 Johannes Thumshirn
  2015-05-07  7:56 ` Borislav Petkov
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Thumshirn @ 2015-05-07  7:14 UTC (permalink / raw)
  To: Borislav Petkov, Mauro Carvalho Chehab, Wim Van Sebroeck,
	Greg Kroah-Hartman
  Cc: linux-edac, linux-kernel, linux-watchdog, Johannes Thumshirn

Change my email address to something that is not associated with my current
or future employer.

Suggested-by: Borislav Petkov <bp@alien8.de>
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
---
 MAINTAINERS | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b399b34..288975e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3715,7 +3715,7 @@ S:	Maintained
 F:	drivers/edac/ie31200_edac.c
 
 EDAC-MPC85XX
-M:	Johannes Thumshirn <johannes.thumshirn@men.de>
+M:	Johannes Thumshirn <jthumshirn@suse.de>
 L:	linux-edac@vger.kernel.org
 W:	bluesmoke.sourceforge.net
 S:	Maintained
@@ -6396,14 +6396,14 @@ F:	include/linux/mtd/
 F:	include/uapi/mtd/
 
 MEN A21 WATCHDOG DRIVER
-M:	Johannes Thumshirn <johannes.thumshirn@men.de>
+M:	Johannes Thumshirn <jthumshirn@suse.de>
 L:	linux-watchdog@vger.kernel.org
-S:	Supported
+S:	Maintained
 F:	drivers/watchdog/mena21_wdt.c
 
 MEN CHAMELEON BUS (mcb)
-M:	Johannes Thumshirn <johannes.thumshirn@men.de>
-S:	Supported
+M:	Johannes Thumshirn <jthumshirn@suse.de>
+S:	Maintained
 F:	drivers/mcb/
 F:	include/linux/mcb.h
 
-- 
2.3.7


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

* Re: [PATCH v2] MAINTAINERS: change my email address
  2015-05-07  7:14 [PATCH v2] MAINTAINERS: change my email address Johannes Thumshirn
@ 2015-05-07  7:56 ` Borislav Petkov
  2015-05-07  8:06   ` Johannes Thumshirn
  0 siblings, 1 reply; 3+ messages in thread
From: Borislav Petkov @ 2015-05-07  7:56 UTC (permalink / raw)
  To: Johannes Thumshirn
  Cc: Mauro Carvalho Chehab, Wim Van Sebroeck, Greg Kroah-Hartman,
	linux-edac, linux-kernel, linux-watchdog

On Thu, May 07, 2015 at 09:14:41AM +0200, Johannes Thumshirn wrote:
> Change my email address to something that is not associated with my current
> or future employer.
> 
> Suggested-by: Borislav Petkov <bp@alien8.de>
> Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
> ---
>  MAINTAINERS | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b399b34..288975e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3715,7 +3715,7 @@ S:	Maintained
>  F:	drivers/edac/ie31200_edac.c
>  
>  EDAC-MPC85XX
> -M:	Johannes Thumshirn <johannes.thumshirn@men.de>
> +M:	Johannes Thumshirn <jthumshirn@suse.de>

This is still the old patch, right? Forgot to refresh?

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.
--

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

* Re: [PATCH v2] MAINTAINERS: change my email address
  2015-05-07  7:56 ` Borislav Petkov
@ 2015-05-07  8:06   ` Johannes Thumshirn
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Thumshirn @ 2015-05-07  8:06 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Mauro Carvalho Chehab, Wim Van Sebroeck, Greg Kroah-Hartman,
	linux-edac, linux-kernel, linux-watchdog

On Thu, 2015-05-07 at 09:56 +0200, Borislav Petkov wrote:
> On Thu, May 07, 2015 at 09:14:41AM +0200, Johannes Thumshirn wrote:
> > Change my email address to something that is not associated with 
> > my current
> > or future employer.
> > 
> > Suggested-by: Borislav Petkov <bp@alien8.de>
> > Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
> > ---
> >  MAINTAINERS | 10 +++++-----
> >  1 file changed, 5 insertions(+), 5 deletions(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index b399b34..288975e 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -3715,7 +3715,7 @@ S:    Maintained
> >  F: drivers/edac/ie31200_edac.c
> >  
> >  EDAC-MPC85XX
> > -M: Johannes Thumshirn <johannes.thumshirn@men.de>
> > +M: Johannes Thumshirn <jthumshirn@suse.de>
> 
> This is still the old patch, right? Forgot to refresh?
> 

Your're right, forgot the git add before commit :-\

What could've possibly gone wrong...


v3 will be on the way soon (this time triple checked...)

Sorry,
Johannes

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

end of thread, other threads:[~2015-05-07  8:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-07  7:14 [PATCH v2] MAINTAINERS: change my email address Johannes Thumshirn
2015-05-07  7:56 ` Borislav Petkov
2015-05-07  8:06   ` Johannes Thumshirn

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