All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: update EDAC information
       [not found]   ` <20120331100214.GA7256@aftab>
@ 2012-03-31 13:46     ` Chris Metcalf
  2012-04-01  9:26       ` Borislav Petkov
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Metcalf @ 2012-03-31 13:46 UTC (permalink / raw)
  To: Linux Edac Mailing List, linux-kernel, Borislav Petkov

The bluesmoke mailing list no longer works, so use
linux-edac@vger.kernel.org.  And, use a less restrictive pattern so all
drivers/edac changes go to linux-edac as well.

Borislav suggested I just push this through the tile tree since there
is currently no core edac maintainer (emails to Doug Thompson bounce).

Reviewed-by: Borislav Petkov <bp@amd64.org>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
---
 MAINTAINERS |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9c63a43..1c7c544 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2428,17 +2428,17 @@ F:	fs/ecryptfs/
 
 EDAC-CORE
 M:	Doug Thompson <dougthompson@xmission.com>
-L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
+L:	linux-edac@vger.kernel.org
 W:	bluesmoke.sourceforge.net
 S:	Supported
 F:	Documentation/edac.txt
-F:	drivers/edac/edac_*
+F:	drivers/edac/
 F:	include/linux/edac.h
 
 EDAC-AMD64
 M:	Doug Thompson <dougthompson@xmission.com>
 M:	Borislav Petkov <borislav.petkov@amd.com>
-L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
+L:	linux-edac@vger.kernel.org
 W:	bluesmoke.sourceforge.net
 S:	Supported
 F:	drivers/edac/amd64_edac*
@@ -2446,35 +2446,35 @@ F:	drivers/edac/amd64_edac*
 EDAC-E752X
 M:	Mark Gross <mark.gross@intel.com>
 M:	Doug Thompson <dougthompson@xmission.com>
-L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
+L:	linux-edac@vger.kernel.org
 W:	bluesmoke.sourceforge.net
 S:	Maintained
 F:	drivers/edac/e752x_edac.c
 
 EDAC-E7XXX
 M:	Doug Thompson <dougthompson@xmission.com>
-L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
+L:	linux-edac@vger.kernel.org
 W:	bluesmoke.sourceforge.net
 S:	Maintained
 F:	drivers/edac/e7xxx_edac.c
 
 EDAC-I82443BXGX
 M:	Tim Small <tim@buttersideup.com>
-L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
+L:	linux-edac@vger.kernel.org
 W:	bluesmoke.sourceforge.net
 S:	Maintained
 F:	drivers/edac/i82443bxgx_edac.c
 
 EDAC-I3000
 M:	Jason Uhlenkott <juhlenko@akamai.com>
-L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
+L:	linux-edac@vger.kernel.org
 W:	bluesmoke.sourceforge.net
 S:	Maintained
 F:	drivers/edac/i3000_edac.c
 
 EDAC-I5000
 M:	Doug Thompson <dougthompson@xmission.com>
-L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
+L:	linux-edac@vger.kernel.org
 W:	bluesmoke.sourceforge.net
 S:	Maintained
 F:	drivers/edac/i5000_edac.c
@@ -2503,21 +2503,21 @@ F:	drivers/edac/i7core_edac.c
 EDAC-I82975X
 M:	Ranganathan Desikan <ravi@jetztechnologies.com>
 M:	"Arvind R." <arvino55@gmail.com>
-L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
+L:	linux-edac@vger.kernel.org
 W:	bluesmoke.sourceforge.net
 S:	Maintained
 F:	drivers/edac/i82975x_edac.c
 
 EDAC-PASEMI
 M:	Egor Martovetsky <egor@pasemi.com>
-L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
+L:	linux-edac@vger.kernel.org
 W:	bluesmoke.sourceforge.net
 S:	Maintained
 F:	drivers/edac/pasemi_edac.c
 
 EDAC-R82600
 M:	Tim Small <tim@buttersideup.com>
-L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
+L:	linux-edac@vger.kernel.org
 W:	bluesmoke.sourceforge.net
 S:	Maintained
 F:	drivers/edac/r82600_edac.c
-- 
1.6.5.2


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

* Re: [PATCH] MAINTAINERS: update EDAC information
  2012-03-31 13:46     ` [PATCH] MAINTAINERS: update EDAC information Chris Metcalf
@ 2012-04-01  9:26       ` Borislav Petkov
  2012-04-01 16:26         ` Chris Metcalf
  0 siblings, 1 reply; 3+ messages in thread
From: Borislav Petkov @ 2012-04-01  9:26 UTC (permalink / raw)
  To: Chris Metcalf; +Cc: Linux Edac Mailing List, linux-kernel

On Sat, Mar 31, 2012 at 09:46:03AM -0400, Chris Metcalf wrote:
> The bluesmoke mailing list no longer works, so use
> linux-edac@vger.kernel.org.  And, use a less restrictive pattern so all
> drivers/edac changes go to linux-edac as well.
> 
> Borislav suggested I just push this through the tile tree since there
> is currently no core edac maintainer (emails to Doug Thompson bounce).
> 
> Reviewed-by: Borislav Petkov <bp@amd64.org>
> Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

Please don't add Reviewed-by tags to a patch which actually hasn't been
reviewed yet, no matter how trivial it is.

Other than that:

Acked-by: Borislav Petkov <bp@amd64.org>

Thanks for doing that.

-- 
Regards/Gruss,
Boris.

Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach
GM: Alberto Bozzo
Reg: Dornach, Landkreis Muenchen
HRB Nr. 43632 WEEE Registernr: 129 19551

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

* Re: [PATCH] MAINTAINERS: update EDAC information
  2012-04-01  9:26       ` Borislav Petkov
@ 2012-04-01 16:26         ` Chris Metcalf
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Metcalf @ 2012-04-01 16:26 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: Linux Edac Mailing List, linux-kernel

On 4/1/2012 5:26 AM, Borislav Petkov wrote:
> On Sat, Mar 31, 2012 at 09:46:03AM -0400, Chris Metcalf wrote:
>> The bluesmoke mailing list no longer works, so use
>> linux-edac@vger.kernel.org.  And, use a less restrictive pattern so all
>> drivers/edac changes go to linux-edac as well.
>>
>> Borislav suggested I just push this through the tile tree since there
>> is currently no core edac maintainer (emails to Doug Thompson bounce).
>>
>> Reviewed-by: Borislav Petkov <bp@amd64.org>
>> Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
> Please don't add Reviewed-by tags to a patch which actually hasn't been
> reviewed yet, no matter how trivial it is.

Thanks, will do (or, "won't do", I guess).

I added your Acked-by to the patch and will push through the tile tree.

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com


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

end of thread, other threads:[~2012-04-01 16:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.285955.1333149246.6384.bluesmoke-devel@lists.sourceforge.net>
     [not found] ` <4F7642A9.2070801@tilera.com>
     [not found]   ` <20120331100214.GA7256@aftab>
2012-03-31 13:46     ` [PATCH] MAINTAINERS: update EDAC information Chris Metcalf
2012-04-01  9:26       ` Borislav Petkov
2012-04-01 16:26         ` Chris Metcalf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.